summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Delete duplicate linesTopi Miettinen2019-01-125-6/+0
* capability: fix build without PR_CAP_AMBIENTFabrice Fontaine2019-01-112-0/+2
* Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop"Zbigniew Jędrzejewski-Szmek2019-01-102-70/+3
* nss: prevent PROTECT_ERRNO from squashing changes to *errnopSam Morris2019-01-102-3/+70
* test: add testcases for the lines prefixed with whitespacesYu Watanabe2019-01-081-5/+17
* Merge pull request #11252 from evverx/use-asan-wrapper-on-travis-ciFrantisek Sumsal2019-01-061-0/+3
|\
| * travis: skip test-bpf on Travis CIEvgeny Vereshchagin2018-12-241-0/+3
* | libudev-util: make util_replace_whitespace() read only len charactersYu Watanabe2019-01-031-10/+17
* | test-json: check absolute and relative difference in floating point testZbigniew Jędrzejewski-Szmek2019-01-031-9/+7
* | Merge pull request #11230 from keszybz/version-string-altYu Watanabe2019-01-033-3/+5
|\ \
| * | meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-212-2/+4
| * | meson: define PROJECT_VERSION as the "bare" project versionZbigniew Jędrzejewski-Szmek2018-12-201-1/+1
* | | meson: use cross compilation compatible c++ checkJames Hilliard2018-12-281-1/+1
| |/ |/|
* | Merge pull request #11206 from cdown/cgroup_no_v1Zbigniew Jędrzejewski-Szmek2018-12-211-0/+11
|\ \
| * | cgroup: Imply systemd.unified_cgroup_hierarchy=1 on cgroup_no_v1=allChris Down2018-12-211-0/+11
| |/
* | 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
| |/ /