Age | Commit message (Expand) | Author |
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 |
2015-05-13 | util: add generic calls for prefixing a root directory to a path | Lennart Poettering |
2015-05-11 | install: when exporting prefix InstallInfo to become UnitFileInstallInfo | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | test-libudev: fix leak in error case | Thomas Hindoe Paaboel Andersen |
2015-05-11 | treewide: Correct typos and spell plural of bus consistent | Torstein Husebø |
2015-05-06 | test-libudev: add error handling | Thomas Hindoe Paaboel Andersen |
2015-05-05 | core: be more strict when manipulating slices names and unescaping paths from... | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-05-05 | cgroup-util: be more strict when processing slice unit names | Lennart Poettering |
2015-04-30 | core: catch some special cases in cg_slice_to_path() | Lennart Poettering |
2015-04-30 | sd-bus,sd-login: add api for querying the slice within the the user systemd i... | Lennart Poettering |
2015-04-30 | core: rework cgroup path parse logic | Lennart Poettering |
2015-04-29 | sd-bus: properly handle creds that are known but undefined for a process | Lennart Poettering |
2015-04-23 | path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t... | Lennart Poettering |
2015-04-23 | util: Fix assertion in split() on missing ' | Martin Pitt |
2015-04-21 | test: test-path and test-execute only need units in test/ | Ronny Chevalier |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-10 | core: set_put never returns -EEXIST | Ronny Chevalier |
2015-04-10 | util: unify how we parse mode_t strings | Lennart Poettering |
2015-04-10 | util: remove normalize_env_assignment(), it's unused | 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 |