summaryrefslogtreecommitdiff
path: root/src/test/test-fileio.c
Commit message (Expand)AuthorAgeFilesLines
* tests: move fileio related tests to test-fileio.cRonny Chevalier2016-03-031-0/+133
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: optionally, when writing a string to a file, verify string on failureLennart Poettering2015-11-131-0/+21
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-6/+7
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* fileio: make get_status_field() more genericAaro Koskinen2015-09-301-4/+4
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-5/+5
* fileio: add 'enforce_newline' argument to write_string_stream()Daniel Mack2015-07-061-2/+12
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* env-util: don't include files from src/core/Lennart Poettering2014-12-231-1/+1
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-071-25/+0
* test: fileio - make coverity happyTom Gundersen2014-11-051-1/+1
* tests: add tests for fileio.cRonny Chevalier2014-10-311-0/+63
* environment: append unit_id to error messages regarding EnvironmentFileLukas Nykryn2014-10-171-1/+1
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-7/+7
* test-fileio: Remove dead checkThomas Hindoe Paaboel Andersen2014-09-301-1/+1
* tests: fix resource & mem leaksRonny Chevalier2014-09-181-5/+4
* test: silence a coverity reportThomas Hindoe Paaboel Andersen2014-09-161-1/+1
* tests: add tests for fileio.cRonny Chevalier2014-08-181-0/+69
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-031-4/+4
* always use the same code for creating temporary filesLennart Poettering2014-01-281-5/+5
* scan-build: silence some warningsThomas Hindoe Paaboel Andersen2013-12-121-13/+13
* test-fileio: replace mktemp with mkstemp to avoid warningsThomas Hindoe Paaboel Andersen2013-12-121-2/+6
* Add more tests and fix capability loggingZbigniew Jędrzejewski-Szmek2013-09-191-13/+49
* test-fileio: assume that Buffers may be missingZbigniew Jędrzejewski-Szmek2013-09-171-1/+4
* Assume that /proc/meminfo can be missingZbigniew Jędrzejewski-Szmek2013-09-161-1/+5
* Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek2013-09-131-0/+20
* Allow tabs in environment filesZbigniew Jędrzejewski-Szmek2013-09-111-0/+54
* test-fileio: use random name for written fileZbigniew Jędrzejewski-Szmek2013-07-301-5/+8
* journalctl: use _COMM= match for scriptsZbigniew Jędrzejewski-Szmek2013-07-261-0/+35
* fileio.c: do not parse comments after non-whitespace charsHarald Hoyer2013-04-181-12/+14
* core/execute: report invalid environment variables from filesHarald Hoyer2013-04-171-35/+44
* fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer2013-04-171-5/+15
* fileio: write proper env var write-out codeLennart Poettering2013-04-031-2/+25
* shared: rework env file readerLennart Poettering2013-04-031-0/+101