Age | Commit message (Expand) | Author |
2015-08-25 | test-util: fix a memleak | Thomas Hindoe Paaboel Andersen |
2015-08-07 | util: Add shell_escape | Richard Maw |
2015-08-07 | util: Allow non-separator coalescing parsing in extract_first_word | Richard Maw |
2015-08-07 | util: Don't interpret quotes by default in extract_first_word | Richard Maw |
2015-08-07 | util: change unquote_*_word to extract_*_word | Richard Maw |
2015-08-07 | Convert unquote_*_word users to expect isempty(p) after the last entry | Richard Maw |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek |
2015-07-31 | Merge pull request #812 from zonque/test | David Herrmann |
2015-07-31 | Merge pull request #814 from dvdhrm/mfree | Daniel Mack |
2015-07-31 | test-util: add more tests | Daniel Mack |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-08-01 | busctl: add and use strcmp_ptr() | Namhyung Kim |
2015-07-24 | Merge pull request #704 from richardmaw-codethink/empty-arg-unquote | Daniel Mack |
2015-07-24 | unquote_first_word: parse ` '' ` as an empty argument instead of no argument | Richard Maw |
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 |