summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
Commit message (Expand)AuthorAgeFilesLines
* test-util: remove now unused includesRonny Chevalier2016-03-031-12/+0
* tests: move xattr-util related tests to test-xattr-util.cRonny Chevalier2016-03-031-34/+0
* tests: move glob-util related tests to test-glob-util.cRonny Chevalier2016-03-031-20/+0
* tests: move io-util related tests to test-io-utilRonny Chevalier2016-03-031-38/+0
* tests: move proc-cmdline related tests to test-proc-cmdline.cRonny Chevalier2016-03-031-20/+0
* tests: move fstab-util related tests to test-fstab-util.cRonny Chevalier2016-03-031-36/+0
* tests: move fs-util related tests to test-fs-util.cRonny Chevalier2016-03-031-55/+0
* tests: move conf-parser related tests to test-conf-parser.cRonny Chevalier2016-03-031-10/+0
* tests: move fd-util related tests to test-fd-util.cRonny Chevalier2016-03-031-72/+0
* tests: move user-util related tests to test-user-util.cRonny Chevalier2016-03-031-27/+0
* tests: move path-util related tests to test-path-util.cRonny Chevalier2016-03-031-46/+0
* tests: move fileio related tests to test-fileio.cRonny Chevalier2016-03-031-133/+0
* tests: move stat-util related tests to test-stat-util.cRonny Chevalier2016-03-031-37/+0
* tests: move signal-util related tests to test-signal-util.cRonny Chevalier2016-03-031-14/+0
* tests: move cpu-set-util related tests to test-cpu-set-util.cRonny Chevalier2016-03-031-117/+0
* tests: move web-util related tests to test-web-util.cRonny Chevalier2016-03-031-14/+0
* tests: move alloc related tests to test-alloc-util.cRonny Chevalier2016-03-031-28/+0
* tests: move escape related tests to test-escape.cRonny Chevalier2016-03-031-88/+0
* tests: move strv related tests to test-strv.cRonny Chevalier2016-03-031-20/+0
* tests: move string related tests to test-string-util.cRonny Chevalier2016-03-031-260/+0
* tests: move hexdecoct tests to test-hexdecoct.cRonny Chevalier2016-03-031-360/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* resolved: add alignment to base64Zbigniew Jędrzejewski-Szmek2016-01-281-14/+7
* proc-cmdline: add runlevel to target mappingEvgeny Vereshchagin2015-11-031-0/+8
* test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger2015-10-281-419/+0
* test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger2015-10-281-510/+0
* cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-2/+46
* parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-271-0/+180
* cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-2/+15
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-1/+2
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-1/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX modeEvgeny Vereshchagin2015-10-221-0/+6
* util: rework fgetxattrat_fake() to use O_PATHLennart Poettering2015-10-021-0/+35
* basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering2015-09-301-10/+11
* util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering2015-09-301-8/+8
* util: Add test for parse_cpu_setFilipe Brandenburger2015-09-241-0/+59