summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-3/+3
* shared: add ALIGN_POWER2 macroDavid Herrmann2014-05-131-0/+31
* util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering2014-03-191-0/+20
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek2014-03-141-0/+12
* util: add hexdump() call to create pretty hexdumps of dataLennart Poettering2014-03-141-0/+20
* macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering2014-03-121-1/+0
* Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek2014-03-021-4/+15
* Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek2014-03-021-5/+37
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-231-16/+16
* make gcc shut upLennart Poettering2014-02-191-2/+2
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-111-16/+0
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-281-6/+6
* always use the same code for creating temporary filesLennart Poettering2014-01-281-4/+4
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-271-0/+26
* macro: add a macro to test whether a value is in a specified listLennart Poettering2013-12-021-0/+11
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-211-24/+0
* tests: fix some memory leaks in testsLennart Poettering2013-10-091-1/+1
* Fix buffer overrun when enumerating filesZbigniew Jędrzejewski-Szmek2013-09-291-0/+10
* Use udev_encode_string in fstab_node_to_udev_nodeDave Reisner2013-09-171-0/+36
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-2/+7
* tests: fix indentationThomas Hindoe Paaboel Andersen2013-08-151-20/+19
* util: add split_pair() for splitting foo=bar stringsLennart Poettering2013-07-181-0/+23
* tests: add more tests for shared/util.cThomas Hindoe Paaboel Andersen2013-07-161-0/+49
* Properly check for overflow in offsetsZbigniew Jędrzejewski-Szmek2013-06-101-0/+39
* Use attribute(unused) in PROTECT_ERRNOZbigniew Jędrzejewski-Szmek2013-04-251-0/+11
* util: rework safe_atod() to be locale-independentLennart Poettering2013-04-251-1/+37
* util: make generation of profcs PID paths nicerLennart Poettering2013-04-161-0/+46
* journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez2013-04-051-0/+11
* util: be more picky when validating hostnamesLennart Poettering2013-03-221-0/+14
* test-util: add more testsThomas Hindoe Paaboel Andersen2013-03-071-0/+43
* util: properly escape corner cases in bus_path_escape(), tooLennart Poettering2013-03-051-0/+24
* test-util.c: added hexchar, unhexchar, octchar, unoctchar, decchar, undecchar...Daniel Buch2013-02-261-0/+37
* tests: add a few more tests to test-util.cThomas Hindoe Paaboel Andersen2013-02-251-4/+67
* tests: more tests for util.cThomas Hindoe Paaboel Andersen2013-02-201-0/+65
* tests: add test of memdup_multiplyThomas Hindoe Paaboel Andersen2013-02-181-0/+14
* tests: more testsThomas Hindoe Paaboel Andersen2013-02-111-13/+39
* test: add a few tests and tidy upThomas Hindoe Paaboel Andersen2013-02-061-0/+82