aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11223 from poettering/read-line-0x00-0xffLennart Poettering2018-12-201-6/+7
|\
| * test-fileio: add explicit check for safe_fgetc() with 0xFFLennart Poettering2018-12-201-4/+5
| * fileio: fix read_one_line() when reading bytes > 0x7FLennart Poettering2018-12-201-2/+2
* | tmpfiles: fix crash with NULL in arg_root and other fixes and testsZbigniew Jędrzejewski-Szmek2018-12-201-1/+60
|/
* test-fileio: test safe_fgetc directlyZbigniew Jędrzejewski-Szmek2018-12-181-2/+30
* test: add test case for read_nul_string()Lennart Poettering2018-12-181-0/+35
* Merge pull request #11197 from keszybz/various-fixupsLennart Poettering2018-12-181-4/+14
|\
| * test-mountpoint-util: more debug infoZbigniew Jędrzejewski-Szmek2018-12-181-4/+14
* | test-hashmap: add test to compare hashmap_free performanceZbigniew Jędrzejewski-Szmek2018-12-182-0/+58
* | test-hashmap: use the usual function headers and print timing statsZbigniew Jędrzejewski-Szmek2018-12-182-32/+48
* | Merge pull request #11159 from keszybz/udev-typedefLennart Poettering2018-12-171-3/+3
|\ \
| * | udev: use typedef for struct udev_eventZbigniew Jędrzejewski-Szmek2018-12-171-1/+1
| * | udev: use typedef for struct udev_rulesZbigniew Jędrzejewski-Szmek2018-12-171-1/+1
| * | udev: make udev_rules_new() return a proper error codeZbigniew Jędrzejewski-Szmek2018-12-141-1/+1
* | | Merge pull request #11086 from poettering/nscd-cache-flushZbigniew Jędrzejewski-Szmek2018-12-172-0/+31
|\ \ \
| * | | shared: add helper for flushing nscd cachesLennart Poettering2018-12-152-0/+31
* | | | fileio: when reading a full file into memory, refuse inner NUL bytesLennart Poettering2018-12-172-6/+6
|/ / /
* / / tests: add a test that checks read_line() properly handles line endings at EOFLennart Poettering2018-12-141-0/+36
|/ /
* | fileio: make read_line() handle various line endings correctlyLennart Poettering2018-12-141-4/+29
* | locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-21/+21
|/
* udev-test: add message to show why test-udev failedAlexey Bogdanenko2018-12-111-2/+4
* Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...Lennart Poettering2018-12-101-2/+2
|\
| * fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are metFranck Bui2018-12-101-2/+2
* | Merge pull request #10897 from keszybz/etc-fstab-parsingLennart Poettering2018-12-102-41/+142
|\ \
| * | basic/hostname-util: do truncation last when cleaning upZbigniew Jędrzejewski-Szmek2018-12-101-0/+2
| * | Partially unify hostname_is_valid() and dns_name_is_valid()Zbigniew Jędrzejewski-Szmek2018-12-101-0/+6
| * | resolve: reject host names with leading or trailing dashes in /etc/hostsZbigniew Jędrzejewski-Szmek2018-12-101-42/+78
| * | test-dns-domain: print function namesZbigniew Jędrzejewski-Szmek2018-12-051-0/+57
* | | tree-wide: drop header for emacs from python scriptsYu Watanabe2018-12-101-5/+5
* | | af-list,arphrd-list: also include relevant missing_*.h headersYu Watanabe2018-12-071-1/+1
* | | util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
|/ /
* | Merge pull request #11041 from yuwata/update-missing-v2Lennart Poettering2018-12-043-0/+3
|\ \
| * | util: drop missing.h from util.hYu Watanabe2018-12-043-0/+3
* | | Merge pull request #11042 from yuwata/tiny-coding-style-fixesLennart Poettering2018-12-044-4/+4
|\ \ \
| * | | tree-wide: add whitespace between type and variable nameYu Watanabe2018-12-044-4/+4
| |/ /
* / / tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-2/+2
|/ /
* | Merge pull request #11031 from poettering/gcc-attr-cleanupLennart Poettering2018-12-035-3/+41
|\ \
| * | tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering2018-12-033-3/+3
| * | test: add test for static destructorLennart Poettering2018-12-032-0/+38
* | | Merge pull request #10567 from cdown/disable_controllerLennart Poettering2018-12-031-1/+13
|\ \ \
| * | | cgroup: Add DisableControllers= directive to disable controller in subtreeChris Down2018-12-031-1/+13
| |/ /
* | | Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-033-11/+61
|\ \ \ | |/ / |/| |
| * | test: add tests for destructors of hashmap or setYu Watanabe2018-12-022-0/+57
| * | tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-11/+4
* | | Merge pull request #10992 from yuwata/follow-up-10948Lennart Poettering2018-12-032-0/+69
|\ \ \
| * | | test: add tests for ip_protocol_{from,to}_name()Yu Watanabe2018-12-022-0/+69
| |/ /
* | | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-022-1/+2
* | | util-lib: move open_serialization_fd() to serialize.cLennart Poettering2018-12-021-0/+1
* | | test: remove duplicate #includeLennart Poettering2018-12-021-1/+0
* | | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-0221-18/+26