Systemd/src/libsystemd-bus
Lennart Poettering e4ee6e5cc3 bus: make bus ref counting atomic
This is preparation to allow sd_bus_message obejcts to be processed in a
different thread from their originating sd_bus object.
2013-05-16 21:58:34 +02:00
..
Makefile bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
bus-bloom.c kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +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: add cal to determine machine id of an owner of a service 2013-04-23 16:00:32 -03:00
bus-control.h bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02:00
bus-error.c bus: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
bus-error.h bus: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
bus-internal.c kdbus: generare bloom filters properly for messages we send 2013-04-14 17:49:18 +02:00
bus-internal.h bus: make bus ref counting atomic 2013-05-16 21:58:34 +02:00
bus-kernel.c bus: send memfds as payload only on directed messages and for large parts 2013-05-16 16:26:35 +02:00
bus-kernel.h bus: send memfds as payload only on directed messages and for large parts 2013-05-16 16:26:35 +02:00
bus-match.c bus: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
bus-match.h bus: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
bus-message.c bus: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
bus-message.h bus: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
bus-signature.c bus: properly verify recursion depth of signatures 2013-03-22 02:19:49 +01:00
bus-signature.h bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
bus-socket.c bus: send memfds as payload only on directed messages and for large parts 2013-05-16 16:26:35 +02:00
bus-socket.h bus: implement server mode, and anonymous authentication 2013-03-30 15:21:55 +01:00
bus-type.c bus: add API for appending/reading fixed arrays 2013-05-09 20:01:21 +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 test-bus-memfd 2013-05-13 05:56:31 +02:00
sd-bus.c bus: make bus ref counting atomic 2013-05-16 21:58:34 +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: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
test-bus-kernel.c bus: catch up with latest kdbus 2013-05-10 03:38:11 +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: synthesize timeout message errors instead of returning error codes 2013-05-16 21:14:56 +02:00
test-bus-memfd.c bus: test-bus-memfd - use pread()/pwrite() 2013-05-13 15:12:25 +02:00
test-bus-server.c bus: use C99 struct construction for error initializers 2013-04-05 13:12:11 +02:00
test-bus-signature.c bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02:00
test-bus-zero-copy.c bus: implement sd_bus_message_append_string_memfd() 2013-05-16 16:53:03 +02:00