summaryrefslogtreecommitdiff
path: root/src/shared/specifier.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+35
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* shared/specifier: use realloc to free some memory after specifier expansionZbigniew Jędrzejewski-Szmek2018-03-281-2/+9
* shared/specifier: be less extravagant with memory allocationsZbigniew Jędrzejewski-Szmek2018-03-281-15/+5
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* shared: use _cleanup_ in specifier_printf (#7586)Zbigniew Jędrzejewski-Szmek2017-12-081-15/+10
* shared: fix a memory leakEvgeny Vereshchagin2017-12-061-2/+3
* Fix typoZbigniew Jędrzejewski-Szmek2017-12-061-1/+1
* Fail on unknown (alphanumerical) specifiersZbigniew Jędrzejewski-Szmek2017-12-061-1/+8
* specifier: unify specifier implementations for user-related specifiersLennart Poettering2017-11-291-0/+43
* specifier: add helper for escaping '%' characters to avoid making them subjec...Lennart Poettering2017-11-291-0/+30
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* shared: end string with % if one was found at the end of a expandible string ...Felipe Sateler2017-09-141-0/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-1/+6
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* specifier: rework specifier calls to return proper error messageLennart Poettering2013-09-171-41/+64
* core: add %v specifierZbigniew Jędrzejewski-Szmek2013-07-191-0/+12
* Move generic specifier functions to sharedZbigniew Jędrzejewski-Szmek2013-01-291-0/+36
* specifier: minor modernizationsLennart Poettering2012-11-141-3/+6
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-0/+108