summaryrefslogtreecommitdiff
path: root/src/shared/condition.c
AgeCommit message (Expand)Author
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-11-11tree-wide: make invocations of extract_first_word more uniform (#4627)Zbigniew Jędrzejewski-Szmek
2016-10-27Merge pull request #4442 from keszybz/detect-virt-usernsEvgeny Vereshchagin
2016-10-26condition: simplify condition_test_virtualizationZbigniew Jędrzejewski-Szmek
2016-10-26shared/condition: add ConditionVirtualization=[!]private-usersZbigniew Jędrzejewski-Szmek
2016-10-24update-done: minor clean-upsLennart Poettering
2016-09-15update-done, condition: write the timestamp to the file as well and use it to...Ivan Shapovalov
2016-06-30Fix #3236 (#3633)Lennart Poettering
2016-02-24treewide: fix typos and then/that useTorstein Husebø
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-27selinux: split up mac_selinux_have() from mac_selinux_use()Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-02-27shared/condition: fix gcc5 warningDaniel Mack
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-12-23condition: don't include files from src/coreLennart Poettering
2014-12-18tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek
2014-12-10util: introduce our own gperf based capability listLennart Poettering
2014-12-06remove duplicated includesThomas Hindoe Paaboel Andersen
2014-11-07util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering