Age | Commit message (Expand) | Author |
2015-07-14 | basic: util - add base32hexmem() function similar to hexmem() | Tom Gundersen |
2015-07-12 | basic: util - add base64mem() function similar to hexmem() | Tom Gundersen |
2015-07-12 | basic: util - fix errorhandling in unhexmem() | Tom Gundersen |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-06-17 | util: Introduce unquote_first_word_and_warn | Filipe Brandenburger |
2015-06-17 | util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_word | Filipe Brandenburger |
2015-06-15 | util: when creating temporary file names, allow including extra id string in it | Lennart Poettering |
2015-06-03 | test-util: fix a memleak | Thomas Hindoe Paaboel Andersen |
2015-06-03 | util: fix another cunescape() regression | Daniel Mack |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-25 | test: hostname - test that hostname is truly initialized | Tom Gundersen |
2015-05-19 | hostname: Allow comments in /etc/hostname | Martin Pitt |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
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 |