summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-control.c
AgeCommit message (Expand)Author
2013-11-29libsystemd-bus: sd_bus_request_name: use kdbus_translate_request_name_flags()Daniel Mack
2013-11-29libsystemd-bus: add kdbus support for sd_bus_get_owner()Daniel Mack
2013-11-29libsystemd-bus: factor out DBus bits out of sd_bus_get_owner()Daniel Mack
2013-11-29bus: fix size calculation for match dataKay Sievers
2013-11-29kdbus: synthesize NameOwnerChange signals from kernel messages and support ma...Lennart Poettering
2013-11-29libsystemd-bus: clean up bus-control.c fileLukasz Skalski
2013-11-29libsystemd-bus: sd_bus_request_name: fix return value for kdbusDaniel Mack
2013-11-29libsystemd-bus: make sd_bus_list_names return all connections, including uniq...Daniel Mack
2013-11-29libsystemd-bus: add kdbus support for sd_bus_list_names()Daniel Mack
2013-11-29libsystemd-bus: bring definitions in sync with kdbusDaniel Mack
2013-11-28bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one callLennart Poettering
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-12bus: set no_auto_start flag for GetMachineId calls, so that we don't auto-sta...Lennart Poettering
2013-11-06bus: export libsystemd-bus as a public libraryZbigniew Jędrzejewski-Szmek
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-05-24bus: update kdbus.h from upstreamKay Sievers
2013-05-20bus: add test for bloom filter prefix matchLennart Poettering
2013-05-20bus: add a more comprehensive test for the bloom filter logicLennart Poettering
2013-05-20bus: calculate bloom filter for matchLennart Poettering
2013-05-17bus: return ECHILD as soon as people try to reuse a bus connection across a f...Lennart Poettering
2013-04-23bus: add cal to determine machine id of an owner of a serviceLennart Poettering
2013-04-14util: introduce alloca0() and use it at a number of placesLennart Poettering
2013-04-14kdbus: make name acquirement ioctls valgrind cleanLennart Poettering
2013-04-13kdbus: update to newest kdbus APILennart Poettering
2013-04-12bus: implement basic name registration with kdbusLennart Poettering
2013-04-05bus: convert a couple of calls over to new convenience functionsLennart Poettering
2013-03-31bus: parse matches locally and allow registration of callbacks for themLennart Poettering
2013-03-22bus: also finish connection before returning from sd_bus_get_unique_name()Lennart Poettering
2013-03-21bus: implement full method call timeout logicLennart Poettering
2013-03-20bus: hook up client with socket communicationLennart Poettering
2013-03-20bus: add basic implementation of a native bus client libraryLennart Poettering