index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
specifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
specifier: avoid leaking memory on allocation error
Frantisek Sumsal
2023-05-24
1
-2
/
+2
*
specifier: use _cleanup_
David Tardon
2023-04-27
1
-5
/
+4
*
specifier: always convert missing machine-id file to EUNATCH
Yu Watanabe
2023-04-04
1
-13
/
+3
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-3
/
+3
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-12
/
+12
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...
Yu Watanabe
2022-12-12
1
-1
/
+1
*
shared: Add specifier_uint64()
Daan De Meyer
2022-09-22
1
-0
/
+6
*
shared: Add specifier_id128() and specifier_uuid()
Daan De Meyer
2022-09-22
1
-14
/
+26
*
tree-wide: host_name → hostname
Zbigniew Jędrzejewski-Szmek
2022-04-11
1
-3
/
+3
*
shared/specifier: make sure we set the output variable even for void answers
Zbigniew Jędrzejewski-Szmek
2022-04-11
1
-1
/
+7
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-13
/
+13
*
shared/specifier: fix %u/%U/%g/%G when called as unprivileged user
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-8
/
+36
*
shared/specifier: provide proper error messages when specifiers fail to read ...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-14
/
+19
*
shared/specifier: clarify and add test for missing data
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+3
*
core: introduce %R specifier for pretty hostname
Frantisek Sumsal
2022-03-10
1
-0
/
+15
*
core: be a bit more defensive when resolving specifiers
Frantisek Sumsal
2022-03-10
1
-0
/
+39
*
core: add %y/%Y specifiers for the fragment path of the unit
Zbigniew Jędrzejewski-Szmek
2022-01-21
1
-0
/
+22
*
shared/specifier: treat NULL the same as ""
Zbigniew Jędrzejewski-Szmek
2022-01-20
1
-36
/
+20
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
tree-wide: make specifier expansion --root= aware
Lennart Poettering
2021-06-24
1
-40
/
+57
*
sysusers: add a generic specifier table for common cases
Lennart Poettering
2021-05-26
1
-0
/
+6
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-12
/
+5
*
tree-wide: refuse too long strings earlier in specifier_printf()
Yu Watanabe
2021-05-12
1
-3
/
+10
*
specifier: rename variable
Yu Watanabe
2021-05-12
1
-12
/
+12
*
specifier: use SD_ID128_STRING_MAX
Yu Watanabe
2021-05-12
1
-2
/
+2
*
shared: add new IMAGE_VERSION=/IMAGE_ID= field to /etc/os-release
Lennart Poettering
2021-03-31
1
-0
/
+8
*
basic/os-util: make the sentinel implicit
Zbigniew Jędrzejewski-Szmek
2021-02-22
1
-1
/
+1
*
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
/
+11
*
tree-wide: support a bunch of additional specifiers
Lennart Poettering
2020-04-28
1
-0
/
+48
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
Mark *data and *userdata params to specifier_printf() as const
Zbigniew Jędrzejewski-Szmek
2018-12-12
1
-14
/
+14
*
shared: add %g, %G specifiers for group / gid (#10368)
Davide Cavalca
2018-10-13
1
-0
/
+18
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
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
/
+35
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
shared/specifier: use realloc to free some memory after specifier expansion
Zbigniew Jędrzejewski-Szmek
2018-03-28
1
-2
/
+9
*
shared/specifier: be less extravagant with memory allocations
Zbigniew Jędrzejewski-Szmek
2018-03-28
1
-15
/
+5
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
shared: use _cleanup_ in specifier_printf (#7586)
Zbigniew Jędrzejewski-Szmek
2017-12-08
1
-15
/
+10
*
shared: fix a memory leak
Evgeny Vereshchagin
2017-12-06
1
-2
/
+3
*
Fix typo
Zbigniew Jędrzejewski-Szmek
2017-12-06
1
-1
/
+1
*
Fail on unknown (alphanumerical) specifiers
Zbigniew Jędrzejewski-Szmek
2017-12-06
1
-1
/
+8
*
specifier: unify specifier implementations for user-related specifiers
Lennart Poettering
2017-11-29
1
-0
/
+43
*
specifier: add helper for escaping '%' characters to avoid making them subjec...
Lennart Poettering
2017-11-29
1
-0
/
+30
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
[next]