summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-27udev-event: rename udev_event_unref() to udev_event_free()Yu Watanabe1-1/+1
2018-10-26Merge pull request #10536 from keszybz/serialize-fixesLennart Poettering7-129/+245
2018-10-26test: add test case for recursive chown()ingLennart Poettering2-0/+165
2018-10-26Move tests for *serialize_environment into test-serialize.cZbigniew Jędrzejewski-Szmek2-57/+61
2018-10-26test-serialize: allocate long_string dynamicallyZbigniew Jędrzejewski-Szmek1-5/+4
2018-10-26test-serialize: a smoke test for the serialization functionsZbigniew Jędrzejewski-Szmek2-0/+153
2018-10-26test: _cleanup_(unlink_tempfilep) in two more placesZbigniew Jędrzejewski-Szmek2-6/+3
2018-10-26Introduce fmkostemp_safe and use it in testsZbigniew Jędrzejewski-Szmek5-70/+33
2018-10-26core: rework serializationLennart Poettering2-28/+38
2018-10-25Merge pull request #10378 from poettering/json-fuzz-fixZbigniew Jędrzejewski-Szmek1-0/+35
2018-10-25time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501)Lennart Poettering1-1/+1
2018-10-24test: skip various tests if namespacing is not availableLennart Poettering4-1/+18
2018-10-23test: add tests for detecting overflow in parse_time() and parse_nsec()Yu Watanabe1-0/+5
2018-10-23analyze: Add "timespan" command to dump time span in usecChris Down1-1/+1
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2-2/+2
2018-10-19Merge pull request #10462 from yuwata/test-sd-device-monitorLennart Poettering1-0/+5
2018-10-20tree-wide: some automatic coccinelle fixes (#10463)Lennart Poettering1-1/+1
2018-10-19test: add tests for sd_device_monitorYu Watanabe1-0/+5
2018-10-18json: add support for using static const strings directly as JsonVariant objectsLennart Poettering1-4/+5
2018-10-18json: enforce a maximum nesting depth for json variantsLennart Poettering1-0/+34
2018-10-18test: check for putenv() failures, the call might theortically failLennart Poettering1-2/+2
2018-10-17Merge pull request #10428 from keszybz/failure-actionsLennart Poettering2-0/+56
2018-10-17units: allow and use SuccessAction=exit-force in system systemd-exit.serviceZbigniew Jędrzejewski-Szmek1-3/+3
2018-10-17core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek2-0/+56
2018-10-16Merge pull request #10419 from yuwata/fix-prioqLennart Poettering1-51/+24
2018-10-17test: add one more test for prioq_remove()Yu Watanabe1-1/+4
2018-10-16util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe1-0/+3
2018-10-16util,test: introduce cleanup function prioq_freep()Yu Watanabe1-44/+17
2018-10-16test: use CMP() macro at one more placeYu Watanabe1-7/+1
2018-10-15socket-util: include trailing NUL byte in SOCKADDR_UN_LEN() count for fs socketsLennart Poettering1-1/+1
2018-10-14test: use fabsl instead of fabs as json_variant_real() returns 'long double'Yu Watanabe1-1/+1
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca3-4/+25
2018-10-12Merge pull request #10176 from yuwata/udev-cleanup-7Lennart Poettering2-90/+0
2018-10-12test: sort included headersYu Watanabe1-9/+9
2018-10-12test: add test for 'thread safety' of libudevYu Watanabe1-0/+6
2018-10-12test: add test for 'thread safety' of sd-deviceYu Watanabe1-0/+6
2018-10-12test: add tests for $SYSTEMD_MEMPOOL=Yu Watanabe2-0/+57
2018-10-11udev: drop unused function udev_build_argv()Yu Watanabe2-90/+0
2018-10-10Merge pull request #10316 from poettering/json-apiZbigniew Jędrzejewski-Szmek2-0/+415
2018-10-10Merge pull request #10343 from poettering/manager-state-fixZbigniew Jędrzejewski-Szmek2-2/+2
2018-10-10tree-wide: various ubsan zero size memory fixesLennart Poettering1-1/+1
2018-10-10json: add testLennart Poettering2-0/+415
2018-10-09manager: rework test flags setLennart Poettering2-2/+2
2018-10-09core: support cgroup v2 device controllerRoman Gushchin1-1/+1
2018-10-09core: refactor bpf firewall support into a pseudo-controllerRoman Gushchin1-1/+1
2018-10-09test-udev: sprinkle (void) and assert_se() as necessaryZbigniew Jędrzejewski-Szmek1-12/+7
2018-10-09test-udev: remove unsatisfiable conditionalsZbigniew Jędrzejewski-Szmek1-13/+7
2018-10-08test: shorten test-boot-timestamps a bitLennart Poettering1-17/+8
2018-10-08efivars: check whether we are booted with EFI before reading/writing to varia...Lennart Poettering1-2/+2
2018-10-08Merge pull request #10262 from keszybz/hibres-disableLennart Poettering2-17/+89