Age | Commit message (Expand) | Author |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-09-07 | tests: Skip test-cgroup-util test_mask_supported() when not running under sys... | Martin Pitt |
2015-09-05 | Merge pull request #1140 from poettering/sd-event-signals | David Herrmann |
2015-09-04 | tests: Skip tests which need to access /sys/fs/cgroup if that is not available | Martin Pitt |
2015-09-04 | test: add one more test case for parse_pid() | Lennart Poettering |
2015-09-04 | cgroup: always read the supported controllers from the root cgroup of the loc... | Lennart Poettering |
2015-09-04 | util: document why parse_uid() returns ENXIO | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | cgroup: drop "ignore_self" argument from cg_is_empty() | Lennart Poettering |
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 |