summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1744 from evverx/fix-debug-generatorLennart Poettering2015-11-031-0/+8
|\
| * proc-cmdline: add runlevel to target mappingEvgeny Vereshchagin2015-11-031-0/+8
* | string-util: rework memory_erase() so that it cannot be optimized awayLennart Poettering2015-11-021-0/+61
* | Merge pull request #1736 from ronnychevalier/rc/test_execute_more_tests2Lennart Poettering2015-11-022-2/+51
|\ \
| * | test-path: move all related test files to a specific directoryRonny Chevalier2015-10-311-1/+1
| * | test-execute: move all files related to a specific directoryRonny Chevalier2015-10-311-1/+1
| * | test-execute: add tests for IOSchedulingClassRonny Chevalier2015-10-311-0/+8
| * | test-execute: add tests for OOMScoreAdjustRonny Chevalier2015-10-311-0/+6
| * | test-execute: add test for EnvironmentFileRonny Chevalier2015-10-311-0/+22
| * | test-execute: add test for PrivateNetworkRonny Chevalier2015-10-311-0/+13
| |/
* | Merge pull request #1722 from evverx/port-cap-bounding-set-to-extract-first-wordDaniel Mack2015-11-021-0/+7
|\ \
| * | tests: add test for capability bounding set parsingEvgeny Vereshchagin2015-10-301-0/+7
| |/
* | tests: lookup_paths_init depends on SYSTEMD_UNIT_PATH. Test itEvgeny Vereshchagin2015-10-311-6/+15
|/
* test: add tests to ensure that the capabilities are properly setRonny Chevalier2015-10-291-2/+27
* test: add test for capability bounding set parsingEvgeny Vereshchagin2015-10-291-0/+46
* test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger2015-10-282-419/+452
* test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger2015-10-282-510/+546
* Merge pull request #1703 from ronnychevalier/rc/test_execute_check_nobody2Lennart Poettering2015-10-281-3/+9
|\
| * test-execute: check if nobody exists before running some testsRonny Chevalier2015-10-281-3/+9
* | 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
|/
* process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering2015-10-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2731-4/+35
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-1/+2
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-273-1/+4
* 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
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-273-3/+3
* 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-276-4/+10
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-6/+7
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-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: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-274-4/+8
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-14/+0
* 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-275-4/+10
* util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering2015-10-261-0/+53
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-262-1/+3
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-1/+2
* test: "today UTC" is not always "today UTC"Hristo Venev2015-10-251-1/+8
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-2515-18/+34
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-2441-87/+128
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-15/+11
* Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack2015-10-231-10/+58
|\