summaryrefslogtreecommitdiff
path: root/src/basic/fileio.c
Commit message (Expand)AuthorAge
* fileio: include sys/mman.hYu Watanabe2017-11-26
* util-lib: mark variable with _unused_ to silence clang warningZbigniew Jędrzejewski-Szmek2017-11-01
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* fileio: return 0 from read_one_line_file on successZbigniew Jędrzejewski-Szmek2017-11-22
* fileio: initialize errno to zero before we do fread()Lennart Poettering2017-09-22
* fileio: try to read one byte too much in read_full_stream()Lennart Poettering2017-09-22
* fileio: move fsync() logic into write_string_stream_ts()Lennart Poettering2017-09-22
* fileio: make write_string_stream() accept flags parameterLennart Poettering2017-09-22
* fileio: support writing atomic files with timestampLennart Poettering2017-09-22
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* v235: Added missing updatesSven Eden2017-11-19
* fileio: return 0 from read_one_line_file on successZbigniew Jędrzejewski-Szmek2017-09-24
* fileio: use _cleanup_ for FILE unlockingZbigniew Jędrzejewski-Szmek2017-09-25
* fileio: initialize errno to zero before we do fread()Lennart Poettering2017-09-22
* fileio: try to read one byte too much in read_full_stream()Lennart Poettering2017-09-22
* fileio: move fsync() logic into write_string_stream_ts()Lennart Poettering2017-09-22
* fileio: make write_string_stream() accept flags parameterLennart Poettering2017-09-22
* fileio: support writing atomic files with timestampLennart Poettering2017-09-22
* fileio: rework read_one_line_file() on top of read_line()Lennart Poettering2017-09-25
* fileio: add new helper call read_line() as bounded getline() replacementLennart Poettering2017-09-25
* Prep v235: Apply pending upstream updates in src/basic [1/4]Sven Eden2017-08-30
* fileio: rename function parameter to avoid masking global symbolAlan Jenkins2017-08-29
* "Don't fear the fsync()"Alan Jenkins2017-08-29
* Prep v235: Add missing includes and dependencies.Sven Eden2017-08-14
* Prep v235: Apply upstream fixes (3/10) [src/basic]Sven Eden2017-08-14
* basic/fileio: extend atomic file writing with timestamp settingZbigniew Jędrzejewski-Szmek2017-07-25
* Prep v233.2: Mask unneeded functions and definitions in src/basicSven Eden2017-07-18
* Prep v233: Add missing updates from upstream in src/basicSven Eden2017-07-17
* Prep v233: Unmask now needed functions in src/basicSven Eden2017-07-17
* basic/fileio: use IN_SETZbigniew Jędrzejewski-Szmek2017-07-17
* basic/fileio: fix memleak when discarding an invalid variableZbigniew Jędrzejewski-Szmek2017-07-17
* Tighten checking for variable validityZbigniew Jędrzejewski-Szmek2017-07-17
* core/manager: split out creation of serialization fd out to a helperZbigniew Jędrzejewski-Szmek2017-07-17
* Allow braceless variables to be expandedZbigniew Jędrzejewski-Szmek2017-07-17
* env-util,fileio: immediately replace variables in load_env_file_push()Zbigniew Jędrzejewski-Szmek2017-07-17
* basic/fileio: add helper function for a set of two common checksZbigniew Jędrzejewski-Szmek2017-07-17
* util-lib: add easy helpers for temporary directories that rmdir()ed via _clea...Lennart Poettering2017-07-17
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2017-07-17
* basic: support default and alternate values for env expansionRay Strode2017-07-17
* basic: add new merge_env_file functionRay Strode2017-07-17
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2017-07-05
* basic/fileio: we always have O_TMPFILE nowYann E. MORIN2017-07-05
* fileio: fix MIN/MAX mixup (#3896)Vito Caputo2017-07-05
* fileio: fix read_full_stream() bugs (#3887)Vito Caputo2017-07-05
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2017-07-05
* Prep v231: Apply missing fixes from upstream (1/6) src/basicSven Eden2017-06-16
* fileio: imply /tmp as directory if passed as NULL to open_tmpfile_unlinkable()Lennart Poettering2017-06-16
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2017-06-16
* Prep v230: Apply missing upstream fixes and updates (2/8) src/basic.Sven Eden2017-06-16
* core: avoid compiler warning when compiling with -fexceptionsThomas Haller2017-06-16