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: 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
*
sysusers: allow admin/runtime overrides to command-line config
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-0
/
+64
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
conf-files: fix check for masking with empty files
Zbigniew Jędrzejewski-Szmek
2017-09-17
1
-8
/
+13
*
conf-files: log when we skip a drop-in configuration file
Lennart Poettering
2017-09-13
1
-1
/
+3
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-9
/
+35
*
basic/conf-files: extend conf_files_list() to list unsuffixed files
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-2
/
+0
*
basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffix
Zbigniew Jędrzejewski-Szmek
2017-02-08
1
-3
/
+0
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: modernize conf-files.c a bit
Lennart Poettering
2016-01-02
1
-16
/
+6
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-7
/
+8
[next]