Age | Commit message (Expand) | Author |
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 |
2015-06-15 | Merge pull request #214 from poettering/signal-rework-2 | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-15 | util: when creating temporary file names, allow including extra id string in it | Lennart Poettering |
2015-06-15 | firewall: rename fw-util.[ch] → firewall-util.[ch] | Daniel Mack |
2015-06-14 | hashmap: fix iterators to not skip entries | David Herrmann |
2015-06-14 | test-netlink-manual: typo fix | Thomas Hindoe Paaboel Andersen |
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen |
2015-06-11 | test-cgroup-mask: unit_get_sibling_mask ignores cgroup_supported | Filipe Brandenburger |
2015-06-11 | sd-rtnl: make joining broadcast groups implicit | Tom Gundersen |
2015-06-11 | Merge pull request #6 from xnox/drop-name | Lennart Poettering |
2015-06-10 | resolve: move dns routines into shared | Nick Owens |
2015-06-10 | test-copy: test copy_bytes() | Zbigniew Jędrzejewski-Szmek |
2015-06-09 | path-util: Fix path_is_mount_point for parent mount points in symlink mode | Martin Pitt |
2015-06-03 | test-util: fix a memleak | Thomas Hindoe Paaboel Andersen |
2015-06-03 | test-unit-file.c: fixup the test for commit 3b51f8ddd5 | Harald Hoyer |
2015-06-03 | util: fix another cunescape() regression | Daniel Mack |
2015-06-03 | udevd: simplify signal mask handling | Tom Gundersen |
2015-06-02 | shared: Drop 'name=' prefix from SYSTEMD_CGROUP_CONTROLLER define. | Dimitri John Ledkov |
2015-06-01 | test-unit-file: add test for improperly escaped exec string | Daniel Mack |
2015-05-30 | test-fdset: add more tests | Ronny Chevalier |
2015-05-30 | tests: add test-conf-parser | Ronny Chevalier |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-29 | udevd: event - port spawn_wait() to sd-event | Tom Gundersen |
2015-05-29 | path-util: Change path_is_mount_point() symlink arg from bool to flags | Martin Pitt |
2015-05-29 | path-util: Fix path_is_mount_point for files | Martin Pitt |
2015-05-25 | test: hostname - test that hostname is truly initialized | Tom Gundersen |
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering |
2015-05-21 | test.json: fix build on x86-32 where int and intmax_t differ | Lennart Poettering |
2015-05-19 | json: fix a mem leak | Thomas Hindoe Paaboel Andersen |
2015-05-19 | test/test-json: Tests for the tokenizer bugfix and the DOM parser | Pavel Odvody |
2015-05-19 | hostname: Allow comments in /etc/hostname | Martin Pitt |
2015-05-19 | test-hashmap: fix an assert | Thomas Hindoe Paaboel Andersen |
2015-05-18 | core: Private*/Protect* options with RootDirectory | Alban Crequy |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-15 | core: Fix assertion with empty Exec*= paths | Martin Pitt |