summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* basic: bitmap - complete fix for bitshift overflowTom Gundersen2015-07-171-0/+8
* bitmap: use external iteratorTom Gundersen2015-07-161-2/+3
* basic: util - add base32hexmem() function similar to hexmem()Tom Gundersen2015-07-141-0/+175
* basic: add a Bitmap implementationTom Gundersen2015-07-141-0/+96
* basic: util - add base64mem() function similar to hexmem()Tom Gundersen2015-07-121-0/+100
* basic: util - fix errorhandling in unhexmem()Tom Gundersen2015-07-121-0/+25
* Merge pull request #500 from zonque/fileioLennart Poettering2015-07-084-21/+31
|\
| * fileio: consolidate write_string_file*()Daniel Mack2015-07-064-19/+19
| * fileio: add 'enforce_newline' argument to write_string_stream()Daniel Mack2015-07-061-2/+12
* | treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek2015-07-061-1/+1
|/
* test: fix test-copy without /etc/os-release.Dimitri John Ledkov2015-06-231-1/+3
* Merge pull request #289 from michich/hashmap-small-cleanupLennart Poettering2015-06-181-32/+11
|\
| * hashmap: allow NULL key in ordered_hashmap_next()Michal Schmidt2015-06-171-32/+11
* | test: disable test-barrier by defaultDavid Herrmann2015-06-181-0/+10
* | load-fragment: reset the list on an ExecStart= containing only whitespaceFilipe Brandenburger2015-06-171-3/+3
* | load-fragment: use unquote_first_word in config_parse_execFilipe Brandenburger2015-06-171-7/+3
* | tests: additional cases in test-unit-fileFilipe Brandenburger2015-06-171-2/+68
* | util: Introduce unquote_first_word_and_warnFilipe Brandenburger2015-06-171-0/+145
* | util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_wordFilipe Brandenburger2015-06-171-0/+94
|/
* Merge pull request #176 from filbranden/test_cgroup_mask1Lennart Poettering2015-06-171-5/+5
|\
| * test-cgroup-mask: unit_get_sibling_mask ignores cgroup_supportedFilipe Brandenburger2015-06-111-5/+5
* | Merge pull request #197 from dvdhrm/hashmapMichal Schmidt2015-06-161-0/+1
|\ \
| * | hashmap: fix iterators to not skip entriesDavid Herrmann2015-06-141-0/+1
* | | Merge pull request #214 from poettering/signal-rework-2Lennart Poettering2015-06-152-2/+2
|\ \ \
| * | | everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-152-2/+2
* | | | util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-0/+37
|/ / /
* | | firewall: rename fw-util.[ch] → firewall-util.[ch]Daniel Mack2015-06-151-1/+1
* | | test-netlink-manual: typo fixThomas Hindoe Paaboel Andersen2015-06-141-1/+1
|/ /
* | sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-27/+27
|/
* sd-rtnl: make joining broadcast groups implicitTom Gundersen2015-06-111-1/+1
* Merge pull request #6 from xnox/drop-nameLennart Poettering2015-06-111-10/+10
|\
| * shared: Drop 'name=' prefix from SYSTEMD_CGROUP_CONTROLLER define.Dimitri John Ledkov2015-06-021-10/+10
* | resolve: move dns routines into sharedNick Owens2015-06-101-0/+192
* | test-copy: test copy_bytes()Zbigniew Jędrzejewski-Szmek2015-06-101-0/+35
* | path-util: Fix path_is_mount_point for parent mount points in symlink modeMartin Pitt2015-06-091-2/+79
* | test-util: fix a memleakThomas Hindoe Paaboel Andersen2015-06-031-0/+2
* | test-unit-file.c: fixup the test for commit 3b51f8ddd5Harald Hoyer2015-06-031-1/+1
* | util: fix another cunescape() regressionDaniel Mack2015-06-031-0/+3
* | udevd: simplify signal mask handlingTom Gundersen2015-06-031-9/+4
|/
* test-unit-file: add test for improperly escaped exec stringDaniel Mack2015-06-011-0/+19
* test-fdset: add more testsRonny Chevalier2015-05-301-0/+53
* tests: add test-conf-parserRonny Chevalier2015-05-301-0/+234
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-292-0/+2
* udevd: event - port spawn_wait() to sd-eventTom Gundersen2015-05-291-7/+0
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-16/+16
* path-util: Fix path_is_mount_point for filesMartin Pitt2015-05-291-13/+63
* test: hostname - test that hostname is truly initializedTom Gundersen2015-05-251-0/+7
* json: minor style fixesv220Lennart Poettering2015-05-211-2/+3
* test.json: fix build on x86-32 where int and intmax_t differLennart Poettering2015-05-211-1/+1
* json: fix a mem leakThomas Hindoe Paaboel Andersen2015-05-191-3/+1