summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
AgeCommit message (Expand)Author
2015-01-19import-raw: when downloading raw images, generate sparse files if we canLennart Poettering
2015-01-11shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek
2015-01-11test-util: make sure that masking and overriding worksZbigniew Jędrzejewski-Szmek
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2015-01-09logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering
2015-01-07util: make use of kcmp() to compare fds, if it is availableLennart Poettering
2014-12-30macro: add DIV_ROUND_UP()David Herrmann
2014-12-25test: wait for cloned thread to exitFilipe Brandenburger
2014-12-25test: only use assert_se in test_raw_cloneFilipe Brandenburger
2014-12-18Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-10test: fix some tests when running inside a containerJan Synacek
2014-12-09sd-bus: get rid of PID starttime conceptLennart Poettering
2014-11-27util: add function getting proc environJakub Filak
2014-11-21util: add functions getting proc cwd and rootJakub Filak
2014-11-20tests: fix minor memory leakLennart Poettering
2014-11-07util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen
2014-09-22util: add alloca_align()David Herrmann
2014-09-22test-util: make valgrind happyDavid Herrmann
2014-09-11test: fix mem-leak in fdopen() testDavid Herrmann
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-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann
2014-08-20CONST_MAX breaks gcc on fedora 20 with optimiztationsystemd/v216Lennart Poettering
2014-08-19sysusers: add another column to sysusers files for the home directoryLennart Poettering
2014-08-18tests: add tests for util.cRonny Chevalier
2014-08-15macro: add CONST_MAX() macroDavid Herrmann
2014-08-15test: fix strtod test for realDavid Herrmann
2014-08-15test: fix strtod() testDavid Herrmann
2014-08-13util: allow strappenda to take any number of argsDave Reisner
2014-08-04test: use fabs on doublesThomas Hindoe Paaboel Andersen
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-27parse_boolean: require exact matchesAnsgar Burchardt
2014-07-11util: fix has cc check and add testZbigniew Jędrzejewski-Szmek
2014-07-02util: when unescaping strings, don't allow smuggling in of additional NUL bytesLennart Poettering
2014-06-19tests: add tests to test-utilRonny Chevalier
2014-06-16tests: unlink temp file used in testRonny Chevalier
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-13shared: add ALIGN_POWER2 macroDavid Herrmann
2014-03-19util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek
2014-03-14util: add hexdump() call to create pretty hexdumps of dataLennart Poettering
2014-03-12macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering
2014-03-02Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek