summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2013-10-06shared/util: fix off-by-one error in tag_to_udev_nodeDave Reisner1-1/+3
2013-10-05utf8: fix utf8_is_printableZbigniew Jędrzejewski-Szmek1-0/+1
2013-10-01hashmap: size hashmap bucket array dynamicallyLennart Poettering1-2/+26
2013-09-29Fix buffer overrun when enumerating filesZbigniew Jędrzejewski-Szmek1-0/+10
2013-09-26util: properly handle the root dir in PATH_FOREACH_PREFIXLennart Poettering1-4/+30
2013-09-26test-hashmap: fix access to uninitialized memoryZbigniew Jędrzejewski-Szmek1-3/+5
2013-09-25util: add macro for iterating through all prefixes of a pathLennart Poettering1-0/+27
2013-09-24support acpi firmware performance data (FPDT)Kay Sievers2-47/+98
2013-09-19Add more tests and fix capability loggingZbigniew Jędrzejewski-Szmek1-13/+49
2013-09-19test-utf8: add more tests for public functionsDave Reisner1-0/+34
2013-09-19device-nodes: move device node specific code to own fileDave Reisner2-27/+56
2013-09-19shared/utf8: merge implementations, remove cruftDave Reisner1-0/+9
2013-09-17test-fileio: assume that Buffers may be missingZbigniew Jędrzejewski-Szmek1-1/+4
2013-09-17Make test-login and test-sleep output debuggingZbigniew Jędrzejewski-Szmek1-1/+11
2013-09-17Use udev_encode_string in fstab_node_to_udev_nodeDave Reisner1-0/+36
2013-09-17move utf8 functions from libudev-private.h to utf8.hDave Reisner1-0/+59
2013-09-17tmpfiles: support simple specifier expansion for specified pathsLennart Poettering1-5/+5
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering3-9/+22
2013-09-16Assume that /proc/meminfo can be missingZbigniew Jędrzejewski-Szmek1-1/+5
2013-09-13Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek2-8/+28
2013-09-11Allow tabs in environment filesZbigniew Jędrzejewski-Szmek1-0/+54
2013-09-09run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek1-0/+24
2013-09-09systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek1-35/+79
2013-08-22test: Make testing work on systems without or old systemdHolger Hans Peter Freyther6-10/+54
2013-08-15tests: fix indentationThomas Hindoe Paaboel Andersen1-20/+19
2013-08-14hostnamectl: show only specific hostname when requestedZbigniew Jędrzejewski-Szmek1-1/+1
2013-07-30test-unit-file: return error without dumping core on permission errorChristian Hesse1-5/+10
2013-07-30test-fileio: use random name for written fileZbigniew Jędrzejewski-Szmek1-5/+8
2013-07-26journalctl: use _COMM= match for scriptsZbigniew Jędrzejewski-Szmek1-0/+35
2013-07-18tests: skip tests when executed without privileges but which require themKay Sievers2-2/+2
2013-07-18util: add split_pair() for splitting foo=bar stringsLennart Poettering1-0/+23
2013-07-16test-tables: allow sparse tables and check mapping for -1Zbigniew Jędrzejewski-Szmek1-1/+1
2013-07-16tests: add more tests for shared/util.cThomas Hindoe Paaboel Andersen1-0/+49
2013-07-13test: add trivial test for syscall table and extend table tests to error pathsZbigniew Jędrzejewski-Szmek1-0/+3
2013-07-12test-path-util,test-sched-prio: uninitialize manager to appease valgrindZbigniew Jędrzejewski-Szmek3-1/+5
2013-07-11cgroup: simplify how instantiated units are mapped to cgroupsLennart Poettering1-9/+14
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering3-3/+3
2013-07-05tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek1-0/+102
2013-07-02libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering1-16/+16
2013-06-27test: Add list testcaseJan Janssen1-0/+109
2013-06-27core: general cgroup reworkLennart Poettering1-4/+4
2013-06-21login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering1-3/+5
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering1-25/+64
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering1-0/+20
2013-06-10Properly check for overflow in offsetsZbigniew Jędrzejewski-Szmek1-0/+39
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek1-6/+24
2013-05-03cgroup: when escaping a cgroup object name, also escape names that start with...Lennart Poettering1-0/+4
2013-05-03test-hashmap.c: add unit-test for hashmapDaniel Buch1-0/+508
2013-05-01cgls: add --machine/-MZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-30id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering1-2/+25