Age | Commit message (Expand) | Author |
2013-12-13 | libsystemd-bus: the same error codes for sd_bus_release_name() (for kdbus and... | Lukasz Skalski |
2013-12-13 | bus: properly parse NameOwnerChanged messages when caller explicitly wants to... | Lennart Poettering |
2013-12-12 | bus: update kdbus.h | Kay Sievers |
2013-12-12 | bus: instead of exposing the dbus1 flags when acquiring a name use our own th... | Lennart Poettering |
2013-12-12 | bus: update name listing logic to current kernel interface | Lennart Poettering |
2013-12-10 | macro: log assertion at debug level in assert_return() | Lennart Poettering |
2013-12-06 | bus: catch up with latest kdbus changes | Kay Sievers |
2013-12-05 | bus: switch to multiple KDBUS_ITEM_NAME including the flags | Kay Sievers |
2013-12-04 | libsystemd-bus: catch up with latest kdbus changes | Kay Sievers |
2013-12-04 | libsystemd-bus: catch up with latest kdbus list query changes | Kay Sievers |
2013-12-03 | bus: fix parsing of AcquireName() response | Lennart Poettering |
2013-12-03 | bus: rework sd_bus_list_names() to return two lists for acquired and activata... | Lennart Poettering |
2013-12-03 | bus: internalize a lot of protocol definitions | Lennart Poettering |
2013-12-03 | bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot... | Lennart Poettering |
2013-12-03 | libsystemd-bus: catch up with latest kdbus changes | Daniel Mack |
2013-12-03 | libsystemd-bus: catch up with latest kdbus changes | Daniel Mack |
2013-12-02 | libsystemd-bus: catch up with latest kdbus changes | Daniel Mack |
2013-12-02 | busctl: add command to dump creds of a peer or pid | Lennart Poettering |
2013-12-02 | bus: be nice to LLVM and don't embedd a VLA in a union | Lennart Poettering |
2013-12-01 | bus: remove unused variable | Thomas Hindoe Paaboel Andersen |
2013-11-30 | bus: catch up with kdbus | Kay Sievers |
2013-11-30 | bus: include unique and well known names in credentials object | Lennart Poettering |
2013-11-30 | libsystemd-bus: catch up with latest kdbus changes | Daniel Mack |
2013-11-29 | libsystemd-bus: sd_bus_request_name: use kdbus_translate_request_name_flags() | Daniel Mack |
2013-11-29 | libsystemd-bus: add kdbus support for sd_bus_get_owner() | Daniel Mack |
2013-11-29 | libsystemd-bus: factor out DBus bits out of sd_bus_get_owner() | Daniel Mack |
2013-11-29 | bus: fix size calculation for match data | Kay Sievers |
2013-11-29 | kdbus: synthesize NameOwnerChange signals from kernel messages and support ma... | Lennart Poettering |
2013-11-29 | libsystemd-bus: clean up bus-control.c file | Lukasz Skalski |
2013-11-29 | libsystemd-bus: sd_bus_request_name: fix return value for kdbus | Daniel Mack |
2013-11-29 | libsystemd-bus: make sd_bus_list_names return all connections, including uniq... | Daniel Mack |
2013-11-29 | libsystemd-bus: add kdbus support for sd_bus_list_names() | Daniel Mack |
2013-11-29 | libsystemd-bus: bring definitions in sync with kdbus | Daniel Mack |
2013-11-28 | bus: merge sd_bus_get_owner() and sd_bus_get_owner_creds() into one call | Lennart Poettering |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-12 | bus: set no_auto_start flag for GetMachineId calls, so that we don't auto-sta... | Lennart Poettering |
2013-11-06 | bus: export libsystemd-bus as a public library | Zbigniew Jędrzejewski-Szmek |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-05-24 | bus: update kdbus.h from upstream | Kay Sievers |
2013-05-20 | bus: add test for bloom filter prefix match | Lennart Poettering |
2013-05-20 | bus: add a more comprehensive test for the bloom filter logic | Lennart Poettering |
2013-05-20 | bus: calculate bloom filter for match | Lennart Poettering |
2013-05-17 | bus: return ECHILD as soon as people try to reuse a bus connection across a f... | Lennart Poettering |
2013-04-23 | bus: add cal to determine machine id of an owner of a service | Lennart Poettering |
2013-04-14 | util: introduce alloca0() and use it at a number of places | Lennart Poettering |
2013-04-14 | kdbus: make name acquirement ioctls valgrind clean | Lennart Poettering |
2013-04-13 | kdbus: update to newest kdbus API | Lennart Poettering |
2013-04-12 | bus: implement basic name registration with kdbus | Lennart Poettering |
2013-04-05 | bus: convert a couple of calls over to new convenience functions | Lennart Poettering |
2013-03-31 | bus: parse matches locally and allow registration of callbacks for them | Lennart Poettering |