Age | Commit message (Expand) | Author |
2014-12-10 | core: properly pass unit file state to clients via the bus | Lennart Poettering |
2014-11-29 | shared: install - report error if mask symlink can not be marked for removal | Tom Gundersen |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-10 | shared/install: when unit contains only Also=, report 'indirect' | Jan Synacek |
2014-10-31 | shared/install: avoid prematurely rejecting "missing" units | Dave Reisner |
2014-10-25 | systemctl: do not ignore errors in symlink removal | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibility | Michal Schmidt |
2014-10-23 | install: make InstallContext::{will_install,have_installed} OrderedHashmaps | Michal Schmidt |
2014-10-08 | systemctl: add add-wants and add-requires verbs | Lukas Nykryn |
2014-10-07 | core: don't allow enabling if unit is masked | Jan Synacek |
2014-10-02 | Rename user_runtime to user_runtime_dir | Zbigniew Jędrzejewski-Szmek |
2014-10-02 | add a transient user unit directory | Steven Allen |
2014-09-16 | shared: fix resource leak in config_parse_default_instance | Andreas Henriksson |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-27 | systemctl: fix broken list-unit-files with --root | Lukas Nykryn |
2014-08-26 | Revert "systemctl: fix broken list-unit-files with --root" | Lennart Poettering |
2014-08-25 | systemctl: fix broken list-unit-files with --root | Lukas Nykryn |
2014-08-21 | install: simplify usage of _cleanup_ macros | Lennart Poettering |
2014-08-20 | systemctl: fail in the case that no unit files were found | Lukas Nykryn |
2014-08-13 | util: allow strappenda to take any number of args | Dave Reisner |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-26 | Add utility function to append root to path | Zbigniew Jędrzejewski-Szmek |
2014-07-26 | Always check asprintf return code | Karel Zak |
2014-07-16 | test-tables: add new entries | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-06-20 | conf-files: include root in returned file paths | Michael Marineau |
2014-06-17 | install: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-06-17 | install: improve paths we show the user when enabling/disabling | Lennart Poettering |
2014-06-17 | install: simplify symlink --root= logic | Lennart Poettering |
2014-06-17 | install: "systemctl enable" should be a nop for template units lacking a Defa... | Lennart Poettering |
2014-06-17 | install: make sure that --root= mode doesn't make us consider all units outsi... | Lennart Poettering |
2014-06-17 | install: make sure "systemctl disable foobar@.service" actually removes all i... | Lennart Poettering |
2014-06-17 | install: introduce new DefaultInstance= field for [Install] sections | Lennart Poettering |
2014-06-17 | install: when looking for a unit file for enabling, search for templates only... | Lennart Poettering |
2014-06-17 | install: use symlink_atomic() instead of unlink()+symlink() when force creati... | Lennart Poettering |
2014-06-17 | install: various modernizations | Lennart Poettering |
2014-06-17 | install: teach preset query logic --root= support | Lennart Poettering |
2014-06-17 | install: beef up preset logic to limit to only enable or only disable, and do... | Lennart Poettering |
2014-06-17 | install: simplify and clarify disabling logic for instanced units | Lennart Poettering |
2014-06-17 | install: various modernizations | Lennart Poettering |
2014-06-13 | install: fix invalid free() in unit_file_mask() | Andreas Henriksson |
2014-05-15 | Make systemctl --root look for files in the proper places | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | shared/install: do not prefix created symlink with root path | Zbigniew Jędrzejewski-Szmek |
2014-05-13 | replace more dup() by F_DUPFD_CLOEXEC | Lennart Poettering |
2014-04-23 | install: simplification | Lennart Poettering |
2014-04-16 | install: create_symlink() check unlink() return value | Djalal Harouni |