summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* test-sizeof: add a helper which prints variable sizes and signednessZbigniew Jędrzejewski-Szmek2016-03-021-0/+53
* test-selinux: add some simple tests which call functions and print the result...Zbigniew Jędrzejewski-Szmek2016-03-021-0/+117
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* test-clock: fix FILE* leakMartin Pitt2016-02-291-2/+2
* test-clock: fix assertionsMartin Pitt2016-02-291-4/+4
* test-clock: fix fd "leak"Zbigniew Jędrzejewski-Szmek2016-02-291-4/+5
* clock-util: be more tolerant in parsing /etc/adjtimeMartin Pitt2016-02-261-7/+9
* clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-261-0/+93
* Merge pull request #2719 from evverx/add-test-to-makefileMartin Pitt2016-02-241-1/+1
|\
| * tests: fix x86 personality tests to only on x86Lennart Poettering2016-02-231-1/+1
* | tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-233-5/+5
|/
* Merge pull request #2709 from vcaputo/normalize_inc_dec_usageMartin Pitt2016-02-231-1/+1
|\
| * tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* | tests: add personality testsLennart Poettering2016-02-221-0/+26
|/
* calendarspec: fix find_next skipping timesHristo Venev2016-02-221-0/+1
* test-siphash24: add a test for concatenating very short buffersZbigniew Jędrzejewski-Szmek2016-02-201-3/+44
* test-hashmap: fix undefined behaviour on string constantsZbigniew Jędrzejewski-Szmek2016-02-181-6/+9
* tests: add test for https://github.com/systemd/systemd/issues/2637Evgeny Vereshchagin2016-02-171-0/+5
* Merge pull request #2618 from zonque/busproxy-removalLennart Poettering2016-02-151-3/+0
|\
| * remove bus-proxydDaniel Mack2016-02-121-3/+0
* | basic/strv: fix strv_join for first empty argumentZbigniew Jędrzejewski-Szmek2016-02-131-1/+23
* | util-lib: drop json parserLennart Poettering2016-02-131-202/+0
|/
* Remove kdbus custom endpoint supportDaniel Mack2016-02-111-1/+0
* Merge pull request #2569 from zonque/removalsMartin Pitt2016-02-1062-123/+0
|\
| * tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-1062-123/+0
* | util-lib: make sure usec_sub() doesn't degrade USEC_INFINITYLennart Poettering2016-02-101-0/+13
|/
* util: add check that makes sure time_t and TIME_T_MAX work the way we assume ...Lennart Poettering2016-02-031-0/+10
* basic: add new rlimit_format() callLennart Poettering2016-02-011-0/+35
* core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering2016-02-011-13/+16
* util: add usec_add() which adds two usec_t values with overflow handlingLennart Poettering2016-02-011-2/+13
* resolved: add alignment to base64Zbigniew Jędrzejewski-Szmek2016-01-281-14/+7
* nss: block various signals while running NSS lookupsLennart Poettering2016-01-271-0/+49
* basic: don't append suffixes to unit name glob expressionsLennart Poettering2016-01-271-13/+20
* tests: don't abbreviate function names needlesslyLennart Poettering2016-01-271-56/+56
* Merge pull request #2446 from keszybz/ask-passwordLennart Poettering2016-01-261-0/+40
|\
| * test-ask-password-api: add a manual test for password readingZbigniew Jędrzejewski-Szmek2016-01-261-0/+40
* | Merge pull request #2306 from walyong/exec_v01Lennart Poettering2016-01-261-35/+51
|\ \
| * | test: pass temporary allocated unit to config_parse_exec()WaLyong Cho2016-01-121-35/+51
* | | shared: normalize the root domain to "." rather than ""Lennart Poettering2016-01-261-9/+17
| |/ |/|
* | test-date: check return valueZbigniew Jędrzejewski-Szmek2016-01-201-2/+4
* | test-cgroup-mask: check return valueZbigniew Jędrzejewski-Szmek2016-01-201-0/+1
* | test-tmpfiles: actually test that the file is temporaryZbigniew Jędrzejewski-Szmek2016-01-201-3/+14
* | resolved add dns_name_apply_idna() to convert a domain name into its IDNA equ...Lennart Poettering2016-01-181-0/+21
* | resolved: on negative NODATA replies, properly deal with empty non-terminalsLennart Poettering2016-01-171-0/+21
* | basic: add ascii_strcasecmp_nn() callLennart Poettering2016-01-131-0/+18
* | shared: add new dns_name_startswith() callLennart Poettering2016-01-131-0/+20
* | basic: add new ascii_strcasecmp_n() callLennart Poettering2016-01-131-0/+28
* | tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* | tests: test ambient capabilities.Ismo Puustinen2016-01-122-2/+82
* | capabilities: keep bounding set in non-inverted format.Ismo Puustinen2016-01-121-20/+21
|/