summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix typoYu Watanabe2021-05-281-1/+1
* path-util: make path_simplify() use path_find_first_component()Yu Watanabe2021-05-281-28/+55
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-283-28/+21
* path-util: make path_extract_filename/directory() handle "." gracefullyYu Watanabe2021-05-282-22/+30
* path-util: introduce path_find_last_component()Yu Watanabe2021-05-281-0/+80
* fs-util: make chase_symlinks() use path_find_first_component()Yu Watanabe2021-05-281-2/+2
* path-util: make path_compare() and path_hash_func() ignore "."Yu Watanabe2021-05-282-34/+48
* path-util: use path_find_first_component() in path_make_relative()Yu Watanabe2021-05-281-19/+22
* path-util: use path_find_first_component() in path_startswith()Yu Watanabe2021-05-281-39/+32
* path-util: introduce path_is_safe()Yu Watanabe2021-05-281-19/+31
* path-util: introduce path_find_first_component()Yu Watanabe2021-05-281-0/+85
* path-util: fix off by one issue to detect slash at the end in path_extend()Yu Watanabe2021-05-281-2/+8
* path-util: add path_extend(), inspired by strextend(), but using path_join()Lennart Poettering2021-05-271-0/+22
* test: add simple test for PCR list parsingLennart Poettering2021-05-252-0/+36
* Merge pull request #19322 from poettering/dep-splitLennart Poettering2021-05-253-36/+141
|\
| * test-engine: ensure atom bits are properly packedLennart Poettering2021-05-251-0/+17
| * core: add UNIT_GET_SLICE() helperLennart Poettering2021-05-252-18/+18
| * test-engine: extend engine testLennart Poettering2021-05-251-2/+90
| * core: split dependency types into atomsLennart Poettering2021-05-251-16/+16
* | Merge pull request #19705 from bluca/bpf_dlopenLennart Poettering2021-05-252-1/+6
|\ \ | |/ |/|
| * core: make libbpf a dlopen() dependencyLuca Boccassi2021-05-252-1/+6
* | Merge pull request #19716 from yuwata/sd-netlink-NETLINK_GET_STRICT_CHKYu Watanabe2021-05-251-10/+42
|\ \
| * | test: add testcases of filtering on dumping addressesYu Watanabe2021-05-251-10/+42
| |/
* | test-parse-argument: Include signal.hKhem Raj2021-05-251-0/+2
|/
* sleep: use SleepOperation enum everywhere and drop sleep_settings()Lennart Poettering2021-05-221-14/+14
* test-fileio: run read_virtual_file() for a couple of more interesting sizesLennart Poettering2021-05-211-0/+4
* test-fileio: fix confusing log outputLennart Poettering2021-05-211-2/+5
* test-env-util: use streq_ptr when comparing directly the result of getenvLuca Boccassi2021-05-221-4/+4
* sd-device: use strjoina() more again in sd_device_new_from_subsystem_sysname()Lennart Poettering2021-05-211-1/+1
* string-util: introduce strextendf_with_separator()Yu Watanabe2021-05-201-0/+14
* Merge pull request #19591 from poettering/terminal-fixesLennart Poettering2021-05-201-0/+25
|\
| * terminal: don't hardcode major number of PTYsLennart Poettering2021-05-191-0/+25
* | alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-192-29/+29
* | alloc-util: add MALLOC_ELEMENTSOF() helperLennart Poettering2021-05-191-0/+39
|/
* meson: call find_program() once and reuse the variable everywhereZbigniew Jędrzejewski-Szmek2021-05-141-1/+1
* Merge pull request #19590 from keszybz/comments-and-service-modernizationYu Watanabe2021-05-131-1/+1
|\
| * test-bpf-foreign-programs: fix messageZbigniew Jędrzejewski-Szmek2021-05-121-1/+1
* | Merge pull request #19567 from poettering/ipv4-ipv6-lowercaseZbigniew Jędrzejewski-Szmek2021-05-121-2/+2
|\ \ | |/ |/|
| * socket-bind: use lowercase "ipv4"/"ipv6" spellingLennart Poettering2021-05-111-2/+2
* | tree-wide: refuse too long strings earlier in specifier_printf()Yu Watanabe2021-05-122-5/+5
* | test: move test_specifier_printf() to test-specifier.cYu Watanabe2021-05-122-34/+33
|/
* test-user-util: fix line break confusionLennart Poettering2021-05-111-1/+3
* test: add one more assertion to make Coverty happyYu Watanabe2021-05-091-0/+1
* dissect-image: add support for optionally mounting images with idmapping onLennart Poettering2021-05-071-2/+2
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-074-150/+343
|\
| * test-process-util: add test that prints all cmdlinesZbigniew Jędrzejewski-Szmek2021-05-051-0/+49
| * basic/process-util: add mode where posix shell escape is used for quotingZbigniew Jędrzejewski-Szmek2021-05-051-0/+14
| * test-process-util: run fewer getpid() testsZbigniew Jędrzejewski-Szmek2021-05-051-8/+9
| * test-process-util: add more debug logging but hide most of it by defaultZbigniew Jędrzejewski-Szmek2021-05-051-15/+60
| * basic/process-util: allow quoting of commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-3/+42