summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* test: fix some tests when running inside a containerJan Synacek2014-12-10
* util: introduce our own gperf based capability listLennart Poettering2014-12-10
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-09
* utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering2014-12-04
* utf8: intruduce utf8_escape_non_printableWaLyong Cho2014-12-04
* test-path-util: fix a leakThomas Hindoe Paaboel Andersen2014-12-04
* strv: add calls to add two entries to an strv at onceLennart Poettering2014-12-03
* treewide: convert some left-over (usec_t) -1 to USEC_INFINITYLennart Poettering2014-11-28
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-27
* util: add function getting proc environJakub Filak2014-11-27
* test: support empty environment variables in unit filesIago López Galeiras2014-11-23
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-22
* util: add functions getting proc cwd and rootJakub Filak2014-11-21
* tests: fix minor memory leakLennart Poettering2014-11-20
* udev: support ENV{}=="" global property matchesKay Sievers2014-11-13
* udev: move global property handling from libudev to udevdKay Sievers2014-11-13
* udev: switch to systemd logging functionsKay Sievers2014-11-13
* tests: add test-executeRonny Chevalier2014-11-13
* manager: allow test run to catch SIGCHLD eventsRonny Chevalier2014-11-13
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-10
* tests: add test-pathRonny Chevalier2014-11-08
* util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering2014-11-07
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-07
* shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering2014-11-06
* core: get rid of condition.c and move the remaining call into util.cLennart Poettering2014-11-06
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-06
* condition: add more test casesLennart Poettering2014-11-06
* condition: unify condition logic in one fileLennart Poettering2014-11-06
* condition: properly allow passing back errors from condition checksLennart Poettering2014-11-06
* condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering2014-11-05
* shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen2014-11-05
* test: hashmap-plain - make coverity happyTom Gundersen2014-11-05
* test: fileio - make coverity happyTom Gundersen2014-11-05
* test: use assert_se in test_hashmap_moveMichal Schmidt2014-11-04
* shared: add helpers for unaligend BE read/writeTom Gundersen2014-11-01
* Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek2014-10-31
* tests: add test-copyRonny Chevalier2014-10-31
* tests: add tests for path_startswithRonny Chevalier2014-10-31
* tests: add missing entry for LocalVariable to test-tablesRonny Chevalier2014-10-31
* tests: add test-locale-utilRonny Chevalier2014-10-31
* tests: add tests for strv.cRonny Chevalier2014-10-31
* tests: add tests for fileio.cRonny Chevalier2014-10-31
* test: test a corner case in hashmap_remove_and_replace()Michal Schmidt2014-10-30
* test: adjust max load factor in test_hashmap_many()Michal Schmidt2014-10-30
* calendarspec: parse 'quarterly' and 'semi-annually' as shortcutsLennart Poettering2014-10-27
* hashmap: allow hashmap_move() to failMichal Schmidt2014-10-23