| Commit message (Expand) | Author | Age | Files | Lines |
* | core: add support for expanding state/cache/log directory root in unit files | Lennart Poettering | 2017-10-26 | 1 | -4/+12 |
* | core: add {State,Cache,Log,Configuration}Directory= (#6384) | Yu Watanabe | 2017-07-18 | 1 | -5/+1 |
* | core: add a note clarifying that we should be careful when adding new specifiers | Lennart Poettering | 2016-12-07 | 1 | -0/+4 |
* | core: deprecate %c, %r, %R specifiers | Lennart Poettering | 2016-12-07 | 1 | -3/+13 |
* | core: resolve more specifiers in unit_name_printf() | Lennart Poettering | 2016-12-07 | 1 | -18/+29 |
* | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek | 2016-11-07 | 1 | -1/+1 |
* | core: reuse manager_get_runtime_prefix() at more places | Lennart Poettering | 2016-04-12 | 1 | -8/+3 |
* | core: remove ManagerRunningAs enum | Lennart Poettering | 2016-04-12 | 1 | -1/+1 |
* | tree-wide: remove Emacs lines from all files | Daniel Mack | 2016-02-10 | 1 | -2/+0 |
* | core: simplify handling of %u, %U, %s and %h unit file specifiers | Lennart Poettering | 2015-11-12 | 1 | -143/+25 |
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering | 2015-10-26 | 1 | -1/+2 |
* | Merge pull request #1654 from poettering/util-lib | Tom Gundersen | 2015-10-25 | 1 | -4/+5 |
|\ |
|
| * | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering | 2015-10-24 | 1 | -4/+5 |
* | | core: various small fixes to unit-printf | Evgeny Vereshchagin | 2015-10-24 | 1 | -5/+4 |
|/ |
|
* | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering | 2015-05-11 | 1 | -4/+4 |
* | core: rework unit name validation and manipulation logic | Lennart Poettering | 2015-05-05 | 1 | -42/+13 |
* | core: simplify %r and %R logic a bit | Lennart Poettering | 2015-04-30 | 1 | -15/+24 |
* | shared: add formats-util.h | Ronny Chevalier | 2015-04-10 | 1 | -0/+1 |
* | tree-wide: there is no ENOTSUP on linux | David Herrmann | 2015-03-13 | 1 | -7/+7 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -3/+0 |
* | core: when the user hits Ctrl-Alt-Del more than 7x per 2s, reboot immediately | Lennart Poettering | 2015-01-28 | 1 | -1/+1 |
* | Always check asprintf return code | Karel Zak | 2014-07-26 | 1 | -4/+4 |
* | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | 2014-05-15 | 1 | -2/+2 |
* | doc: corrections to words and forms | Jan Engelhardt | 2014-05-07 | 1 | -1/+1 |
* | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering | 2013-12-16 | 1 | -69/+119 |
* | specifier: rework specifier calls to return proper error message | Lennart Poettering | 2013-09-17 | 1 | -67/+133 |
* | core: add %v specifier | Zbigniew Jędrzejewski-Szmek | 2013-07-19 | 1 | -1/+3 |
* | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering | 2013-06-20 | 1 | -13/+15 |
* | move _cleanup_ attribute in front of the type | Harald Hoyer | 2013-04-18 | 1 | -1/+1 |
* | Simplify the meaning of %s | Zbigniew Jędrzejewski-Szmek | 2013-03-26 | 1 | -12/+21 |
* | install: allow specifiers in WantedBy/RequiredBy/Alias | Zbigniew Jędrzejewski-Szmek | 2013-01-29 | 1 | -2/+2 |
* | core: fix %U when no User= used | Zbigniew Jędrzejewski-Szmek | 2013-01-29 | 1 | -4/+7 |
* | Move generic specifier functions to shared | Zbigniew Jędrzejewski-Szmek | 2013-01-29 | 1 | -36/+0 |
* | unit: add %U for uids in units | Daniel Wallace | 2012-12-19 | 1 | -2/+15 |
* | core: fix %h, %s, %p handling in templates in user session | Oleksii Shevchuk | 2012-11-15 | 1 | -9/+3 |
* | core: move ManagerRunningAs to shared | Zbigniew Jędrzejewski-Szmek | 2012-09-18 | 1 | -1/+1 |
* | unit-printf: add specifiers for the host name, machine id, boot id | Lennart Poettering | 2012-09-18 | 1 | -0/+49 |
* | unit-printf: before resolving exec context specifiers check whether the objec... | Lennart Poettering | 2012-09-18 | 1 | -9/+24 |
* | unit: split unit_printf() and friends into its own .c file | Lennart Poettering | 2012-09-18 | 1 | -0/+282 |