summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
AgeCommit message (Expand)Author
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
2015-01-11shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek
2015-01-11test-util: make sure that masking and overriding worksZbigniew Jędrzejewski-Szmek
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2015-01-09logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering
2015-01-07util: make use of kcmp() to compare fds, if it is availableLennart Poettering
2014-12-30macro: add DIV_ROUND_UP()David Herrmann
2014-12-25test: wait for cloned thread to exitFilipe Brandenburger
2014-12-25test: only use assert_se in test_raw_cloneFilipe Brandenburger
2014-12-18Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-10test: fix some tests when running inside a containerJan Synacek
2014-12-09sd-bus: get rid of PID starttime conceptLennart Poettering
2014-11-27util: add function getting proc environJakub Filak
2014-11-21util: add functions getting proc cwd and rootJakub Filak
2014-11-20tests: fix minor memory leakLennart Poettering
2014-11-07util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen
2014-09-22util: add alloca_align()David Herrmann
2014-09-22test-util: make valgrind happyDavid Herrmann
2014-09-11test: fix mem-leak in fdopen() testDavid Herrmann
2014-08-28macro: use unique variable names for math-macrosDavid Herrmann
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann
2014-08-26test-util: use assert_se() for call to safe_mkdir with side effectFilipe Brandenburger
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann