chiark / gitweb /
shared: add MAXSIZE() and use it in resolved
[elogind.git] / src / test / test-util.c
2014-08-22 David Herrmannshared: add MAXSIZE() and use it in resolved
2014-08-19 Lennart PoetteringCONST_MAX breaks gcc on fedora 20 with optimiztation v216
2014-08-19 Lennart Poetteringsysusers: add another column to sysusers files for...
2014-08-18 Ronny Chevaliertests: add tests for util.c
2014-08-15 Lennart PoetteringMerge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
2014-08-15 David Herrmannmacro: add CONST_MAX() macro
2014-08-15 David Herrmanntest: fix strtod test for real
2014-08-15 David Herrmanntest: fix strtod() test
2014-08-14 Dave Reisnerutil: allow strappenda to take any number of args
2014-08-04 Thomas Hindoe Paab... test: use fabs on doubles
2014-07-31 Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-27 Ansgar Burchardtparse_boolean: require exact matches
2014-07-11 Zbigniew Jędrzejew... util: fix has cc check and add test
2014-07-02 Lennart Poetteringutil: when unescaping strings, don't allow smuggling...
2014-06-19 Ronny Chevaliertests: add tests to test-util
2014-06-16 Ronny Chevaliertests: unlink temp file used in test
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-05-13 David Herrmannshared: add ALIGN_POWER2 macro
2014-03-18 Lennart Poetteringutil: add new FOREACH_STRING() macro as syntactic sugar...
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-15 Zbigniew Jędrzejew... timedated: use builtins for integer log and exp
2014-03-14 Lennart Poetteringutil: add hexdump() call to create pretty hexdumps...
2014-03-12 Lennart Poetteringmacro: make sure we can use IN_SET() also with complex...
2014-03-02 Zbigniew Jędrzejew... Disallow sizes with increasing unit size
2014-03-02 Zbigniew Jędrzejew... Allow fractional parts in disk sizes
2014-02-23 Lennart Poetteringcore: clean up some confusing regarding SI decimal...
2014-02-19 Lennart Poetteringmake gcc shut up
2014-02-11 Lennart Poetteringutil: drop parse_user_at_host() since its unused now
2014-01-29 Zbigniew Jędrzejew... Get rid of write_safe
2014-01-28 Lennart Poetteringalways use the same code for creating temporary files
2014-01-28 Zbigniew Jędrzejew... journal: guarantee async-signal-safety in sd_journald_sendv
2013-12-02 Lennart Poetteringmacro: add a macro to test whether a value is in a...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-10-09 Lennart Poetteringtests: fix some memory leaks in tests
2013-09-29 Zbigniew Jędrzejew... Fix buffer overrun when enumerating files
2013-09-17 Dave ReisnerUse udev_encode_string in fstab_node_to_udev_node
2013-08-22 Holger Hans Peter... test: Make testing work on systems without or old systemd
2013-08-15 Thomas Hindoe Paab... tests: fix indentation
2013-07-18 Lennart Poetteringutil: add split_pair() for splitting foo=bar strings
2013-07-15 Thomas Hindoe Paab... tests: add more tests for shared/util.c
2013-06-10 Zbigniew Jędrzejew... Properly check for overflow in offsets
2013-04-26 Zbigniew Jędrzejew... Use attribute(unused) in PROTECT_ERRNO
2013-04-25 Lennart Poetteringutil: rework safe_atod() to be locale-independent
2013-04-16 Lennart Poetteringutil: make generation of profcs PID paths nicer
2013-04-05 Cristian Rodríguezjournal: u64log2 can be expressed just as __builtin_clz...
2013-03-22 Lennart Poetteringutil: be more picky when validating hostnames
2013-03-07 Thomas Hindoe Paab... test-util: add more tests
2013-03-05 Lennart Poetteringutil: properly escape corner cases in bus_path_escape...
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-26 Daniel Buchtest-util.c: added hexchar, unhexchar, octchar, unoctch...
2013-02-25 Thomas Hindoe Paab... tests: add a few more tests to test-util.c
2013-02-20 Thomas Hindoe Paab... tests: more tests for util.c
2013-02-18 Thomas Hindoe Paab... tests: add test of memdup_multiply
2013-02-11 Thomas Hindoe Paab... tests: more tests
2013-02-06 Thomas Hindoe Paab... test: add a few tests and tidy up