summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-10-05test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen
2015-10-05test: siphash24 - verify internal state and composabilityTom Gundersen
2015-10-05test: siphash24 - add regression testTom Gundersen
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-30util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering
2015-09-30fileio: make get_status_field() more genericAaro Koskinen
2015-09-29systemctl: move strv_skip_first() out of systemctl.cLennart Poettering
2015-09-24util: Add test for parse_cpu_setFilipe Brandenburger
2015-09-24s390: add personality supportHendrik Brueckner
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-21core: fix group ownership when Group is setRonny Chevalier
2015-09-21test-execute: add tests for RuntimeDirectoryRonny Chevalier
2015-09-11util: remove ring.[ch] + pty.[ch] and testsLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-07tests: Skip test-cgroup-util test_mask_supported() when not running under sys...Martin Pitt
2015-09-05Merge pull request #1140 from poettering/sd-event-signalsDavid Herrmann
2015-09-04tests: Skip tests which need to access /sys/fs/cgroup if that is not availableMartin Pitt
2015-09-04test: add one more test case for parse_pid()Lennart Poettering
2015-09-04cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering
2015-09-04util: document why parse_uid() returns ENXIOLennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-08-25test-util: fix a memleakThomas Hindoe Paaboel Andersen
2015-08-21dns-domain: add call for concatenating two domain namesLennart Poettering
2015-08-07strv: Add strv_shell_escapeRichard Maw
2015-08-07util: Add shell_escapeRichard Maw
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw
2015-08-07util: Allow non-separator coalescing parsing in extract_first_wordRichard Maw
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
2015-08-07Convert unquote_*_word users to expect isempty(p) after the last entryRichard Maw
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek
2015-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-08-04basic: add LIST_INSERT_BEFOREAlex Crawford
2015-07-31Merge pull request #812 from zonque/testDavid Herrmann
2015-07-31Merge pull request #814 from dvdhrm/mfreeDaniel Mack
2015-07-31test-socket-util: add test for in_addr_is_null()Daniel Mack
2015-07-31test-util: add more testsDaniel Mack
2015-07-31test: add test for static listsDaniel Mack
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-31Merge pull request #811 from namhyung/busctl-misc-v2Daniel Mack
2015-08-01busctl: add and use strcmp_ptr()Namhyung Kim
2015-07-31bitmap: make bitmap_clear free the bitmap arrayMartin Mikkelsen
2015-07-31bitmap: fix bitmap_equal on bitmaps with unset bitsMartin Mikkelsen