Age | Commit message (Expand) | Author |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-27 | parse_boolean: require exact matches | Ansgar Burchardt |
2014-07-11 | util: fix has cc check and add test | Zbigniew Jędrzejewski-Szmek |
2014-07-02 | util: when unescaping strings, don't allow smuggling in of additional NUL bytes | Lennart Poettering |
2014-06-19 | tests: add tests to test-util | Ronny Chevalier |
2014-06-16 | tests: unlink temp file used in test | Ronny Chevalier |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-13 | shared: add ALIGN_POWER2 macro | David Herrmann |
2014-03-19 | util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ... | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-14 | timedated: use builtins for integer log and exp | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | util: add hexdump() call to create pretty hexdumps of data | Lennart Poettering |
2014-03-12 | macro: make sure we can use IN_SET() also with complex function calls as firs... | Lennart Poettering |
2014-03-02 | Disallow sizes with increasing unit size | Zbigniew Jędrzejewski-Szmek |
2014-03-02 | Allow fractional parts in disk sizes | Zbigniew Jędrzejewski-Szmek |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-11 | util: drop parse_user_at_host() since its unused now | Lennart Poettering |
2014-01-28 | Get rid of write_safe | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-27 | journal: guarantee async-signal-safety in sd_journald_sendv | Zbigniew Jędrzejewski-Szmek |
2013-12-02 | macro: add a macro to test whether a value is in a specified list | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-10-09 | tests: fix some memory leaks in tests | Lennart Poettering |
2013-09-29 | Fix buffer overrun when enumerating files | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | Use udev_encode_string in fstab_node_to_udev_node | Dave Reisner |
2013-08-22 | test: Make testing work on systems without or old systemd | Holger Hans Peter Freyther |
2013-08-15 | tests: fix indentation | Thomas Hindoe Paaboel Andersen |
2013-07-18 | util: add split_pair() for splitting foo=bar strings | Lennart Poettering |
2013-07-16 | tests: add more tests for shared/util.c | Thomas Hindoe Paaboel Andersen |
2013-06-10 | Properly check for overflow in offsets | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | Use attribute(unused) in PROTECT_ERRNO | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | util: rework safe_atod() to be locale-independent | Lennart Poettering |
2013-04-16 | util: make generation of profcs PID paths nicer | Lennart Poettering |
2013-04-05 | journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U | Cristian Rodríguez |
2013-03-22 | util: be more picky when validating hostnames | Lennart Poettering |
2013-03-07 | test-util: add more tests | Thomas Hindoe Paaboel Andersen |
2013-03-05 | util: properly escape corner cases in bus_path_escape(), too | Lennart Poettering |
2013-02-26 | test-util.c: added hexchar, unhexchar, octchar, unoctchar, decchar, undecchar... | Daniel Buch |
2013-02-25 | tests: add a few more tests to test-util.c | Thomas Hindoe Paaboel Andersen |
2013-02-20 | tests: more tests for util.c | Thomas Hindoe Paaboel Andersen |
2013-02-18 | tests: add test of memdup_multiply | Thomas Hindoe Paaboel Andersen |
2013-02-11 | tests: more tests | Thomas Hindoe Paaboel Andersen |
2013-02-06 | test: add a few tests and tidy up | Thomas Hindoe Paaboel Andersen |