Age | Commit message (Expand) | Author |
2013-11-30 | bus: use "System.Error." as prefix for implicit errno bus errors | Lennart Poettering |
2013-11-30 | bus: support temporarily const errors that don't need to be freed but require... | Lennart Poettering |
2013-11-30 | libsystemd-bus: sync kdbus.h | Daniel Mack |
2013-11-30 | nspawn: set up a kdbus namespace when starting a container | 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 | bus: update kdbus.h | Kay Sievers |
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: revert attempts to make the integration-testing work | Kay Sievers |
2013-11-29 | bus: synthesize NameLost/NameAcquired from kernel messages on top if NameOwne... | Lennart Poettering |
2013-11-29 | bus: fix callback index when dispatching kernel messages | 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: sd_bus_request_name: use kdbus_translate_request_name_flags() | Daniel Mack |
2013-11-29 | libsystemd-bus: rename sd_bus_kernel_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: add sd_bus_translate_attach_flags() | Daniel Mack |
2013-11-29 | libsystemd-bus: factor out DBus bits out of sd_bus_get_owner() | Daniel Mack |
2013-11-29 | bus: do not fail if "comm" information cannot be retrieved from /proc | Kay Sievers |
2013-11-29 | bus: fix size calculation for match data | Kay Sievers |
2013-11-29 | bus: when synthesizing messages locally, fill in a sender | Lennart Poettering |
2013-11-29 | busctl: fix --help line breaks | Lennart Poettering |
2013-11-29 | kdbus: synthesize NameOwnerChange signals from kernel messages and support ma... | Lennart Poettering |
2013-11-29 | kdbus: add base enums for items | Lennart Poettering |
2013-11-29 | bus: do not fail if task information cannot be retrieved from /proc | Kay Sievers |
2013-11-29 | libsystemd-bus: clean up bus-control.c file | Lukasz Skalski |
2013-11-29 | bus: do not fail if cgroup information cannot be retrieved from /proc | Kay Sievers |
2013-11-29 | libsystemd-bus: catch up with latest kdbus changes | Kay Sievers |
2013-11-29 | libsystemd-bus: follow kdbus renames | Daniel Mack |
2013-11-29 | libsystemd-bus: copy over kdbus provided 128-bit bus id | Daniel Mack |
2013-11-29 | libsystemd-bus: catch up with latest kdbus changes | Daniel Mack |
2013-11-29 | libsystemd-bus: sd_bus_request_name: fix return value for kdbus | Daniel Mack |
2013-11-29 | libsystemd-bus: kernel: add sd_bus_kernel_translate_request_name_flags | 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-29 | bus: when turning a buffer into a sd_bus_message avoid creating zero-length p... | Lennart Poettering |
2013-11-29 | bus: creds - ignore EINVAL when acessing the (inactive) LSM /proc interface | Kay Sievers |
2013-11-29 | bus: Add KDBUS_MSG_SRC_NAMES to bus_kernel_make_message() function | Lukasz Skalski |
2013-11-28 | busctl: drop bus driver name from list of services | Lennart Poettering |
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-28 | event: allow EPOLLET as event flag | David Herrmann |
2013-11-28 | bus: add bus_name_has_owner() helper | David Herrmann |
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-25 | bus: properly return errors to client if invalid parameters are passed to bui... | Lennart Poettering |