Age | Commit message (Expand) | Author |
2015-08-25 | test-util: fix a memleak | Thomas Hindoe Paaboel Andersen |
2015-08-21 | dns-domain: add call for concatenating two domain names | Lennart Poettering |
2015-08-07 | strv: Add strv_shell_escape | Richard Maw |
2015-08-07 | util: Add shell_escape | Richard Maw |
2015-08-07 | strv: convert strv_split_quotes into a generic strv_split_extract | 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: get rid of unused parameter of hostname_cleanup() | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek |
2015-08-06 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-08-04 | basic: add LIST_INSERT_BEFORE | Alex Crawford |
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-socket-util: add test for in_addr_is_null() | Daniel Mack |
2015-07-31 | test-util: add more tests | Daniel Mack |
2015-07-31 | test: add test for static lists | Daniel Mack |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-31 | Merge pull request #811 from namhyung/busctl-misc-v2 | Daniel Mack |
2015-08-01 | busctl: add and use strcmp_ptr() | Namhyung Kim |
2015-07-31 | bitmap: make bitmap_clear free the bitmap array | Martin Mikkelsen |
2015-07-31 | bitmap: fix bitmap_equal on bitmaps with unset bits | Martin Mikkelsen |
2015-07-29 | resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS | Lennart Poettering |
2015-07-28 | shared: dns-name - add dns_name_between() | Tom Gundersen |
2015-07-28 | shared: dns-name - introduce dns_label_unescape_suffix() | Tom Gundersen |
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-17 | basic: bitmap - complete fix for bitshift overflow | Tom Gundersen |
2015-07-16 | bitmap: use external iterator | Tom Gundersen |
2015-07-14 | basic: util - add base32hexmem() function similar to hexmem() | Tom Gundersen |
2015-07-14 | basic: add a Bitmap implementation | 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-08 | Merge pull request #500 from zonque/fileio | Lennart Poettering |
2015-07-06 | treewide: fix typos of let's | Zbigniew Jędrzejewski-Szmek |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-07-06 | fileio: add 'enforce_newline' argument to write_string_stream() | Daniel Mack |
2015-06-23 | test: fix test-copy without /etc/os-release. | Dimitri John Ledkov |
2015-06-18 | Merge pull request #289 from michich/hashmap-small-cleanup | Lennart Poettering |
2015-06-18 | test: disable test-barrier by default | David Herrmann |
2015-06-17 | load-fragment: reset the list on an ExecStart= containing only whitespace | Filipe Brandenburger |
2015-06-17 | load-fragment: use unquote_first_word in config_parse_exec | Filipe Brandenburger |
2015-06-17 | tests: additional cases in test-unit-file | Filipe Brandenburger |
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-17 | hashmap: allow NULL key in ordered_hashmap_next() | Michal Schmidt |
2015-06-17 | Merge pull request #176 from filbranden/test_cgroup_mask1 | Lennart Poettering |
2015-06-16 | Merge pull request #197 from dvdhrm/hashmap | Michal Schmidt |