summaryrefslogtreecommitdiff
path: root/src/basic/fileio.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-26util: introduce fputs_with_space() and make use of it at various placesLennart Poettering
2016-01-13tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-13util-lib: optionally, when writing a string to a file, verify string on failureLennart Poettering
2015-11-12journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp filesLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-09-30fileio: make get_status_field() more genericAaro Koskinen
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-23fileio: get_status_field() don't clobber arg on OOMLennart Poettering
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-07-06fileio: add 'enforce_newline' argument to write_string_stream()Daniel Mack
2015-07-06networkd: be more defensive when writing to ipv4/ipv6 forwarding settingsLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers