| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | core,systemctl: add new "systemctl revert" command | Lennart Poettering | 2016-04-12 | 1 | -10/+224 |
* | install: fix errno handling | Lennart Poettering | 2016-04-12 | 1 | -1/+1 |
* | install: simplify skip_root() a bit | Lennart Poettering | 2016-04-12 | 1 | -13/+15 |
* | nstall: no need to export unit_file_lookup_state() anymore | Lennart Poettering | 2016-04-12 | 1 | -1/+3 |
* | systemctl: don't confuse sysv code with generated units | Lennart Poettering | 2016-04-12 | 1 | -12/+12 |
* | systemctl: move check whether a service exists as native unit file to install.c | Lennart Poettering | 2016-04-12 | 1 | -0/+19 |
* | install: unify checking whether operations may be applied to a unit file in a... | Lennart Poettering | 2016-04-12 | 1 | -32/+35 |
* | install: introduce a new unit file state "transient" | Lennart Poettering | 2016-04-12 | 1 | -0/+32 |
* | install: fix root prefix handling | Lennart Poettering | 2016-04-12 | 1 | -78/+132 |
* | install: add root directory to LookupPaths structure | Lennart Poettering | 2016-04-12 | 1 | -131/+38 |
* | install: change in_search_path() to take a LookupPaths structure | Lennart Poettering | 2016-04-12 | 1 | -4/+4 |
* | install: rename unit_file_is_generated() → path_is_generator() | Lennart Poettering | 2016-04-12 | 1 | -7/+7 |
* | install: be more accurate when checking whether something is runtime configur... | Lennart Poettering | 2016-04-12 | 1 | -1/+21 |
* | core: remove ManagerRunningAs enum | Lennart Poettering | 2016-04-12 | 1 | -12/+12 |
* | install: make use of configuration directory paths in LookupPaths | Lennart Poettering | 2016-04-12 | 1 | -146/+51 |
* | core: when enabling a generated unit file, return a clean error | Lennart Poettering | 2016-04-12 | 1 | -0/+10 |
* | core: add a new unit file state "generated" | Lennart Poettering | 2016-04-12 | 1 | -0/+23 |
* | core: rework generator dir logic, move the dirs into LookupPaths structure | Lennart Poettering | 2016-04-12 | 1 | -6/+6 |
* | Install: correctly report symlink creations | Martin Pitt | 2016-04-11 | 1 | -2/+2 |
* | tree-wide: remove Emacs lines from all files | Daniel Mack | 2016-02-10 | 1 | -2/+0 |
* | shared: include what we use | Thomas Hindoe Paaboel Andersen | 2015-12-06 | 1 | -1/+9 |
* | install: don't mix state and type enums | Thomas Hindoe Paaboel Andersen | 2015-11-15 | 1 | -1/+1 |
* | core: simplify handling of %u, %U, %s and %h unit file specifiers | Lennart Poettering | 2015-11-12 | 1 | -31/+0 |
* | install: follow unit file symlinks in /usr, but not /etc when looking for [In... | Lennart Poettering | 2015-11-12 | 1 | -785/+1049 |
* | install: never log from install functions | Lennart Poettering | 2015-11-12 | 1 | -13/+7 |
* | install: various simplifications | Lennart Poettering | 2015-11-12 | 1 | -130/+67 |
* | install: port to extract_first_word | Susant Sahani | 2015-10-28 | 1 | -9/+10 |
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering | 2015-10-27 | 1 | -2/+3 |
* | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering | 2015-10-27 | 1 | -4/+3 |
* | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | 2015-10-25 | 1 | -0/+1 |
* | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering | 2015-10-24 | 1 | -10/+11 |
* | tree-wide: clean up log_syntax() usage | Lennart Poettering | 2015-09-30 | 1 | -2/+1 |
* | install: make unit_file_get_list aware of UNIT_FILE_INDIRECT | Michal Sekletar | 2015-06-25 | 1 | -2/+3 |
* | install: explicitly return 0 on success | Michal Sekletar | 2015-06-25 | 1 | -1/+1 |
* | install: fix bad memory access | Lennart Poettering | 2015-06-24 | 1 | -1/+1 |
* | systemctl: introduce --now for enable, disable and mask | Jan Synacek | 2015-05-15 | 1 | -56/+56 |
* | install: when exporting prefix InstallInfo to become UnitFileInstallInfo | Lennart Poettering | 2015-05-11 | 1 | -18/+18 |
* | core: rework unit name validation and manipulation logic | Lennart Poettering | 2015-05-06 | 1 | -30/+29 |
* | shared: fix memleak | Ronny Chevalier | 2015-04-10 | 1 | -5/+5 |
* | fix gcc warnings about uninitialized variables | Harald Hoyer | 2015-03-27 | 1 | -1/+1 |
* | sysv-generator: initialize LookupPaths just once | Zbigniew Jędrzejewski-Szmek | 2015-03-15 | 1 | -22/+33 |
* | tree-wide: there is no ENOTSUP on linux | David Herrmann | 2015-03-13 | 1 | -2/+2 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -1/+0 |
* | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | 2015-02-03 | 1 | -2/+2 |
* | path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins... | Ivan Shapovalov | 2015-01-05 | 1 | -16/+0 |
* | util: rename ignore_file() to hidden_file() | Lennart Poettering | 2014-12-19 | 1 | -4/+4 |