summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-144-4/+5
* util: don't include util.h from def.hLennart Poettering2019-03-141-2/+2
* util: split out kbd related stuffLennart Poettering2019-03-141-0/+1
* util: split out errno related stuffLennart Poettering2019-03-141-0/+1
* tests: add tests for embedded newlines in /proc/cmdlineLennart Poettering2019-03-131-5/+13
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-139-9/+11
* util: split out some stuff into a new file limits-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering2019-03-131-0/+1
* test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strictYu Watanabe2019-03-131-0/+5
* Merge pull request #11916 from yuwata/pid1-id-renaming-handlingLennart Poettering2019-03-071-1/+1
|\
| * sd-device: move device_action_from_string() and friends to device-private.hYu Watanabe2019-03-071-1/+1
* | test-execute: avoid undefined variable warning when compiled w/o seccompZbigniew Jędrzejewski-Szmek2019-03-071-1/+1
|/
* meson: use a convenience library for the sources shared between core/ and the...Zbigniew Jędrzejewski-Szmek2019-03-051-3/+2
* shutdown: rearrange shutdown sources in source treeLennart Poettering2019-03-051-2/+2
* Merge pull request #11871 from yuwata/systemctl-show-format-unprintableLennart Poettering2019-03-041-27/+79
|\
| * test: add tests for test_in_addr_prefix_to_string()Yu Watanabe2019-03-041-0/+49
| * test: move tests for in_addr_prefix_from_string()Yu Watanabe2019-03-041-27/+30
* | Merge pull request #11888 from keszybz/non-atomicLennart Poettering2019-03-041-6/+9
|\ \ | |/ |/|
| * tests: use the test helpers in more placesZbigniew Jędrzejewski-Szmek2019-03-041-6/+9
* | test: do not assume test-chown-rec is running as rootDavide Cavalca2019-03-041-12/+14
|/
* Merge pull request #11820 from dm0-/chaseLennart Poettering2019-03-041-0/+24
|\
| * test-fs-util: test chase_symlinks with user-owned dirsDavid Michael2019-02-281-0/+24
* | Merge pull request #11770 from yuwata/fix-9955Lennart Poettering2019-03-041-0/+48
|\ \
| * | test: add tests for in_addr_random_prefix()Yu Watanabe2019-03-011-0/+48
| |/
* | test: add tests for log_syntax()Yu Watanabe2019-03-041-1/+8
* | test: add test for new sd-bus refcnt logicLennart Poettering2019-03-011-0/+4
|/
* test-time-util: use standard intro and print timezones read from fileZbigniew Jędrzejewski-Szmek2019-02-281-3/+6
* basic/utf8: do not read past end of string when looking for a multi-byte char...Zbigniew Jędrzejewski-Szmek2019-02-261-5/+15
* test-json: use standard test introZbigniew Jędrzejewski-Szmek2019-02-251-4/+2
* test-json: avoid deep stack recursion under msanZbigniew Jędrzejewski-Szmek2019-02-251-0/+7
* test-mountpoint-util: unpoison string allocated by sscanf %msZbigniew Jędrzejewski-Szmek2019-02-251-4/+9
* Merge pull request #11776 from keszybz/networkd-ordered-setsLennart Poettering2019-02-213-0/+132
|\
| * basic/ordered-set: export networkd function to print string setsZbigniew Jędrzejewski-Szmek2019-02-211-0/+10
| * basic/ordered-set: add functions to operate on OrderedSets of stringsZbigniew Jędrzejewski-Szmek2019-02-212-0/+46
| * test-ordered-set: add a copy of test-set adapted to OrderedSetZbigniew Jędrzejewski-Szmek2019-02-202-0/+76
* | socket-util: re-implement socket_address_parse_netlink() by using extract_fir...Yu Watanabe2019-02-211-5/+20
|/
* core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-0/+1
* core: Allow to configure execute_directories execution behaviorMatthias Klumpp2019-02-181-6/+42
* Merge pull request #11226 from keszybz/enable-remount-fs-dynamicallyLennart Poettering2019-02-181-1/+1
|\
| * Define macro for systemd-fsck-root.serviceZbigniew Jędrzejewski-Szmek2019-01-031-1/+1
* | Merge pull request #9594 from filbranden/cpu_quota_period1Lennart Poettering2019-02-153-0/+64
|\ \
| * | core: add CPUQuotaPeriodSec=Filipe Brandenburger2019-02-142-0/+43
| * | time-util: Introduce parse_sec_def_infinityFilipe Brandenburger2019-02-141-0/+21
* | | Merge pull request #11382 from keszybz/udev-predictable-macsLennart Poettering2019-02-151-49/+75
|\ \ \ | |/ / |/| |
| * | test-libudev: modernize and add more debugging infoZbigniew Jędrzejewski-Szmek2019-01-211-49/+75
* | | Merge pull request #11487 from poettering/unprotect-errnoZbigniew Jędrzejewski-Szmek2019-02-132-3/+28
|\ \ \
| * | | util.h: add new UNPROTECT_ERRNO macroLennart Poettering2019-02-082-3/+28
* | | | test-json: do not pass ephemeral array as intializer to JSON_BUILD_STRVZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
|/ / /
* | | Merge pull request #11578 from keszybz/gcc-9-fixesLennart Poettering2019-02-073-8/+10
|\ \ \