summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* mountpoint-util: add helper that checks if MS_NOSYMFOLLOW is supportedLennart Poettering2023-03-091-0/+4
* tests: merge test-tmpfiles.c into test-tmpfile-util.cZbigniew Jędrzejewski-Szmek2023-03-093-81/+66
* Merge pull request #26656 from yuwata/mkdir-error-codeLuca Boccassi2023-03-081-0/+20
|\
| * test: add tests for error code propagation from mkdir_xyz()Yu Watanabe2023-03-031-0/+20
* | macro: introduce FOREACH_ARRAY() macroYu Watanabe2023-03-071-0/+50
* | Merge pull request #26686 from yuwata/iovecLuca Boccassi2023-03-061-8/+8
|\ \
| * | tree-wide: replace IOVEC_INIT with IOVEC_MAKEYu Watanabe2023-03-061-8/+8
* | | chase-symlinks: Add chase_symlinks_at_and_open()Daan De Meyer2023-03-061-0/+6
* | | chase-symlinks: Add CHASE_MKDIR_0755Daan De Meyer2023-03-061-0/+14
* | | chase-symlinks: Add CHASE_PARENTDaan De Meyer2023-03-061-1/+23
|/ /
* | Merge pull request #26653 from poettering/tmpfile-linkable-replaceYu Watanabe2023-03-031-2/+18
|\ \
| * | tmpfile-util: teach link_tmpfile() to optionally replace filesLennart Poettering2023-03-031-2/+18
| |/
* | meson: extend timeout for test-time-utilYu Watanabe2023-03-031-1/+4
* | test: test parse_timestamp() in various timezoneYu Watanabe2023-03-031-16/+43
* | test: clear tzname[] after timezone is changedYu Watanabe2023-03-031-3/+4
* | test: use get_timezones() to iterate all known timezonesYu Watanabe2023-03-031-39/+11
|/
* test-escape: Add tests for escaping bogus UTF-8 sequencesmsizanoen12023-03-021-0/+4
* tests: temporarily disable time-util failing testsLuca Boccassi2023-02-271-2/+3
* test: add tests for format_timestamp() and parse_timestamp() with various tim...Yu Watanabe2023-02-241-12/+366
* Merge pull request #26563 from dtardon/fd-initZbigniew Jędrzejewski-Szmek2023-02-231-2/+2
|\
| * tree-wide: initialize fds with -EBADFDavid Tardon2023-02-231-2/+2
* | Merge pull request #26556 from keszybz/list-timers-optimize-leftZbigniew Jędrzejewski-Szmek2023-02-231-0/+68
|\ \
| * | shared/format-table: optionally print timestamps without "left"Zbigniew Jędrzejewski-Szmek2023-02-221-0/+68
* | | test-execute: add test for PrivateNetwork= with/without mount namespacingYu Watanabe2023-02-231-2/+4
* | | mount-util: introduce remount_sysfs()Yu Watanabe2023-02-231-1/+146
| |/ |/|
* | memory-util: add a concept for gcc cleanup attribute based array destructionLennart Poettering2023-02-231-0/+37
* | capability-util: add new capability_get_ambient() helperLennart Poettering2023-02-221-1/+54
* | cap-list: add capability_set_to_string_negative()Lennart Poettering2023-02-221-0/+23
* | cap-list: add capability_set_to_strv()Lennart Poettering2023-02-221-0/+18
* | Merge pull request #26448 from poettering/sd-event-mempressLennart Poettering2023-02-222-0/+313
|\ \
| * | test: add test for new memory pressure logicLennart Poettering2023-02-222-0/+313
| |/
* | Merge pull request #26528 from keszybz/valgrind-simplificationYu Watanabe2023-02-221-6/+2
|\ \
| * | test-set: inline two iterator declarationsZbigniew Jędrzejewski-Szmek2023-02-221-4/+2
| * | test-set: drop left-over valgrind checkZbigniew Jędrzejewski-Szmek2023-02-221-2/+0
* | | copy: Support both inode exclusion and contents exclusionDaan De Meyer2023-02-221-2/+2
| |/ |/|
* | Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-221-676/+522
|\ \
| * | meson: Use dicts for test definitionsJan Janssen2023-02-211-414/+387
| * | meson: Add simple_tests listJan Janssen2023-02-211-263/+136
| |/
* | tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDSYu Watanabe2023-02-201-6/+4
* | process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIOYu Watanabe2023-02-201-1/+1
|/
* cap-list: add CAPABILITY_TO_STRING() macro using compound initialization to a...Lennart Poettering2023-02-201-0/+9
* cap-list: refuse parsing numeric capability 63Lennart Poettering2023-02-201-3/+4
* cap-list: modernize capability_set_from_string() a bitLennart Poettering2023-02-201-6/+6
* cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()Lennart Poettering2023-02-201-1/+1
* tests: add test for mempool logicLennart Poettering2023-02-172-0/+94
* process-util: add helper get_process_threads()Lennart Poettering2023-02-173-6/+58
* Merge pull request #26341 from DaanDeMeyer/chase-fixesLuca Boccassi2023-02-171-0/+36
|\
| * chase-symlinks: chase_symlinks_at() AT_FDCWD fixesDaan De Meyer2023-02-071-0/+36
* | Merge pull request #26447 from poettering/sigqueueLennart Poettering2023-02-172-1/+41
|\ \
| * | strv: add strv_copy_n() helper for copying part of a n strvLennart Poettering2023-02-171-0/+40