summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
Commit message (Expand)AuthorAgeFilesLines
...
* util: New flag UNQUOTE_UNESCAPE_RELAX for unquote_first_wordFilipe Brandenburger2015-06-171-0/+94
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-0/+37
* test-util: fix a memleakThomas Hindoe Paaboel Andersen2015-06-031-0/+2
* util: fix another cunescape() regressionDaniel Mack2015-06-031-0/+3
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* test: hostname - test that hostname is truly initializedTom Gundersen2015-05-251-0/+7
* hostname: Allow comments in /etc/hostnameMartin Pitt2015-05-191-0/+47
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-49/+0
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-100/+1
* util: unify how we parse mode_t stringsLennart Poettering2015-04-101-0/+15
* util: fix unicode decoding in unquote_first_word()Lennart Poettering2015-04-101-0/+11
* util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering2015-04-101-2/+7
* util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering2015-04-091-0/+19
* test-util: don't mix declarations and codeThomas Hindoe Paaboel Andersen2015-04-071-1/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-7/+24
* util: rework rm_rf() logicLennart Poettering2015-04-061-3/+4
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-19/+31
* test-util: remove superfluous constThomas Hindoe Paaboel Andersen2015-02-121-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-12/+24
* tests: use assert_se instead of assertRonny Chevalier2015-01-221-2/+2
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* util: make http url validity checks more generic, and move them to util.cLennart Poettering2015-01-201-9/+9
* import-raw: when downloading raw images, generate sparse files if we canLennart Poettering2015-01-191-0/+37
* shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek2015-01-111-2/+18
* test-util: make sure that masking and overriding worksZbigniew Jędrzejewski-Szmek2015-01-111-11/+30
* Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek2015-01-111-11/+16
* Simplify execute_directory()Zbigniew Jędrzejewski-Szmek2015-01-111-1/+1
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-091-0/+10
* util: make use of kcmp() to compare fds, if it is availableLennart Poettering2015-01-071-0/+35
* macro: add DIV_ROUND_UP()David Herrmann2014-12-301-0/+34
* test: wait for cloned thread to exitFilipe Brandenburger2014-12-251-2/+8
* test: only use assert_se in test_raw_cloneFilipe Brandenburger2014-12-251-4/+4
* Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek2014-12-181-19/+30
* core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek2014-12-181-0/+20
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-121-10/+10
* test: fix some tests when running inside a containerJan Synacek2014-12-101-1/+3
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-091-4/+0
* util: add function getting proc environJakub Filak2014-11-271-0/+5
* util: add functions getting proc cwd and rootJakub Filak2014-11-211-1/+12
* tests: fix minor memory leakLennart Poettering2014-11-201-0/+1
* util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering2014-11-071-10/+31
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-24/+24
* util: add alloca_align()David Herrmann2014-09-221-0/+14
* test-util: make valgrind happyDavid Herrmann2014-09-221-5/+23
* test: fix mem-leak in fdopen() testDavid Herrmann2014-09-111-2/+2
* macro: use unique variable names for math-macrosDavid Herrmann2014-08-281-0/+17
* shared: make container_of() use unique variable namesDavid Herrmann2014-08-271-0/+19
* test-util: use assert_se() for call to safe_mkdir with side effectFilipe Brandenburger2014-08-261-1/+1
* shared: add MAXSIZE() and use it in resolvedDavid Herrmann2014-08-221-0/+4