Age | Commit message (Expand) | Author |
2013-12-23 | bus: update kdbus.h | Kay Sievers |
2013-12-23 | bus: when getting a kdbus connection into a container wait first for child, t... | Lennart Poettering |
2013-12-23 | bus: when we are connected to a bus, then do not assume peer creds are useful... | Lennart Poettering |
2013-12-23 | bus: make sure sd_bus_emit_properties_changed_strv() doesn't return ENOENT if... | Lennart Poettering |
2013-12-23 | bus: write debug message when we get a method call we cannot handle | Lennart Poettering |
2013-12-23 | bus: make sure to request peer cred only after connect(), not before | Lennart Poettering |
2013-12-23 | bus: always talk to the full dbus driver object | Lennart Poettering |
2013-12-23 | bus-proxyd: synthesize NameAcquire/NameLost signals for socket clients | Lennart Poettering |
2013-12-23 | bus: use memcpy() rather than unbounded strcpy() | Lennart Poettering |
2013-12-23 | bus: switch kdbus bloom filter over to SipHash (from MurmurHash3) | Lennart Poettering |
2013-12-22 | sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC | Lennart Poettering |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-22 | bus: also take write queue into consideration in sd_bus_try_close() | Lennart Poettering |
2013-12-22 | bus: allow invocation of sd_bus_emit_properties_changed_strv() with NULL list | Lennart Poettering |
2013-12-22 | bus: introduce concept of "const" properties | Lennart Poettering |
2013-12-21 | bus: when getting credentials of a bus name that is activatable but not activ... | Lennart Poettering |
2013-12-21 | bus: when introspecting, turn unprivileged flag into inverse annoation of "pr... | Lennart Poettering |
2013-12-21 | bus: send status message from proxyd to systemd about client we are working for | Lennart Poettering |
2013-12-21 | bus: refuse messages pretending to originate from local interface | Lennart Poettering |
2013-12-21 | bus: in sd_bus_try_close() consider local read queue too | Lennart Poettering |
2013-12-21 | bus: always override message destination field with data from kdbus | Lennart Poettering |
2013-12-21 | bus: always consider well-known names sender credentials as attached to messages | Lennart Poettering |
2013-12-21 | bus: when filtering by sender take well known names lest from attached creds ... | Lennart Poettering |
2013-12-21 | bus: when watching bus names, we always need to add a change match | Lennart Poettering |
2013-12-20 | bus: wrap KDBUS_CMD_BYEBYE with a high-level call sd_bus_try_close() | Lennart Poettering |
2013-12-20 | libsystemd-bus: match on any connection ID unless specified | Daniel Mack |
2013-12-20 | libsystemd-bus: follow changes in kdbus | Daniel Mack |
2013-12-19 | sd-event: return 1 in sd_event_run() when we hit EINTR | Lennart Poettering |
2013-12-19 | bus: fix exit-on-idle for driverd | Lennart Poettering |
2013-12-19 | bus: reenable id change subscriptions | Lennart Poettering |
2013-12-19 | bus: do not add empty strings, size should be 0 | Kay Sievers |
2013-12-19 | driverd: implement AddMatch/RemoveMatch logic | Lennart Poettering |
2013-12-18 | bus: catch up with kdbus changes | Kay Sievers |
2013-12-18 | bus: reduce calls to KDBUS_CMD_MEMFD_SIZE_SET ioctl | Lennart Poettering |
2013-12-18 | busctl: output a single sorted list of names, including activatable and activ... | Lennart Poettering |
2013-12-18 | bus: beef up driverd | Lennart Poettering |
2013-12-18 | bus: when releasing, taking, listing bus names check if they are valid | Lennart Poettering |
2013-12-18 | bus: sync with kdbus | Daniel Mack |
2013-12-17 | bus-util: return errors when encountered | Thomas Hindoe Paaboel Andersen |
2013-12-17 | __thread --> thread_local for C11 compat | Shawn Landden |
2013-12-17 | libsystemd-bus: true/false instead of yes/no in msg dump | Lukasz Skalski |
2013-12-17 | busctl: on kdbus the bus driver is a service like any other, hence don't skip it | Lennart Poettering |
2013-12-17 | bus: remarshal messages when necessary before sending | Lennart Poettering |
2013-12-17 | bus: sync with kdbus | Daniel Mack |
2013-12-17 | bus: sync up with kdbus | Daniel Mack |
2013-12-16 | bus: use gperf to map error string to errno | Zbigniew Jędrzejewski-Szmek |
2013-12-17 | bus: update kdbus.h | Kay Sievers |
2013-12-17 | bus: when connecting to a container's system bus, double fork after joining t... | Lennart Poettering |
2013-12-17 | bus: when entering an existing namespace to connect to a container's system b... | Lennart Poettering |
2013-12-16 | bus: use GREEDY_REALLOC() when allocating message queues | Lennart Poettering |