Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-17 | sd-bus: fix error handling of pthread API calls | Lennart Poettering |
2015-10-17 | bus-proxy: don't close local bus fds twice | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-08-27 | Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available" | David Herrmann |
2015-08-11 | sd-bus: do not connect to dbus-1 socket when kdbus is available | Kay Sievers |
2015-08-06 | bus-proxy: add comment to remove -EPERM check | Kay Sievers |
2015-08-06 | bus-proxy: fix error code for invalid reply-slots | David Herrmann |
2015-08-04 | bus-proxy: discard invalid environment updates | David Herrmann |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-31 | bus-proxy: allow empty arguments to UpdateActivationEnvironment()systemd/v224 | David Herrmann |
2015-07-31 | bus-proxy: fix cookie namespacing | David Herrmann |
2015-07-31 | Merge pull request #804 from dvdhrm/proxy-directed2 | Daniel Mack |
2015-07-31 | bus-proxy: make StartServiceByName synchronous | David Herrmann |
2015-07-31 | bus-proxy: don't filter directed signals | David Herrmann |
2015-07-31 | bus-proxy: fix NameAcquired and NameLost to be directed | David Herrmann |
2015-07-30 | sd-bus: fix parsing of KDBUS_CMD_LIST | David Herrmann |
2015-07-27 | bus-proxy: augment debug message for dropped broadcasts a bit | Daniel Mack |
2015-07-25 | proxyd: downgrade to log_debug() for unmatched broadcasts | Daniel Buch |
2015-07-16 | bus-proxy: never pass on unmatched broadcasts | David Herrmann |
2015-07-06 | bus-proxyd: fix log message and explain dbus-1 compat matches | Kay Sievers |
2015-07-06 | bus-proxyd: subscribe to unicast signals directed to the proxy connection | Kay Sievers |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-07-01 | bus-proxy: never apply policy when sending signals | David Herrmann |
2015-06-25 | bus-proxy: ignore 'log' attributes in XML policy | Daniel Mack |
2015-06-17 | bus-proxy: add new dbus policy search paths from /usr | Lennart Poettering |
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers |
2015-05-21 | bus-proxy: fix GetConnectionSELinuxSecurityContext() return value | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-03-11 | bus-proxy: complain only once about queue overflows | David Herrmann |
2015-03-10 | bus-proxy: add support for "GetConnectionCredentials" method | Lukasz Skalski |
2015-03-03 | bus-proxyd: avoid logging oom twice | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-14 | bus-proxy: be more verbose if messages cannot be forwarded | David Herrmann |
2015-02-14 | bus-proxy: don't fake data we don't have | David Herrmann |
2015-02-13 | bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e... | Lennart Poettering |
2015-02-13 | bus-proxy: a few simplifications | Lennart Poettering |
2015-02-13 | bus-proxy: close each connection fd only once | Lennart Poettering |
2015-02-13 | bus-proxy: also consider ENOTCONN a clean termination condition | Lennart Poettering |
2015-02-13 | bus-proxy: whenever we cannot forward a message, report this back to caller, ... | Lennart Poettering |
2015-02-13 | bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret... | Lennart Poettering |
2015-02-13 | bus-proxy: minor simplifications | Lennart Poettering |