summaryrefslogtreecommitdiff
path: root/src/shared/fileio.c
AgeCommit message (Expand)Author
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2014-02-08core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek
2014-02-08core: fix crashes if locale.conf contains invalid utf-8 stringGoffredo Baroncelli
2013-11-30fix regression of read_full_file() in fileio.cShawn Landden
2013-11-30systemctl: add "systemctl cat"Shawn Landden
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-09-19Add more tests and fix capability loggingZbigniew Jędrzejewski-Szmek
2013-09-18Spelling fix from later revision of committed patch from Shawn Landden <shawn...David Strauss
2013-09-18Fix capability logging when effective caps are 0Zbigniew Jędrzejewski-Szmek
2013-09-17util: restore get_process_capeff behaviourZbigniew Jędrzejewski-Szmek
2013-09-13Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek
2013-08-28Disallow invalid UTF-8 configurationZbigniew Jędrzejewski-Szmek
2013-07-26journalctl: use _COMM= match for scriptsZbigniew Jędrzejewski-Szmek
2013-06-27core: general cgroup reworkLennart Poettering
2013-05-06fileio: split write_one_line_file into twoZbigniew Jędrzejewski-Szmek
2013-04-24fileio: unify how we chop off whitespace from key and value in parse_env_file...Lennart Poettering
2013-04-18fileio.c: do not parse comments after non-whitespace charsHarald Hoyer
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-17core/execute: report invalid environment variables from filesHarald Hoyer
2013-04-17fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer
2013-04-17fileio: also escape $ and ` when writing out env varsMantas Mikulėnas
2013-04-03fileio: don't check for errors more often than really necessaryLennart Poettering
2013-04-03fileio: write proper env var write-out codeLennart Poettering
2013-04-03shared: rework env file readerLennart Poettering
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-03-29Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek
2013-03-13fileio: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer