summaryrefslogtreecommitdiff
path: root/src/core/unit-printf.c
Commit message (Expand)AuthorAgeFilesLines
* core: add unit specifier for configuration directory rootYu Watanabe2018-06-211-0/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: introduce specifiers for /tmp and /var/tmpLennart Poettering2018-05-291-0/+5
* Add %j/%J unit specifiersZbigniew Jędrzejewski-Szmek2018-04-241-25/+58
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* specifier: unify specifier implementations for user-related specifiersLennart Poettering2017-11-291-40/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: add support for expanding state/cache/log directory root in unit filesLennart Poettering2017-10-261-4/+12
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-5/+1
* core: add a note clarifying that we should be careful when adding new specifiersLennart Poettering2016-12-071-0/+4
* core: deprecate %c, %r, %R specifiersLennart Poettering2016-12-071-3/+13
* core: resolve more specifiers in unit_name_printf()Lennart Poettering2016-12-071-18/+29
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* core: reuse manager_get_runtime_prefix() at more placesLennart Poettering2016-04-121-8/+3
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering2015-11-121-143/+25
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-1/+2
* Merge pull request #1654 from poettering/util-libTom Gundersen2015-10-251-4/+5
|\
| * util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* | core: various small fixes to unit-printfEvgeny Vereshchagin2015-10-241-5/+4
|/
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-4/+4
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-42/+13
* core: simplify %r and %R logic a bitLennart Poettering2015-04-301-15/+24
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-7/+7
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* core: when the user hits Ctrl-Alt-Del more than 7x per 2s, reboot immediatelyLennart Poettering2015-01-281-1/+1
* Always check asprintf return codeKarel Zak2014-07-261-4/+4
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* doc: corrections to words and formsJan Engelhardt2014-05-071-1/+1
* core: refuse doing %h, %s, %U specifier resolving in PID 1Lennart Poettering2013-12-161-69/+119
* specifier: rework specifier calls to return proper error messageLennart Poettering2013-09-171-67/+133
* core: add %v specifierZbigniew Jędrzejewski-Szmek2013-07-191-1/+3
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-13/+15
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* Simplify the meaning of %sZbigniew Jędrzejewski-Szmek2013-03-261-12/+21
* install: allow specifiers in WantedBy/RequiredBy/AliasZbigniew Jędrzejewski-Szmek2013-01-291-2/+2
* core: fix %U when no User= usedZbigniew Jędrzejewski-Szmek2013-01-291-4/+7
* Move generic specifier functions to sharedZbigniew Jędrzejewski-Szmek2013-01-291-36/+0
* unit: add %U for uids in unitsDaniel Wallace2012-12-191-2/+15
* core: fix %h, %s, %p handling in templates in user sessionOleksii Shevchuk2012-11-151-9/+3
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-181-1/+1
* unit-printf: add specifiers for the host name, machine id, boot idLennart Poettering2012-09-181-0/+49
* unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering2012-09-181-9/+24
* unit: split unit_printf() and friends into its own .c fileLennart Poettering2012-09-181-0/+282