summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-11-05shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen
2014-11-05test: hashmap-plain - make coverity happyTom Gundersen
2014-11-05test: fileio - make coverity happyTom Gundersen
2014-11-04test: use assert_se in test_hashmap_moveMichal Schmidt
2014-11-01shared: add helpers for unaligend BE read/writeTom Gundersen
2014-10-31Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek
2014-10-31tests: add test-copyRonny Chevalier
2014-10-31tests: add tests for path_startswithRonny Chevalier
2014-10-31tests: add missing entry for LocalVariable to test-tablesRonny Chevalier
2014-10-31tests: add test-locale-utilRonny Chevalier
2014-10-31tests: add tests for strv.cRonny Chevalier
2014-10-31tests: add tests for fileio.cRonny Chevalier
2014-10-30test: test a corner case in hashmap_remove_and_replace()Michal Schmidt
2014-10-30test: adjust max load factor in test_hashmap_many()Michal Schmidt
2014-10-27calendarspec: parse 'quarterly' and 'semi-annually' as shortcutsLennart Poettering
2014-10-23hashmap: allow hashmap_move() to failMichal Schmidt
2014-10-23test: add test for hashmap_reserve()Michal Schmidt
2014-10-23test: add and improve hashmap testsMichal Schmidt
2014-10-23test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-10-17environment: append unit_id to error messages regarding EnvironmentFileLukas Nykryn
2014-10-12tests: fix some tests to pass in kojiZbigniew Jędrzejewski-Szmek
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen
2014-10-03test-barrier: add checks after the barrier constructorThomas Hindoe Paaboel Andersen
2014-10-01tests: add tests for {hashmap,set}_steal_firstZbigniew Jędrzejewski-Szmek
2014-09-30test-fileio: Remove dead checkThomas Hindoe Paaboel Andersen
2014-09-30test-date: don't fail test if log_max_level is higher than LOG_INFOThomas Hindoe Paaboel Andersen
2014-09-30test-path-util: fix a mem leak and avoid confusing coverityThomas Hindoe Paaboel Andersen
2014-09-29Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek
2014-09-22util: add alloca_align()David Herrmann
2014-09-22test-util: make valgrind happyDavid Herrmann
2014-09-18tests: fix resource & mem leaksRonny Chevalier
2014-09-16test: silence a coverity reportThomas Hindoe Paaboel Andersen
2014-09-16libudev: util - drop util_delete_path()Tom Gundersen
2014-09-15hashmap, set: remove unused functionsMichal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-14test: fix test of uid-rangeThomas Hindoe Paaboel Andersen
2014-09-11udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-09-11test: fix mem-leak in fdopen() testDavid Herrmann
2014-09-08namespace: add support for custom kdbus endpointDaniel Mack
2014-09-08bus: factor out bus policy itemsDaniel Mack
2014-08-30cgroup-util: shorten cg_path_get_sessionZbigniew Jędrzejewski-Szmek
2014-08-28macro: use unique variable names for math-macrosDavid Herrmann
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann
2014-08-26test-util: use assert_se() for call to safe_mkdir with side effectFilipe Brandenburger
2014-08-26test-path-util: use assert_se in all assertionsFilipe Brandenburger
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann
2014-08-21core: allow informing systemd about service status changes with RELOADING=1 a...Lennart Poettering
2014-08-20CONST_MAX breaks gcc on fedora 20 with optimiztationsystemd/v216Lennart Poettering