Age | Commit message (Expand) | Author |
2015-11-03 | proc-cmdline: add runlevel to target mapping | Evgeny Vereshchagin |
2015-10-28 | test-parse-util: Move parse-util tests into their own test case | Filipe Brandenburger |
2015-10-28 | test-extract-word: Move extract-word tests into their own test case | Filipe Brandenburger |
2015-10-27 | cpu-set-util: Support ranges in parse_cpu_set_and_warn | Filipe Brandenburger |
2015-10-27 | parse-util: Introduce new parse_range function | Filipe Brandenburger |
2015-10-27 | cpu-set-util: Accept commas as separators in parse_cpu_set_and_warn | Filipe Brandenburger |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move web-related calls into web-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split xattr-related calls into xattr-util.[ch] | Lennart Poettering |
2015-10-27 | util: move filename_is_valid() and path_is_safe() to path-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move fstab_node_to_udev_node() to fstab-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out hex/dec/oct encoding/decoding into its own file | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-22 | util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX mode | Evgeny Vereshchagin |
2015-10-02 | util: rework fgetxattrat_fake() to use O_PATH | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-30 | util: rename parse_cpu_set() to parse_cpu_set_and_warn() | Lennart Poettering |
2015-09-24 | util: Add test for parse_cpu_set | Filipe Brandenburger |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-04 | test: add one more test case for parse_pid() | Lennart Poettering |
2015-09-04 | util: document why parse_uid() returns ENXIO | Lennart Poettering |
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 |