Systemd/src/libsystemd-bus
2013-04-05 14:56:48 +02:00
..
bus-control.c bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02: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: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
bus-error.h bus: implement full method call timeout logic 2013-03-21 22:53:29 +01:00
bus-internal.c bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +02:00
bus-internal.h bus: properly detect and handle if a callback is installed/removed from within a callback 2013-04-05 03:55:58 +02:00
bus-match.c bus: properly detect and handle if a callback is installed/removed from within a callback 2013-04-05 03:55:58 +02:00
bus-match.h bus: properly detect and handle if a callback is installed/removed from within a callback 2013-04-05 03:55:58 +02:00
bus-message.c bus: when parsing signature strings, accept NULL as empty signature 2013-04-05 14:56:48 +02:00
bus-message.h bus: add convenience functions for constructing and sending method calls/signals in one call 2013-04-05 04:15:39 +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 Always use our own MAX/MIN definitions 2013-04-01 23:43:48 -04:00
bus-socket.h bus: implement server mode, and anonymous authentication 2013-03-30 15:21:55 +01:00
bus-type.c bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
bus-type.h bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
busctl.c bus: hook up client with socket communication 2013-03-20 23:00:10 +01:00
Makefile bus: add basic implementation of a native bus client library 2013-03-20 23:00:09 +01:00
sd-bus.c bus: make sure callback structs are always properly initialized 2013-04-05 14:56:48 +02:00
test-bus-chat.c bus: use C99 struct construction for error initializers 2013-04-05 13:12:11 +02:00
test-bus-marshal.c test-bus-marshal.c: do not call g_type_init() for modern glib versions 2013-04-04 17:43:21 +02:00
test-bus-match.c bus: parse matches locally and allow registration of callbacks for them 2013-03-31 16:16:37 +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