Systemd/src/libsystemd-bus
2013-10-11 23:20:54 +02:00
..
bus-bloom.c bus: add test for bloom filter prefix match 2013-05-20 10:13:38 +02:00
bus-bloom.h kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
bus-control.c bus: update kdbus.h from upstream 2013-05-24 03:08:48 +02:00
bus-control.h bus: calculate bloom filter for match 2013-05-20 10:13:38 +02:00
bus-convenience.c bus: beef up parameter checking of convenience calls 2013-10-11 20:49:19 +02:00
bus-error.c libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus 2013-10-09 02:40:07 +02:00
bus-error.h bus: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
bus-internal.c libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus 2013-10-09 02:40:07 +02:00
bus-internal.h bus: unify code to find parents of an object path with 2013-10-11 23:20:54 +02:00
bus-introspect.c bus: make sure introspection can be generated correctly with NULL method signatures 2013-10-11 23:01:35 +02:00
bus-introspect.h libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus 2013-10-09 02:40:07 +02:00
bus-kernel.c bus: update for kdbus changes 2013-07-22 23:00:31 +02:00
bus-kernel.h libsystemd-bus/bus-kernel.h: set MEMFD_MIN_SIZE to 128k 2013-06-05 12:25:02 +02:00
bus-match.c remove hasprefix(), use startswith() 2013-08-22 00:52:14 -04:00
bus-match.h bus: calculate bloom filter for match 2013-05-20 10:13:38 +02:00
bus-message.c bus: add sd_bus_message_append_strv() to easily add a NULL terminated string array to a message 2013-10-11 23:02:47 +02:00
bus-message.h bus: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
bus-objects.c bus: unify code to find parents of an object path with 2013-10-11 23:20:54 +02:00
bus-objects.h bus: split up overly long sd-bus.c into three files 2013-10-11 20:18:10 +02:00
bus-signature.c libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus 2013-10-09 02:40:07 +02:00
bus-signature.h libsystemd-bus: add lightweight object vtable implementation for exposing objects on the bus 2013-10-09 02:40:07 +02:00
bus-socket.c bus: add APIs for negotiating what is attached to messages 2013-05-17 04:26:27 +02:00
bus-socket.h bus: implement server mode, and anonymous authentication 2013-03-30 15:21:55 +01:00
bus-type.c bus: when NULL is specified as property callback, automatically handle serialization on Get() 2013-10-11 06:10:15 +02:00
bus-type.h bus: add API for appending/reading fixed arrays 2013-05-09 20:01:21 +02:00
busctl.c bus: add monitoring facility to busctl 2013-04-24 19:02:12 -03:00
kdbus.h bus: update for kdbus changes 2013-07-22 23:00:31 +02:00
Makefile bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
sd-bus.c bus: split up overly long sd-bus.c into three files 2013-10-11 20:18:10 +02:00
sd-event.c event: add apis to query the timestamp of the event currently processed 2013-10-11 04:36:02 +02:00
sd-memfd.c bus: add support for adding memfds into message payload 2013-05-15 19:45:45 +02:00
test-bus-chat.c bus: fix synthetic error messages 2013-10-09 03:29:20 +02:00
test-bus-introspect.c bus: when NULL is specified as property callback, automatically handle serialization on Get() 2013-10-11 06:10:15 +02:00
test-bus-kernel-benchmark.c test-bus-kernel-benchmark: corrected output for memfd bisect 2013-06-05 12:24:17 +02:00
test-bus-kernel-bloom.c bus: add test for bloom filter prefix match 2013-05-20 10:13:38 +02:00
test-bus-kernel.c bus: add a more comprehensive test for the bloom filter logic 2013-05-20 10:13:38 +02:00
test-bus-marshal.c bus: add sd_bus_message_append_string_space() for zero-copy string appending 2013-05-10 03:38:11 +02:00
test-bus-match.c bus: calculate bloom filter for match 2013-05-20 10:13:38 +02:00
test-bus-memfd.c bus: test-bus-memfd - use pread()/pwrite() 2013-05-13 15:12:25 +02:00
test-bus-objects.c bus: if a a Set() vtable callback of a writable is left NULL, try to do the right thing automatically 2013-10-11 20:03:19 +02:00
test-bus-server.c bus: add APIs for negotiating what is attached to messages 2013-05-17 04:26:27 +02:00
test-bus-signature.c bus: unify code to find parents of an object path with 2013-10-11 23:20:54 +02:00
test-bus-zero-copy.c bus: implement sd_bus_message_append_string_memfd() 2013-05-16 16:53:03 +02:00
test-event.c event: rename the "mute" field of event sources to "enabled" 2013-10-11 01:08:15 +02:00