summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-07clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering
2013-11-07machinectl: show list headers even if we pipe, since that appears to be the u...Lennart Poettering
2013-11-07bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering
2013-11-07polkit: don't spawn local client if we access a remote systemLennart Poettering
2013-11-07systemctl: we show headers for list-units even when piped these days, hence d...Lennart Poettering
2013-11-07loginctl: convert to sd-busSimon Peeters
2013-11-07bus: add APIs to easily query string and strv propertiesLennart Poettering
2013-11-07bus: mark sd_bus_message_at_end publicMarc-Antoine Perennou
2013-11-07bus: fix bus_print_property with strvMarc-Antoine Perennou
2013-11-07bus: bus_message_read_strv_extend() should return 1 on successLennart Poettering
2013-11-07bus: fix output of bus_message_dump()Lennart Poettering
2013-11-07bus: allow reading empty arrays with sd_bus_message_read_array()Lennart Poettering
2013-11-07rtnl: add Makefile symlinkLennart Poettering
2013-11-07bus: also check for NULL when appending trivial typesLennart Poettering
2013-11-07bus: message_append_basic() - allow string == NULLKay Sievers
2013-11-07socket-proxy: actually properly keep track of connectionsLennart Poettering
2013-11-07activate: print a nice message if no fd to listen on was specifiedLennart Poettering
2013-11-07shutdown: as sd-shutdown.h is a drop-in header it should not include any othe...Lennart Poettering
2013-11-07api: replace manual C++ guards by macrosLennart Poettering
2013-11-07socket-proxyd: no need to redefine sockaddr unionLennart Poettering
2013-11-07util: add circle to special chars we can drawLennart Poettering
2013-11-07pam: the DECIMAL_STR_MAX macro is awesome, let's use itLennart Poettering
2013-11-07machine: add missing header includeKay Sievers
2013-11-07machine: move symbols referenced by shared code from main to shared fileKay Sievers
2013-11-07bus: make bus_print_all_properties work for non machinectl casesSimon Peeters
2013-11-07core: fix require $XDG_RUNTIME_DIRKay Sievers
2013-11-07udevadm-settle: add missing braceZbigniew Jędrzejewski-Szmek
2013-11-07core: require $XDG_RUNTIME_DIR to be set for user instancesMantas Mikulėnas
2013-11-07test-strv: add strv_split, strv_split_newline, strv_remove_prefixDaniel Buch
2013-11-07Make hibernation test work for swap filesJan Janssen
2013-11-07udevadm-trigger: add parameters checkingYang Zhiyong
2013-11-07udevadm-settle: add parameters checkingYang Zhiyong
2013-11-07systemctl: make LOAD column width dynamicMantas Mikulėnas
2013-11-07systemd-python: convert keyword value to stringRichard Marko
2013-11-07Support additional argument in rebootWaLyong Cho
2013-11-07acpi-fpdt: break on zero or negative length readPavel Holica
2013-11-07bus: indicate in .pc file that we need libsystemd-id128 definitionsLennart Poettering
2013-11-07api: add C++ guardsLennart Poettering
2013-11-07rtnl: headers in src/systemd/ may not use #pragma onceLennart Poettering
2013-11-07rtnl: headers in src/systemd/ may not include internal headersLennart Poettering
2013-11-07rtnl: internal headers must include pragma once protectionLennart Poettering
2013-11-07build-sys: add .pc file for libsystemd-busLennart Poettering
2013-11-07build-sys: merge sd-event into sd-busLennart Poettering
2013-11-07build-sys: add Makefile symlink for src/activate/Lennart Poettering
2013-11-07utf8: export utf8 validation functions as part of sd-busLennart Poettering
2013-11-07utf8: ascii_filter() is unused, let's remove itLennart Poettering
2013-11-07consistently use "int" when retrieving "bool" from bus messagesKay Sievers
2013-11-06bus: add forgotten _public_Zbigniew Jędrzejewski-Szmek
2013-11-06pam_systemd: dup the fd received from logindZbigniew Jędrzejewski-Szmek
2013-11-07machinectl: we need glibc's socket.h, not our ownLennart Poettering