Age | Commit message (Expand) | Author |
2016-04-12 | core: rework generator dir logic, move the dirs into LookupPaths structure | Lennart Poettering |
2016-04-11 | Install: correctly report symlink creations | Martin Pitt |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-12-06 | shared: include what we use | Thomas Hindoe Paaboel Andersen |
2015-11-15 | install: don't mix state and type enums | Thomas Hindoe Paaboel Andersen |
2015-11-12 | core: simplify handling of %u, %U, %s and %h unit file specifiers | Lennart Poettering |
2015-11-12 | install: follow unit file symlinks in /usr, but not /etc when looking for [In... | Lennart Poettering |
2015-11-12 | install: never log from install functions | Lennart Poettering |
2015-11-12 | install: various simplifications | Lennart Poettering |
2015-10-28 | install: port to extract_first_word | Susant Sahani |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | 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-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-06-25 | install: make unit_file_get_list aware of UNIT_FILE_INDIRECT | Michal Sekletar |
2015-06-25 | install: explicitly return 0 on success | Michal Sekletar |
2015-06-23 | install: fix bad memory access | Lennart Poettering |
2015-05-15 | systemctl: introduce --now for enable, disable and mask | Jan Synacek |
2015-05-11 | install: when exporting prefix InstallInfo to become UnitFileInstallInfo | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-10 | shared: fix memleak | Ronny Chevalier |
2015-03-27 | fix gcc warnings about uninitialized variables | Harald Hoyer |
2015-03-14 | sysv-generator: initialize LookupPaths just once | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-05 | path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins... | Ivan Shapovalov |
2014-12-19 | util: rename ignore_file() to hidden_file() | Lennart Poettering |
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 |