Age | Commit message (Expand) | Author |
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 | 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 | machine: add missing header include | 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 |
2013-11-07 | Make hibernation test work for swap files | Jan Janssen |
2013-11-07 | udevadm-trigger: add parameters checking | Yang Zhiyong |
2013-11-07 | udevadm-settle: add parameters checking | Yang Zhiyong |
2013-11-07 | systemctl: make LOAD column width dynamic | Mantas Mikulėnas |
2013-11-07 | systemd-python: convert keyword value to string | Richard Marko |
2013-11-07 | Support additional argument in reboot | WaLyong Cho |
2013-11-07 | acpi-fpdt: break on zero or negative length read | Pavel Holica |
2013-11-07 | bus: indicate in .pc file that we need libsystemd-id128 definitions | Lennart Poettering |
2013-11-07 | api: add C++ guards | Lennart Poettering |
2013-11-07 | rtnl: headers in src/systemd/ may not use #pragma once | Lennart Poettering |
2013-11-07 | rtnl: headers in src/systemd/ may not include internal headers | Lennart Poettering |
2013-11-07 | rtnl: internal headers must include pragma once protection | Lennart Poettering |
2013-11-07 | build-sys: add .pc file for libsystemd-bus | Lennart Poettering |
2013-11-07 | build-sys: merge sd-event into sd-bus | Lennart Poettering |
2013-11-07 | build-sys: add Makefile symlink for src/activate/ | Lennart Poettering |
2013-11-07 | utf8: export utf8 validation functions as part of sd-bus | Lennart Poettering |
2013-11-07 | utf8: ascii_filter() is unused, let's remove it | Lennart Poettering |
2013-11-07 | consistently use "int" when retrieving "bool" from bus messages | Kay Sievers |
2013-11-06 | bus: add forgotten _public_ | Zbigniew Jędrzejewski-Szmek |
2013-11-06 | pam_systemd: dup the fd received from logind | Zbigniew Jędrzejewski-Szmek |
2013-11-07 | machinectl: we need glibc's socket.h, not our own | Lennart Poettering |
2013-11-07 | pam: externally our booleans are ints, not unsigneds | Lennart Poettering |
2013-11-07 | activate: port to use new getpeername_pretty()/getsockname_pretty() calls | Lennart Poettering |
2013-11-07 | socket: rework things to have only one sockaddr formatter | Lennart Poettering |
2013-11-07 | event: make sure we keep a reference to all events we dispatch while we do so. | Lennart Poettering |
2013-11-07 | activate: fix uninitialized memory | Lennart Poettering |
2013-11-07 | pam_systemd: pass 'unsigned' instead of 'bool' to sd_bus_message_read() | Kay Sievers |
2013-11-06 | mkdir: modernize header ifdefs | Lennart Poettering |