summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
AgeCommit message (Expand)Author
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-24util: Add test for parse_cpu_setFilipe Brandenburger
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-04test: add one more test case for parse_pid()Lennart Poettering
2015-09-04util: document why parse_uid() returns ENXIOLennart Poettering
2015-08-25test-util: fix a memleakThomas Hindoe Paaboel Andersen
2015-08-07util: Add shell_escapeRichard 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: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek
2015-07-31Merge pull request #812 from zonque/testDavid Herrmann
2015-07-31Merge pull request #814 from dvdhrm/mfreeDaniel Mack
2015-07-31test-util: add more testsDaniel Mack
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-08-01busctl: add and use strcmp_ptr()Namhyung Kim
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-14basic: util - add base32hexmem() function similar to hexmem()Tom 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-06fileio: consolidate write_string_file*()Daniel Mack
2015-06-17util: Introduce unquote_first_word_and_warnFilipe Brandenburger
2015-06-17util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_wordFilipe Brandenburger
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-06-03test-util: fix a memleakThomas Hindoe Paaboel Andersen
2015-06-03util: fix another cunescape() regressionDaniel Mack
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-25test: hostname - test that hostname is truly initializedTom Gundersen
2015-05-19hostname: Allow comments in /etc/hostnameMartin Pitt
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10util: unify how we parse mode_t stringsLennart Poettering
2015-04-10util: fix unicode decoding in unquote_first_word()Lennart Poettering
2015-04-10util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering
2015-04-07test-util: don't mix declarations and codeThomas Hindoe Paaboel Andersen
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-02-12test-util: remove superfluous constThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-22tests: use assert_se instead of assertRonny Chevalier
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-19import-raw: when downloading raw images, generate sparse files if we canLennart Poettering