summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-02-26clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt
2016-02-24Merge pull request #2719 from evverx/add-test-to-makefileMartin Pitt
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-23tests: fix x86 personality tests to only on x86Lennart Poettering
2016-02-23Merge pull request #2709 from vcaputo/normalize_inc_dec_usageMartin Pitt
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22tests: add personality testsLennart Poettering
2016-02-22calendarspec: fix find_next skipping timesHristo Venev
2016-02-20test-siphash24: add a test for concatenating very short buffersZbigniew Jędrzejewski-Szmek
2016-02-18test-hashmap: fix undefined behaviour on string constantsZbigniew Jędrzejewski-Szmek
2016-02-17tests: add test for https://github.com/systemd/systemd/issues/2637Evgeny Vereshchagin
2016-02-15Merge pull request #2618 from zonque/busproxy-removalLennart Poettering
2016-02-13basic/strv: fix strv_join for first empty argumentZbigniew Jędrzejewski-Szmek
2016-02-13util-lib: drop json parserLennart Poettering
2016-02-12remove bus-proxydDaniel Mack
2016-02-11Remove kdbus custom endpoint supportDaniel Mack
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10util-lib: make sure usec_sub() doesn't degrade USEC_INFINITYLennart Poettering
2016-02-03util: add check that makes sure time_t and TIME_T_MAX work the way we assume ...Lennart Poettering
2016-02-01basic: add new rlimit_format() callLennart Poettering
2016-02-01core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering
2016-02-01util: add usec_add() which adds two usec_t values with overflow handlingLennart Poettering
2016-01-28resolved: add alignment to base64Zbigniew Jędrzejewski-Szmek
2016-01-27nss: block various signals while running NSS lookupsLennart Poettering
2016-01-27basic: don't append suffixes to unit name glob expressionsLennart Poettering
2016-01-27tests: don't abbreviate function names needlesslyLennart Poettering
2016-01-26Merge pull request #2446 from keszybz/ask-passwordLennart Poettering
2016-01-26test-ask-password-api: add a manual test for password readingZbigniew Jędrzejewski-Szmek
2016-01-26Merge pull request #2306 from walyong/exec_v01Lennart Poettering
2016-01-26shared: normalize the root domain to "." rather than ""Lennart Poettering
2016-01-20test-date: check return valueZbigniew Jędrzejewski-Szmek
2016-01-20test-cgroup-mask: check return valueZbigniew Jędrzejewski-Szmek
2016-01-20test-tmpfiles: actually test that the file is temporaryZbigniew Jędrzejewski-Szmek
2016-01-18resolved add dns_name_apply_idna() to convert a domain name into its IDNA equ...Lennart Poettering
2016-01-17resolved: on negative NODATA replies, properly deal with empty non-terminalsLennart Poettering
2016-01-13basic: add ascii_strcasecmp_nn() callLennart Poettering
2016-01-13shared: add new dns_name_startswith() callLennart Poettering
2016-01-13basic: add new ascii_strcasecmp_n() callLennart Poettering
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2016-01-12tests: test ambient capabilities.Ismo Puustinen
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2016-01-12test: pass temporary allocated unit to config_parse_exec()WaLyong Cho
2016-01-04tests: don't change hard limit in test-rlimit-utilEvgeny Vereshchagin
2015-12-28shared: relax restrictions on valid domain name characters a bitLennart Poettering
2015-12-27shared: fix handling of suffix "." in dns_name_compare_func()Lennart Poettering
2015-12-26resolved: tighten search for NSEC3 RRs a bitLennart Poettering
2015-12-26resolved: properly implement RRSIG validation of wildcarded RRsetsLennart Poettering
2015-12-08Merge pull request #2115 from dvdhrm/rbtreeTom Gundersen
2015-12-07basic: add RB-Tree implementationDavid Herrmann