Age | Commit message (Expand) | Author |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-08-27 | Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available" | David Herrmann |
2015-08-11 | sd-bus: do not connect to dbus-1 socket when kdbus is available | Kay Sievers |
2015-07-24 | automount: handle state changes of the corresponding mount unit correctly | Michael Olbrich |
2015-07-24 | automount: don't try to umount if it already happened | Michael Olbrich |
2015-07-24 | automount: do not start expiration timer for TimeoutIdleSec=0 | Daniel Mack |
2015-07-24 | automount: lower the idle polling frequency a bit | Lennart Poettering |
2015-07-21 | core: remove generic job completion messages from unit vtables | Michal Schmidt |
2015-05-29 | path-util: Change path_is_mount_point() symlink arg from bool to flags | Martin Pitt |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-30 | core: simplify unit type detection logic | Lennart Poettering |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-24 | Revert "core: do not spawn jobs or touch other units during coldplugging" | Lennart Poettering |
2015-04-21 | automount: remove unused variable | Thomas Hindoe Paaboel Andersen |
2015-04-21 | automount: various smaller fixes | Lennart Poettering |
2015-04-21 | automount: add expire support | Michael Olbrich |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-08 | core/automount: beef up error message | Zbigniew Jędrzejewski-Szmek |
2015-04-07 | path-util: fix more path_is_mount e792e890f fallout | Lennart Poettering |
2015-03-09 | Introduce loop_read_exact helper | Zbigniew Jędrzejewski-Szmek |
2015-03-07 | core: do not spawn jobs or touch other units during coldplugging | Ivan Shapovalov |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-01-28 | core: output unit status output strings to console, only if we actually are c... | Lennart Poettering |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | core: two more log_unit_*_errno() conversions | Michal Schmidt |
2014-11-28 | core: convert log_unit_*() to log_unit_*_errno() | Michal Schmidt |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-06-24 | use more _cleanup_ macro | Ronny Chevalier |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2013-12-22 | core: no need to list properties for PropertiesChanged messages anymore | Lennart Poettering |
2013-11-28 | automount: log info about triggering process | Kay Sievers |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-09-26 | core: rework how we match mount units against each other | Lennart Poettering |
2013-09-13 | automount: rename repeat_unmont to repeat_unmount | David Mackey |
2013-04-25 | unit: rework stop pending logic | Lennart Poettering |