summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/test-bus-chat.c
AgeCommit message (Expand)Author
2013-04-15kdbus: parse cgroup meta data, tooLennart Poettering
2013-04-14bus: remove two unused variablesZbigniew Jędrzejewski-Szmek
2013-04-13kdbus: parse even more kernel meta data fieldsLennart Poettering
2013-04-10bus: when we unmarshal an fd it should stay owned by the message objectLennart Poettering
2013-04-05bus: various improvements for test-bus-chatLennart Poettering
2013-04-05bus: convert a couple of calls over to new convenience functionsLennart Poettering
2013-04-05bus: use C99 struct construction for error initializersLennart Poettering
2013-03-31bus: rename sd_bus_get_peer() to sd_bus_get_server_id()Lennart Poettering
2013-03-31bus: parse matches locally and allow registration of callbacks for themLennart Poettering
2013-03-30bus: implement server mode, and anonymous authenticationLennart Poettering
2013-03-26tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek
2013-03-25bus: implement support for FD passingLennart Poettering
2013-03-22bus: implement object handler registryLennart Poettering
2013-03-22bus: implicitly collect ucred/label informationLennart Poettering
2013-03-22bus: also finish connection before returning from sd_bus_get_unique_name()Lennart Poettering
2013-03-22bus: rework synchronization logicLennart Poettering
2013-03-22bus: implicitly handle peer commands Ping() and GetMachineId()Lennart Poettering
2013-03-21bus: implement full method call timeout logicLennart Poettering
2013-03-20bus: hook up client with socket communicationLennart Poettering