summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07update TODOLennart Poettering
2013-11-07build-sys: don't install sd-shutdown.h, it is a drop-in header like sd-readah...Lennart Poettering
2013-11-07machine: add missing header includeKay Sievers
2013-11-07build-sys: link most internal libraries staticallyKay 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-07zsh-completion: add missing options for systemd-runRonny Chevalier
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-07test: remove duplicated codeRonny Chevalier
2013-11-07Support additional argument in rebootWaLyong Cho
2013-11-07man: add rationale into systemd-halt(8)Jan Engelhardt
2013-11-07man: wording and grammar updatesJan Engelhardt
2013-11-07acpi-fpdt: break on zero or negative length readPavel Holica
2013-11-07socket-proxyd: The proxy can now accept multiple sockets (but only to one rem...David Strauss
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-07build-sys: distribute libsystemd-*.symKay Sievers
2013-11-07build-sys: remove no longer needed DBUS_CFLAGSKay Sievers
2013-11-07machinectl: we need glibc's socket.h, not our ownLennart Poettering
2013-11-07pam: externally our booleans are ints, not unsignedsLennart Poettering
2013-11-07activate: port to use new getpeername_pretty()/getsockname_pretty() callsLennart Poettering
2013-11-07socket: rework things to have only one sockaddr formatterLennart Poettering
2013-11-07event: make sure we keep a reference to all events we dispatch while we do so.Lennart Poettering
2013-11-07activate: fix uninitialized memoryLennart Poettering