summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2015-07-29resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNSLennart Poettering
2015-07-28shared: dns-name - add dns_name_between()Tom Gundersen
2015-07-28shared: dns-name - introduce dns_label_unescape_suffix()Tom Gundersen
2015-07-24Merge pull request #704 from richardmaw-codethink/empty-arg-unquoteDaniel Mack
2015-07-24unquote_first_word: parse ` '' ` as an empty argument instead of no argumentRichard Maw
2015-07-17basic: bitmap - complete fix for bitshift overflowTom Gundersen
2015-07-16bitmap: use external iteratorTom Gundersen
2015-07-14basic: util - add base32hexmem() function similar to hexmem()Tom Gundersen
2015-07-14basic: add a Bitmap implementationTom Gundersen
2015-07-12basic: util - add base64mem() function similar to hexmem()Tom Gundersen
2015-07-12basic: util - fix errorhandling in unhexmem()Tom Gundersen
2015-07-08Merge pull request #500 from zonque/fileioLennart Poettering
2015-07-06treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek
2015-07-06fileio: consolidate write_string_file*()Daniel Mack