summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-11-30core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering
2013-11-28util: fix handling of trailing whitespace in split_quoted()Lennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-22test: test-sched-prio - skip if XDG_RUNTIME_DIR is not setKay Sievers
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering
2013-11-20test: exit early if we would conflict with running user systemdLennart Poettering
2013-11-07test-strv: add strv_split, strv_split_newline, strv_remove_prefixDaniel Buch
2013-11-07utf8: ascii_filter() is unused, let's remove itLennart Poettering
2013-10-29strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering
2013-10-27test-strv.c: added STRV_FOREACH and STRV_FOREACH_BACKWARDSDaniel Buch
2013-10-22systemd: use unit name in PrivateTmp directoriesZbigniew Jędrzejewski-Szmek
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-10-13test: test for ellipsizeShawn Landden
2013-10-09tests: fix some memory leaks in testsLennart Poettering
2013-10-06shared/util: fix off-by-one error in tag_to_udev_nodeDave Reisner
2013-10-05utf8: fix utf8_is_printableZbigniew Jędrzejewski-Szmek
2013-10-01hashmap: size hashmap bucket array dynamicallyLennart Poettering
2013-09-29Fix buffer overrun when enumerating filesZbigniew Jędrzejewski-Szmek
2013-09-26util: properly handle the root dir in PATH_FOREACH_PREFIXLennart Poettering
2013-09-26test-hashmap: fix access to uninitialized memoryZbigniew Jędrzejewski-Szmek
2013-09-25util: add macro for iterating through all prefixes of a pathLennart Poettering
2013-09-24support acpi firmware performance data (FPDT)Kay Sievers
2013-09-19Add more tests and fix capability loggingZbigniew Jędrzejewski-Szmek
2013-09-19test-utf8: add more tests for public functionsDave Reisner
2013-09-19device-nodes: move device node specific code to own fileDave Reisner
2013-09-19shared/utf8: merge implementations, remove cruftDave Reisner
2013-09-17test-fileio: assume that Buffers may be missingZbigniew Jędrzejewski-Szmek
2013-09-17Make test-login and test-sleep output debuggingZbigniew Jędrzejewski-Szmek
2013-09-17Use udev_encode_string in fstab_node_to_udev_nodeDave Reisner
2013-09-17move utf8 functions from libudev-private.h to utf8.hDave Reisner
2013-09-17tmpfiles: support simple specifier expansion for specified pathsLennart Poettering
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering
2013-09-16Assume that /proc/meminfo can be missingZbigniew Jędrzejewski-Szmek
2013-09-13Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek
2013-09-11Allow tabs in environment filesZbigniew Jędrzejewski-Szmek
2013-09-09run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek
2013-09-09systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek
2013-08-22test: Make testing work on systems without or old systemdHolger Hans Peter Freyther
2013-08-15tests: fix indentationThomas Hindoe Paaboel Andersen
2013-08-14hostnamectl: show only specific hostname when requestedZbigniew Jędrzejewski-Szmek
2013-07-30test-unit-file: return error without dumping core on permission errorChristian Hesse
2013-07-30test-fileio: use random name for written fileZbigniew Jędrzejewski-Szmek
2013-07-26journalctl: use _COMM= match for scriptsZbigniew Jędrzejewski-Szmek
2013-07-18tests: skip tests when executed without privileges but which require themKay Sievers
2013-07-18util: add split_pair() for splitting foo=bar stringsLennart Poettering