summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-285-8/+8
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-284-7/+7
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-1/+1
* util: add function getting proc environJakub Filak2014-11-271-0/+5
* test: support empty environment variables in unit filesIago López Galeiras2014-11-231-0/+22
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-221-7/+9
* util: add functions getting proc cwd and rootJakub Filak2014-11-211-1/+12
* tests: fix minor memory leakLennart Poettering2014-11-202-1/+2
* udev: support ENV{}=="" global property matchesKay Sievers2014-11-131-2/+8
* udev: move global property handling from libudev to udevdKay Sievers2014-11-131-4/+0
* udev: switch to systemd logging functionsKay Sievers2014-11-131-13/+2
* tests: add test-executeRonny Chevalier2014-11-131-0/+178
* manager: allow test run to catch SIGCHLD eventsRonny Chevalier2014-11-131-1/+0
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-101-6/+6
* tests: add test-pathRonny Chevalier2014-11-081-0/+272
* util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering2014-11-071-10/+31
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-072-25/+26
* shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering2014-11-062-2/+2
* core: get rid of condition.c and move the remaining call into util.cLennart Poettering2014-11-061-1/+1
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-0/+2
* condition: add more test casesLennart Poettering2014-11-061-0/+57
* condition: unify condition logic in one fileLennart Poettering2014-11-061-13/+30
* condition: properly allow passing back errors from condition checksLennart Poettering2014-11-062-4/+3
* condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering2014-11-051-0/+13
* shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen2014-11-051-28/+29
* test: hashmap-plain - make coverity happyTom Gundersen2014-11-051-1/+1
* test: fileio - make coverity happyTom Gundersen2014-11-051-1/+1
* test: use assert_se in test_hashmap_moveMichal Schmidt2014-11-041-2/+2
* shared: add helpers for unaligend BE read/writeTom Gundersen2014-11-011-0/+92
* Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek2014-10-311-3/+3
* tests: add test-copyRonny Chevalier2014-10-311-0/+115
* tests: add tests for path_startswithRonny Chevalier2014-10-311-0/+21
* tests: add missing entry for LocalVariable to test-tablesRonny Chevalier2014-10-311-0/+2
* tests: add test-locale-utilRonny Chevalier2014-10-311-0/+59
* tests: add tests for strv.cRonny Chevalier2014-10-311-0/+39
* tests: add tests for fileio.cRonny Chevalier2014-10-311-0/+63
* test: test a corner case in hashmap_remove_and_replace()Michal Schmidt2014-10-301-0/+20
* test: adjust max load factor in test_hashmap_many()Michal Schmidt2014-10-301-2/+2
* calendarspec: parse 'quarterly' and 'semi-annually' as shortcutsLennart Poettering2014-10-271-0/+4
* hashmap: allow hashmap_move() to failMichal Schmidt2014-10-231-2/+2
* test: add test for hashmap_reserve()Michal Schmidt2014-10-231-0/+18
* test: add and improve hashmap testsMichal Schmidt2014-10-231-23/+308
* test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt2014-10-233-520/+564
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-2/+2
* environment: append unit_id to error messages regarding EnvironmentFileLukas Nykryn2014-10-171-1/+1
* tests: fix some tests to pass in kojiZbigniew Jędrzejewski-Szmek2014-10-122-2/+2
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-0418-169/+169
* test-barrier: add checks after the barrier constructorThomas Hindoe Paaboel Andersen2014-10-031-0/+4
* tests: add tests for {hashmap,set}_steal_firstZbigniew Jędrzejewski-Szmek2014-10-012-0/+68
* test-fileio: Remove dead checkThomas Hindoe Paaboel Andersen2014-09-301-1/+1