summaryrefslogtreecommitdiff
path: root/src/shared/conf-files.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+2
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-06-24use more _cleanup_ macroRonny Chevalier1-4/+1
2014-06-20conf-files: include root in returned file pathsMichael Marineau1-10/+6
2014-06-20shared: rename path_strv_canonicalize_absolute functionsMichael Marineau1-1/+1
2014-06-17conf-files: fix when for --root= logicLennart Poettering1-3/+13
2014-02-14shared: include root when canonicalizing conf pathsMichael Marineau1-7/+3
2013-12-21conf-files: replace readdir_r with readdirFlorian Weimer1-4/+4
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek1-2/+2
2013-10-30util: when we use path_strv_canonicalize() we must allocate the strv from the...Lennart Poettering1-2/+8
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering1-8/+2
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-28catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek1-1/+1
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-42/+70
2013-02-08shared: conf-files - use root parameter and convert to auto-cleanupKay Sievers1-16/+13
2013-02-08shared: conf-files - add root parameterKay Sievers1-5/+5
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering1-2/+3
2012-07-24conf-files: continue searching if one dir failsMichal Schmidt1-6/+6
2012-05-08util: split-out path-util.[ch]Kay Sievers1-3/+4
2012-05-07util: split-out conf-file.[ch]Kay Sievers1-0/+151