summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* test-cap-list: always check libcap comes to the same names as we do, for the ...Lennart Poettering2014-12-12
* cap-list: return lower-case capability names, similar to libcap's cap_to_name...Lennart Poettering2014-12-12
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-12
* shared: add new btrfs-util.[ch] helpers for doing common btrfs operationLennart Poettering2014-12-12
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-12
* test-condition: add more test casesRonny Chevalier2014-12-11
* test-strv: add test for strv_equalRonny Chevalier2014-12-11
* test-execute: add tests for UMask directiveRonny Chevalier2014-12-11
* test-unit-name: add tests for %fRonny Chevalier2014-12-11
* tree-wide: use our memset() macros instead of memset() itselfLennart Poettering2014-12-11
* treewide: correct spacing near eol in code commentsTorstein Husebø2014-12-11
* 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