summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering32-206/+206
2013-11-06path-util: paths_check_timestamp() opimizationsLennart Poettering1-12/+18
2013-11-06inhibit: don't return error code on --helpLennart Poettering1-2/+3
2013-11-06busctl: port over to use bus_open_transport()Lennart Poettering1-16/+29
2013-11-06clients: various simplificationsLennart Poettering5-32/+13
2013-11-06run: support --system to match other commands, even if redundantLennart Poettering1-8/+14
2013-11-06analyze: port over to use bus_open_transport()Lennart Poettering1-34/+45
2013-11-06analyze: simplify thingsLennart Poettering1-4/+1
2013-11-06analyze: fix indentationLennart Poettering1-12/+11
2013-11-06Revert "hostnamed: prevent it from crashing if the chassis is unknown"Kay Sievers1-3/+0
2013-11-06Comment spelling fixes.David Strauss2-2/+2
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering15-101/+92
2013-11-06nspawn: explicitly terminate machines when we exit nspawnLennart Poettering1-7/+62
2013-11-06machined: keep track of the initial leader PID of a machineLennart Poettering4-5/+16
2013-11-06bus: handle serialization of NULL stringsLennart Poettering1-0/+15
2013-11-06shutdown: trim the cgroup tree on loop iterationLennart Poettering1-3/+13
2013-11-06cgroup: run PID 1 in the root cgroupLennart Poettering1-8/+8
2013-11-06bus: test-bus-marshal - make dbus-1 optionalKay Sievers1-0/+4
2013-11-06hostnamed: prevent it from crashing if the chassis is unknownThomas Hindoe Paaboel Andersen1-0/+3
2013-11-06bootctl: typo fix in help messageThomas Hindoe Paaboel Andersen1-1/+1
2013-11-05login: port test-inhibit to libsystemd-busKay Sievers1-63/+37
2013-11-05bus: never report nodes as children that do not have the right prefixLennart Poettering1-1/+9
2013-11-05logind: add virtual object paths that always can be used to refer to the call...Lennart Poettering5-77/+157
2013-11-05bus: add sd_bus_get_current() bus call to determine message that is currently...Lennart Poettering3-6/+21
2013-11-05logind: automatically determine client side PID if GetSessionByPID() is calle...Lennart Poettering2-3/+27
2013-11-05Configurable Timeouts/Restarts default valuesOleksii Shevchuk10-8/+26
2013-11-05bus: add new bus API call sd_bus_message_at_end()Lennart Poettering2-10/+35
2013-11-05bus: make use of assert_return() in all API calls that don't use it yetLennart Poettering3-306/+160
2013-11-05bus: add sd_bus_message_read_strv()Marc-Antoine Perennou2-1/+20
2013-11-05nspawn: log out of memory errorsDjalal Harouni1-2/+5
2013-11-05logind: fix serialization for PrepareForSleep booleanLennart Poettering1-1/+1
2013-11-05logind: fix serialization of ListInhibitors() requestLennart Poettering1-1/+1
2013-11-05bus: fix deserialization of polkit responseLennart Poettering1-3/+3
2013-11-05bus: delete some now used dbus1 codeLennart Poettering4-462/+0
2013-11-05bus: support entering containers without specifying the typeLennart Poettering2-7/+42
2013-11-05bus: update bus_map_all_properties()Kay Sievers6-311/+341
2013-11-05bus: add sd_bus_message_skip() to skip over multiple fieldsLennart Poettering3-7/+176
2013-11-05bus: allow that if the destination pointer in sd_bus_message_read_basic() is ...Lennart Poettering1-11/+19
2013-11-05net-util: don't use libudevTom Gundersen3-24/+28
2013-11-05logind: expose linger state on User objectLennart Poettering3-1/+24
2013-11-05logind: fix serialization of ListSeats() bus callLennart Poettering1-1/+1
2013-11-05logind: port logind to libsystemd-busLennart Poettering23-3744/+2874
2013-11-05localed: mark bus properties as change emittingLennart Poettering1-7/+7
2013-11-05user-sessions: modernizationsLennart Poettering1-12/+9
2013-11-05machined: simplificationsLennart Poettering6-27/+23
2013-11-05event: add some well-defined priority values of event sourcesLennart Poettering1-0/+7
2013-11-05bus: make it easy to serialize C99 bools and uids/gids/pids via vtable proper...Lennart Poettering2-0/+36
2013-11-05bus: support implicit serialization of strv string arrays within vtablesLennart Poettering1-7/+5
2013-11-05bus: dbus-daemons' access messages are a bit too verboseLennart Poettering1-3/+10
2013-11-04rtnl: add support for routesTom Gundersen3-15/+133