Age | Commit message (Expand) | Author |
2016-10-07 | core: add "invocation ID" concept to service manager | Lennart Poettering |
2016-10-04 | automount: make sure the expire event is restarted after a daemon-reload (#4265) | Michael Olbrich |
2016-08-04 | core: remember first unit failure, not last unit failure | Lennart Poettering |
2016-08-04 | Merge pull request #2471 from michaelolbrich/transient-mounts | Lennart Poettering |
2016-07-25 | automount: don't cancel mount/umount request on reload/reexec (#3670) | Michael Olbrich |
2016-06-06 | automount: implement transient automounts | Michael Olbrich |
2016-06-05 | automount: handle expire_tokens when the mount unit changes its state (#3434) | michaelolbrich |
2016-05-04 | Merge pull request #3170 from poettering/v230-preparation-fixes | Lennart Poettering |
2016-05-02 | automount: move resetting of expiry timeout to automount_set_state() | Lennart Poettering |
2016-05-02 | automount: rework propagation between automount and mount units | Lennart Poettering |
2016-05-02 | automount: add debug message when we get notified about mount state changes | Lennart Poettering |
2016-05-02 | core: remove duplicate code in automount_update_mount() | Lennart Poettering |
2016-05-02 | core: move enforcement of the start limit into per-unit-type code again | Lennart Poettering |
2016-05-01 | Move no_instances information to shared/ | Zbigniew Jędrzejewski-Szmek |
2016-05-01 | Move no_alias information to shared/ | Zbigniew Jędrzejewski-Szmek |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-02-11 | core: don't choke if a unit another unit triggers vanishes during reload | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
2015-11-11 | core: simplify things a bit by checking default_dependencies boolean in calle... | Lennart Poettering |
2015-10-27 | automount: move generically userful call repeat_mount() into mount-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move mount related utility calls to mount-util.[ch] | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
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 |