Age | Commit message (Expand) | Author |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | util: unify how we parse mode_t strings | Lennart Poettering |
2015-04-10 | util: fix unicode decoding in unquote_first_word() | Lennart Poettering |
2015-04-10 | util: when unescaping C escape sequences support C++11 \u and \U unicode lite... | Lennart Poettering |
2015-04-09 | util: add shell_maybe_quote() call for preparing a string for shell cmdline i... | Lennart Poettering |
2015-04-07 | test-util: don't mix declarations and code | Thomas Hindoe Paaboel Andersen |
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-04-06 | util: rework rm_rf() logic | Lennart Poettering |
2015-03-26 | util: rework word parsing and c unescaping code | Lennart Poettering |
2015-02-12 | test-util: remove superfluous const | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-22 | tests: use assert_se instead of assert | Ronny Chevalier |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-20 | util: make http url validity checks more generic, and move them to util.c | Lennart Poettering |
2015-01-19 | import-raw: when downloading raw images, generate sparse files if we can | Lennart Poettering |
2015-01-11 | shared/util: respect buffer boundary on incomplete escape sequences | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | test-util: make sure that masking and overriding works | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Implement masking and overriding of generators | Zbigniew Jędrzejewski-Szmek |
2015-01-11 | Simplify execute_directory() | Zbigniew Jędrzejewski-Szmek |
2015-01-09 | logind: unify how we cast between uid_t and pointers for hashmap keys | Lennart Poettering |
2015-01-07 | util: make use of kcmp() to compare fds, if it is available | Lennart Poettering |
2014-12-30 | macro: add DIV_ROUND_UP() | David Herrmann |
2014-12-25 | test: wait for cloned thread to exit | Filipe Brandenburger |
2014-12-25 | test: only use assert_se in test_raw_clone | Filipe Brandenburger |
2014-12-18 | Treat a trailing backslash as an error | Zbigniew Jędrzejewski-Szmek |
2014-12-18 | core: use raw_clone instead of fork in signal handler | Zbigniew Jędrzejewski-Szmek |
2014-12-12 | util: when using basename() for creating temporary files, verify the resultin... | Lennart Poettering |
2014-12-10 | test: fix some tests when running inside a container | Jan Synacek |
2014-12-09 | sd-bus: get rid of PID starttime concept | Lennart Poettering |
2014-11-27 | util: add function getting proc environ | Jakub Filak |
2014-11-21 | util: add functions getting proc cwd and root | Jakub Filak |
2014-11-20 | tests: fix minor memory leak | Lennart Poettering |
2014-11-07 | util: rework /proc/cmdline parser to use unquote_first_word() | Lennart Poettering |
2014-10-04 | test: only use assert_se | Thomas Hindoe Paaboel Andersen |
2014-09-22 | util: add alloca_align() | David Herrmann |
2014-09-22 | test-util: make valgrind happy | David Herrmann |
2014-09-11 | test: fix mem-leak in fdopen() test | David Herrmann |
2014-08-28 | macro: use unique variable names for math-macros | David Herrmann |
2014-08-27 | shared: make container_of() use unique variable names | David Herrmann |
2014-08-26 | test-util: use assert_se() for call to safe_mkdir with side effect | Filipe Brandenburger |
2014-08-22 | shared: add MAXSIZE() and use it in resolved | David Herrmann |
2014-08-20 | CONST_MAX breaks gcc on fedora 20 with optimiztationsystemd/v216 | Lennart Poettering |
2014-08-19 | sysusers: add another column to sysusers files for the home directory | Lennart Poettering |
2014-08-18 | tests: add tests for util.c | Ronny Chevalier |
2014-08-15 | macro: add CONST_MAX() macro | David Herrmann |
2014-08-15 | test: fix strtod test for real | David Herrmann |
2014-08-15 | test: fix strtod() test | David Herrmann |
2014-08-13 | util: allow strappenda to take any number of args | Dave Reisner |
2014-08-04 | test: use fabs on doubles | Thomas Hindoe Paaboel Andersen |