Age | Commit message (Expand) | Author |
2013-11-08 | clients: fix some signal handler issues | Lennart Poettering |
2013-11-08 | systemctl: various cleanups | Lennart Poettering |
2013-11-08 | install: don't override caller's parameter | Lennart Poettering |
2013-11-08 | clients: add missing command line arguments | Lennart Poettering |
2013-11-08 | journal: fix minor memory leak | Lennart Poettering |
2013-11-08 | update TODO | Lennart Poettering |
2013-11-08 | systemctl: port to libsystemd-bus | Marc-Antoine Perennou |
2013-11-08 | machinectl: close bus to container early | Lennart Poettering |
2013-11-08 | rtnl: message - initialize all memory | Tom Gundersen |
2013-11-08 | test-rtnl: fix typo | Tom Gundersen |
2013-11-08 | systemctl: return r instead of always returning 0 | Michal Sekletar |
2013-11-07 | net-util: call ioctl() only if necessary | Michal Sekletar |
2013-11-07 | bus: use new property retrieval calls everywhere | Lennart Poettering |
2013-11-07 | inhibit: more conversions to use bus_log_parse_error() | Lennart Poettering |
2013-11-07 | analyze: make use of new sd_bus_get_property_strv() call | Lennart Poettering |
2013-11-07 | update TODO | Lennart Poettering |
2013-11-07 | clients: try to follow roughly the same order in --help texts for common options | Lennart Poettering |
2013-11-07 | machinectl: show list headers even if we pipe, since that appears to be the u... | Lennart Poettering |
2013-11-07 | bus: log message parsing errors everywhere with a generalized bus_log_parse_e... | Lennart Poettering |
2013-11-07 | polkit: don't spawn local client if we access a remote system | Lennart Poettering |
2013-11-07 | systemctl: we show headers for list-units even when piped these days, hence d... | Lennart Poettering |
2013-11-07 | loginctl: convert to sd-bus | Simon Peeters |
2013-11-07 | bus: add APIs to easily query string and strv properties | Lennart Poettering |
2013-11-07 | bus: mark sd_bus_message_at_end public | Marc-Antoine Perennou |
2013-11-07 | bus: fix bus_print_property with strv | Marc-Antoine Perennou |
2013-11-07 | bus: bus_message_read_strv_extend() should return 1 on success | Lennart Poettering |
2013-11-07 | bus: fix output of bus_message_dump() | Lennart Poettering |
2013-11-07 | bus: allow reading empty arrays with sd_bus_message_read_array() | Lennart Poettering |
2013-11-07 | rtnl: add Makefile symlink | Lennart Poettering |
2013-11-07 | man: add docs for sd_is_special() and some man page symlinks | Lennart Poettering |
2013-11-07 | build-sys: add a make target to look for undocumented symbols | Lennart Poettering |
2013-11-07 | bus: also check for NULL when appending trivial types | Lennart Poettering |
2013-11-07 | bus: message_append_basic() - allow string == NULL | Kay Sievers |
2013-11-07 | socket-proxy: actually properly keep track of connections | Lennart Poettering |
2013-11-07 | activate: print a nice message if no fd to listen on was specified | Lennart Poettering |
2013-11-07 | shutdown: as sd-shutdown.h is a drop-in header it should not include any othe... | Lennart Poettering |
2013-11-07 | api: replace manual C++ guards by macros | Lennart Poettering |
2013-11-07 | socket-proxyd: no need to redefine sockaddr union | Lennart Poettering |
2013-11-07 | util: add circle to special chars we can draw | Lennart Poettering |
2013-11-07 | pam: the DECIMAL_STR_MAX macro is awesome, let's use it | Lennart Poettering |
2013-11-07 | update TODO | Lennart Poettering |
2013-11-07 | build-sys: don't install sd-shutdown.h, it is a drop-in header like sd-readah... | Lennart Poettering |
2013-11-07 | machine: add missing header include | Kay Sievers |
2013-11-07 | build-sys: link most internal libraries statically | Kay Sievers |
2013-11-07 | machine: move symbols referenced by shared code from main to shared file | Kay Sievers |
2013-11-07 | bus: make bus_print_all_properties work for non machinectl cases | Simon Peeters |
2013-11-07 | core: fix require $XDG_RUNTIME_DIR | Kay Sievers |
2013-11-07 | udevadm-settle: add missing brace | Zbigniew Jędrzejewski-Szmek |
2013-11-07 | core: require $XDG_RUNTIME_DIR to be set for user instances | Mantas MikulÄ—nas |
2013-11-07 | test-strv: add strv_split, strv_split_newline, strv_remove_prefix | Daniel Buch |