index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
conf-files.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
strv: add helper to extend strv from both sides
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-1
/
+1
*
tmpfiles,sysusers: rework path argument handling
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-11
/
+27
*
sysusers: convert to conf_file_read()
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-5
/
+4
*
tmpfiles: split out helper to open and read a "config file"
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-0
/
+82
*
conf-parser: move config_get_dropin_files to conf-files
Mike Yuan
2023-05-21
1
-0
/
+22
*
conf-files: introduce _at() variants of conf_files_list() or friends
Yu Watanabe
2023-04-07
1
-0
/
+51
*
conf-files: split out logic of copy and sort filenames from hashmap
Yu Watanabe
2023-04-07
1
-15
/
+22
*
conf-files: use path_compare_filename()
Yu Watanabe
2023-04-07
1
-1
/
+3
*
conf-files: drop redundant call of chase()
Yu Watanabe
2023-04-07
1
-47
/
+26
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
conf-files: fix potential memleak in conf_files_list_strv_internal() on failure
Yu Watanabe
2023-03-07
1
-39
/
+31
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-0
/
+1
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
conf-files: port conf_files_list() over to chase_symlinks() from prefix_roota()
Lennart Poettering
2022-08-22
1
-10
/
+7
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-6
/
+3
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-1
/
+0
*
conf-files: rename return parameters ret_xyz
Lennart Poettering
2021-07-08
1
-19
/
+26
*
tree-wide: "a" -> "an"
Yu Watanabe
2021-06-30
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic/set: let set_put_strdup() create the set with string hash ops
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-1
/
+3
*
tree-wide: drop dirent.h when dirent-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
basic/conf-files: make conf_files_list() take just a single directory
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-6
/
+2
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
1
-1
/
+1
|
\
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-4
/
+4
|
/
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
tmpfiles: fix crash with NULL in arg_root and other fixes and tests
Zbigniew Jędrzejewski-Szmek
2018-12-20
1
-8
/
+13
*
Merge pull request #11006 from poettering/conf-file-fix
Lennart Poettering
2018-12-01
1
-15
/
+5
|
\
|
*
conf-files: remove unused function
Lennart Poettering
2018-11-30
1
-12
/
+1
|
*
conf-files: remove misplaced log_oom()
Lennart Poettering
2018-11-30
1
-1
/
+1
|
*
conf-files: improve algorithm O(n²) → O(n)
Lennart Poettering
2018-11-30
1
-2
/
+3
*
|
path-util: allow NULLs in arguments to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-3
/
+3
*
|
tree-wide: rename path_join_many() to path_join()
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-3
/
+3
*
|
tree-wide: replace path_join with path_join_many
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-3
/
+3
|
/
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-33
/
+0
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-8
/
+4
*
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
*
tree-wide: fix a number of log calls that use %m but have no errno set
Lennart Poettering
2018-06-07
1
-1
/
+1
*
conf-files: beef up conf-files.[ch] a bit
Lennart Poettering
2018-05-24
1
-41
/
+85
*
Merge pull request #8824 from keszybz/analyze-show-config
Lennart Poettering
2018-05-10
1
-0
/
+70
|
\
|
*
analyze: add --root option for cat-config
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-5
/
+8
|
*
tmpfiles: add --cat-config
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-0
/
+35
|
*
analyze: add 'cat-config' verb
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-0
/
+32
*
|
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
|
/
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tmpfiles: allow admin/runtime overrides to runtime config
Zbigniew Jędrzejewski-Szmek
2018-02-05
1
-11
/
+23
[next]