summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering4-0/+4
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt1-0/+21
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering1-0/+29
2015-05-11install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering1-4/+4
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering7-15/+15
2015-05-11test-libudev: fix leak in error caseThomas Hindoe Paaboel Andersen1-1/+3
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø1-1/+1
2015-05-06test-libudev: add error handlingThomas Hindoe Paaboel Andersen1-1/+4
2015-05-05core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering1-0/+60
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-123/+179
2015-05-05cgroup-util: be more strict when processing slice unit namesLennart Poettering1-1/+1
2015-04-30core: catch some special cases in cg_slice_to_path()Lennart Poettering1-1/+6
2015-04-30sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering1-0/+25
2015-04-30core: rework cgroup path parse logicLennart Poettering1-0/+18
2015-04-29sd-bus: properly handle creds that are known but undefined for a processLennart Poettering2-16/+15
2015-04-23path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering1-0/+9
2015-04-23util: Fix assertion in split() on missing 'Martin Pitt1-0/+15
2015-04-21test: test-path and test-execute only need units in test/Ronny Chevalier2-2/+2
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier5-49/+87
2015-04-10shared: add process-util.[ch]Ronny Chevalier5-100/+142
2015-04-10shared: add formats-util.hRonny Chevalier3-0/+3
2015-04-10core: set_put never returns -EEXISTRonny Chevalier1-0/+17
2015-04-10util: unify how we parse mode_t stringsLennart Poettering1-0/+15
2015-04-10util: remove normalize_env_assignment(), it's unusedLennart Poettering1-26/+0
2015-04-10util: fix unicode decoding in unquote_first_word()Lennart Poettering1-0/+11
2015-04-10util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering1-2/+7
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering1-0/+19
2015-04-08test-socket-util: add test for in_addr_to_stringRonny Chevalier1-0/+19
2015-04-07test-util: don't mix declarations and codeThomas Hindoe Paaboel Andersen1-1/+1
2015-04-07path-util: fix more path_is_mount e792e890f falloutLennart Poettering1-2/+8
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering1-7/+24
2015-04-06btrfs: add support for recursive btrfs snapshottingLennart Poettering1-0/+8
2015-04-06btrfs: make btrfs_subvol_snapshot() parameters a flags fieldLennart Poettering1-3/+3
2015-04-06btrfs: support recursively removing btrfs snapshotsLennart Poettering2-7/+42
2015-04-06util: rework rm_rf() logicLennart Poettering7-15/+26
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer2-2/+2
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering2-22/+34
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen1-2/+1
2015-03-16shared: add path_compare(), an ordering path comparisonMichal Schmidt1-11/+25
2015-03-13bus: stop using EDEADLOCKDavid Herrmann1-3/+3
2015-03-10shared: the btrfs quota field is called "referenced" not "referred"Lennart Poettering1-2/+2
2015-02-24test-hashmap: fix gcc5 warningDaniel Mack1-1/+1
2015-02-24test-time: test "infinity" parsing in nanosecondsDaniel Mack1-0/+6
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen33-75/+0
2015-02-18test: utf8 - fix utf16 tests on BE machinesTom Gundersen1-1/+1
2015-02-12test-util: remove superfluous constThomas Hindoe Paaboel Andersen1-1/+1
2015-02-04cg_path_get_user_unit(): Did not correctly parse user-unit templates.Luke Shumaker1-0/+1
2015-02-02shared/async: simplify asynchronous_job a bitZbigniew Jędrzejewski-Szmek1-0/+2
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering7-29/+41
2015-01-28test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...Lennart Poettering1-0/+14