index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
unit-printf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: use strdup_to()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-34
/
+9
*
core: split out cgroup specific state fields from Unit → CGroupRuntime
Lennart Poettering
2024-02-16
1
-4
/
+7
*
core: Add %D specifier for $XDG_DATA_HOME
Adrian Vovk
2024-01-05
1
-0
/
+11
*
execute: add support for XDG_STATE_HOME for placing service state data in --u...
Lennart Poettering
2023-06-28
1
-2
/
+2
*
cgroup: rework how we validate/escape cgroups
Lennart Poettering
2023-04-27
1
-9
/
+11
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-2
/
+2
*
Add comments about deprecated specifiers
Zbigniew Jędrzejewski-Szmek
2022-04-11
1
-8
/
+8
*
shared/specifier: fix %u/%U/%g/%G when called as unprivileged user
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-2
/
+2
*
core: add %d specifier for the $CREDENTIALS_DIRECTORY
Frantisek Sumsal
2022-03-17
1
-0
/
+16
*
core: drop an unnecessary initialization
Frantisek Sumsal
2022-03-17
1
-1
/
+1
*
core: add %y/%Y specifiers for the fragment path of the unit
Zbigniew Jędrzejewski-Szmek
2022-01-21
1
-0
/
+2
*
Use ASSERT_PTR() in more places
Zbigniew Jędrzejewski-Szmek
2022-01-20
1
-31
/
+10
*
tree-wide: make specifier expansion --root= aware
Lennart Poettering
2021-06-24
1
-15
/
+15
*
core: add UNIT_GET_SLICE() helper
Lennart Poettering
2021-05-25
1
-6
/
+3
*
tree-wide: refuse too long strings earlier in specifier_printf()
Yu Watanabe
2021-05-12
1
-3
/
+3
*
core: fix typo
Yu Watanabe
2020-11-27
1
-1
/
+1
*
tree-wide: sort specifiers and move common comments to specifier.h
Yu Watanabe
2020-11-25
1
-36
/
+23
*
specifiers: introduce common macros for generating specifier tables
Lennart Poettering
2020-11-25
1
-25
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Add %l as specifier for the hostname without any domain component
Zbigniew Jędrzejewski-Szmek
2020-05-07
1
-0
/
+1
*
tree-wide: support a bunch of additional specifiers
Lennart Poettering
2020-04-28
1
-2
/
+14
*
tree-wide: use "hostname" spelling everywhere
Zbigniew Jędrzejewski-Szmek
2020-04-21
1
-1
/
+1
*
core: mark unit_*_printf() functions as taking a const Unit*
Zbigniew Jędrzejewski-Szmek
2019-10-16
1
-3
/
+2
*
core: move assert before actual use of the variable
Zbigniew Jędrzejewski-Szmek
2019-06-26
1
-4
/
+4
*
core: support %j in unit dependency resolution
Patrick Williams
2018-12-22
1
-0
/
+1
*
Mark *data and *userdata params to specifier_printf() as const
Zbigniew Jędrzejewski-Szmek
2018-12-12
1
-23
/
+23
*
tree-wide: remove various unused functions
Lennart Poettering
2018-12-02
1
-32
/
+0
*
shared: add %g, %G specifiers for group / gid (#10368)
Davide Cavalca
2018-10-13
1
-0
/
+4
*
core: add unit specifier for configuration directory root
Yu Watanabe
2018-06-20
1
-0
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: introduce specifiers for /tmp and /var/tmp
Lennart Poettering
2018-05-29
1
-0
/
+5
*
Add %j/%J unit specifiers
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-25
/
+58
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
specifier: unify specifier implementations for user-related specifiers
Lennart Poettering
2017-11-29
1
-40
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
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
[next]