summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
Commit message (Expand)AuthorAge
...
* 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
* journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez2013-04-05
* util: be more picky when validating hostnamesLennart Poettering2013-03-22
* test-util: add more testsThomas Hindoe Paaboel Andersen2013-03-07
* util: properly escape corner cases in bus_path_escape(), tooLennart Poettering2013-03-05
* test-util.c: added hexchar, unhexchar, octchar, unoctchar, decchar, undecchar...Daniel Buch2013-02-26
* tests: add a few more tests to test-util.cThomas Hindoe Paaboel Andersen2013-02-25
* tests: more tests for util.cThomas Hindoe Paaboel Andersen2013-02-20
* tests: add test of memdup_multiplyThomas Hindoe Paaboel Andersen2013-02-18
* tests: more testsThomas Hindoe Paaboel Andersen2013-02-11
* test: add a few tests and tidy upThomas Hindoe Paaboel Andersen2013-02-06