Age | Commit message (Expand) | Author |
2013-12-02 | busctl: add command to dump creds of a peer or pid | Lennart Poettering |
2013-11-30 | bus: remove unused variable | Zbigniew Jędrzejewski-Szmek |
2013-11-30 | bus: do kdbus only if this is enabled on the configure switch | Lennart Poettering |
2013-11-30 | bus: append unique and well known names to all messages unconditionally | Lennart Poettering |
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-30 | core: allocate a kdbus bus for each systemd instance, if we can | Lennart Poettering |
2013-11-30 | bus: whenever we notice the connection is terminated enter CLOSING state | Lennart Poettering |
2013-11-30 | bus: synthesize local error reply when we cannot deliver a message to kdbus b... | Lennart Poettering |
2013-11-30 | bus: don't generate NameAcquired/NameLost messages in the library | Lennart Poettering |
2013-11-29 | bus: add the ability for backends to queue to input messages at the same time | Lennart Poettering |
2013-11-29 | libsystemd-bus: add sd_bus_translate_attach_flags() | Daniel Mack |
2013-11-29 | bus: when synthesizing messages locally, fill in a sender | Lennart Poettering |
2013-11-29 | kdbus: synthesize NameOwnerChange signals from kernel messages and support ma... | Lennart Poettering |
2013-11-29 | libsystemd-bus: catch up with latest kdbus changes | Daniel Mack |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-28 | bus: update kdbus.h and always subscribe to KDBUS_HELLO_ATTACH_NAMES | Kay Sievers |
2013-11-27 | bus: properly handle if we get disconnected during HELLO phase | Lennart Poettering |
2013-11-22 | bus: when closing a bus, drop all refs to queued messages, so that the bus ca... | Lennart Poettering |
2013-11-22 | bus: add calls to query attached objects | Lennart Poettering |
2013-11-21 | bus: restore selinux access control to PID 1 for properties | Lennart Poettering |
2013-11-21 | bus: rework message handlers to always take an error argument | Lennart Poettering |
2013-11-21 | bus: rename SD_BUS_ERROR_MAKE to SD_BUS_ERROR_MAKE_CONST to indicate it only ... | Lennart Poettering |
2013-11-21 | bus: let's simplify things by getting rid of unnecessary bus parameters | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-20 | bus: make sure an additional ref to a busevent source doesn't cause the event... | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-20 | bus: add sd_bus_send_to() API call | Lennart Poettering |
2013-11-20 | bus: bump serial number counter when sending already sealed messages | Lennart Poettering |
2013-11-18 | bus: TIMESTAMP is optional kdbus metadata now, NAMES are always added | Kay Sievers |
2013-11-17 | bus: CREDS and NAMES are optional kdbus metadata now | Kay Sievers |
2013-11-14 | bus: typo | Tom Gundersen |
2013-11-12 | bus: detect blocking message calls to our own connection and return ELOOP early | Lennart Poettering |
2013-11-12 | bus: introduce concept of a default bus for each thread and make use of it ev... | Lennart Poettering |
2013-11-12 | bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call() | Lennart Poettering |
2013-11-06 | bus: export libsystemd-bus as a public library | Zbigniew Jędrzejewski-Szmek |
2013-11-05 | bus: add sd_bus_get_current() bus call to determine message that is currently... | Lennart Poettering |
2013-11-05 | bus: make use of assert_return() in all API calls that don't use it yet | Lennart Poettering |
2013-10-30 | bus: add API call to create bus connection to the system bus of local containers | Lennart Poettering |
2013-10-30 | bus: move ssh support into public API of libsystem-bus | Lennart Poettering |
2013-10-18 | bus: automatically flush bus queue when we exit the event loop | Lennart Poettering |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-10-16 | bus: return 1 on all calls that send messages | Lennart Poettering |
2013-10-16 | bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ... | Lennart Poettering |
2013-10-14 | bus: make sure that we always keep a ref to the bus when we dispatch callbacks | Lennart Poettering |
2013-10-14 | bus: use assert_return() for more API calls | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-11 | bus: split up overly long sd-bus.c into three files | Lennart Poettering |
2013-10-11 | bus: if a a Set() vtable callback of a writable is left NULL, try to do the r... | Lennart Poettering |
2013-10-11 | bus: automatically do a NOP reply when a NULL callback is specified for a met... | Lennart Poettering |