summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
Commit message (Expand)AuthorAge
* util: add alloca_align()David Herrmann2014-09-22
* test-util: make valgrind happyDavid Herrmann2014-09-22
* test: fix mem-leak in fdopen() testDavid Herrmann2014-09-11
* macro: use unique variable names for math-macrosDavid Herrmann2014-08-28
* shared: make container_of() use unique variable namesDavid Herrmann2014-08-27
* test-util: use assert_se() for call to safe_mkdir with side effectFilipe Brandenburger2014-08-26
* shared: add MAXSIZE() and use it in resolvedDavid Herrmann2014-08-22
* CONST_MAX breaks gcc on fedora 20 with optimiztationLennart Poettering2014-08-20
* sysusers: add another column to sysusers files for the home directoryLennart Poettering2014-08-19
* tests: add tests for util.cRonny Chevalier2014-08-18
* macro: add CONST_MAX() macroDavid Herrmann2014-08-15
* test: fix strtod test for realDavid Herrmann2014-08-15
* test: fix strtod() testDavid Herrmann2014-08-15
* util: allow strappenda to take any number of argsDave Reisner2014-08-13
* test: use fabs on doublesThomas Hindoe Paaboel Andersen2014-08-04
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* parse_boolean: require exact matchesAnsgar Burchardt2014-07-27
* util: fix has cc check and add testZbigniew Jędrzejewski-Szmek2014-07-11
* util: when unescaping strings, don't allow smuggling in of additional NUL bytesLennart Poettering2014-07-02
* tests: add tests to test-utilRonny Chevalier2014-06-19
* tests: unlink temp file used in testRonny Chevalier2014-06-16
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* shared: add ALIGN_POWER2 macroDavid Herrmann2014-05-13
* util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering2014-03-19
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek2014-03-14
* util: add hexdump() call to create pretty hexdumps of dataLennart Poettering2014-03-14
* macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering2014-03-12
* Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek2014-03-02
* Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek2014-03-02
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-23
* make gcc shut upLennart Poettering2014-02-19
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-11
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-28
* always use the same code for creating temporary filesLennart Poettering2014-01-28
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-27
* macro: add a macro to test whether a value is in a specified listLennart Poettering2013-12-02
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-21
* tests: fix some memory leaks in testsLennart Poettering2013-10-09
* Fix buffer overrun when enumerating filesZbigniew Jędrzejewski-Szmek2013-09-29
* Use udev_encode_string in fstab_node_to_udev_nodeDave Reisner2013-09-17
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-22
* tests: fix indentationThomas Hindoe Paaboel Andersen2013-08-15
* util: add split_pair() for splitting foo=bar stringsLennart Poettering2013-07-18
* tests: add more tests for shared/util.cThomas Hindoe Paaboel Andersen2013-07-16
* Properly check for overflow in offsetsZbigniew Jędrzejewski-Szmek2013-06-10
* Use attribute(unused) in PROTECT_ERRNOZbigniew Jędrzejewski-Szmek2013-04-25
* util: rework safe_atod() to be locale-independentLennart Poettering2013-04-25
* util: make generation of profcs PID paths nicerLennart Poettering2013-04-16