summaryrefslogtreecommitdiff
path: root/src/shared/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* fileio: make parse_env_file() return number of parsed itemsMichal Sekletar2014-09-251-13/+27
* cgroup: never try to create files in cgroupfs, only open them for writingLennart Poettering2014-08-151-0/+22
* fileio: quote more shell characters in envfilesMantas Mikulėnas2014-07-131-2/+2
* fileio: simplify write_env_file()Lennart Poettering2014-07-071-14/+10
* util: don't consider tabs special in string_has_cc() anymoreLennart Poettering2014-07-071-1/+1
* machinectl: show /etc/os-release information of container in status outputLennart Poettering2014-07-031-33/+115
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2014-04-121-9/+9
* Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek2014-03-041-3/+6
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-041-4/+2
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-1/+1
* core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek2014-02-081-4/+7
* core: fix crashes if locale.conf contains invalid utf-8 stringGoffredo Baroncelli2014-02-081-34/+43
* fix regression of read_full_file() in fileio.cShawn Landden2013-11-301-0/+1
* systemctl: add "systemctl cat"Shawn Landden2013-11-301-1/+72
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-0/+1
* Add more tests and fix capability loggingZbigniew Jędrzejewski-Szmek2013-09-191-7/+10
* Spelling fix from later revision of committed patch from Shawn Landden <shawn...David Strauss2013-09-181-1/+1
* Fix capability logging when effective caps are 0Zbigniew Jędrzejewski-Szmek2013-09-181-1/+7
* util: restore get_process_capeff behaviourZbigniew Jędrzejewski-Szmek2013-09-171-4/+9
* Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek2013-09-131-0/+34
* Disallow invalid UTF-8 configurationZbigniew Jędrzejewski-Szmek2013-08-281-31/+57
* journalctl: use _COMM= match for scriptsZbigniew Jędrzejewski-Szmek2013-07-261-0/+29
* core: general cgroup reworkLennart Poettering2013-06-271-1/+0
* fileio: split write_one_line_file into twoZbigniew Jędrzejewski-Szmek2013-05-061-9/+14
* fileio: unify how we chop off whitespace from key and value in parse_env_file...Lennart Poettering2013-04-241-16/+30
* fileio.c: do not parse comments after non-whitespace charsHarald Hoyer2013-04-181-4/+5
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-2/+2
* core/execute: report invalid environment variables from filesHarald Hoyer2013-04-171-20/+14
* fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer2013-04-171-2/+4
* fileio: also escape $ and ` when writing out env varsMantas Mikulėnas2013-04-171-2/+2
* fileio: don't check for errors more often than really necessaryLennart Poettering2013-04-031-15/+5
* fileio: write proper env var write-out codeLennart Poettering2013-04-031-4/+33
* shared: rework env file readerLennart Poettering2013-04-031-108/+287
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-2/+2
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* fileio: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-03-131-6/+5
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+383