summaryrefslogtreecommitdiff
path: root/src/shared/condition.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-15update-done, condition: write the timestamp to the file as well and use it to...Ivan Shapovalov1-2/+40
2016-06-30Fix #3236 (#3633)Lennart Poettering1-3/+4
2016-02-24treewide: fix typos and then/that useTorstein Husebø1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-0/+6
2015-11-27selinux: split up mac_selinux_have() from mac_selinux_use()Lennart Poettering1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering1-0/+1
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering1-1/+1
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering1-9/+11
2015-09-07basic: rework virtualization detection APILennart Poettering1-5/+4
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw1-1/+1
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw1-1/+1
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt1-1/+1
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-1/+2
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering1-1/+1
2015-02-27shared/condition: fix gcc5 warningDaniel Mack1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2014-12-23condition: don't include files from src/coreLennart Poettering1-1/+0
2014-12-18tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek1-1/+3
2014-12-10util: introduce our own gperf based capability listLennart Poettering1-3/+4
2014-12-06remove duplicated includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-07util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering1-1/+1
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-2/+0
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering1-0/+529