chiark / gitweb /
util: allow mkdtemp_malloc() to be called with NULL pattern
[elogind.git] / src / basic / fileio.c
2018-08-24 Lennart Poetteringutil: allow mkdtemp_malloc() to be called with NULL...
2018-08-24 Lennart Poetteringutil: add new write_string_filef() helper
2018-08-24 Yu Watanabepath-util: introduce path_simplify()
2018-08-24 Lennart Poetteringfileio: make sure read_full_stream() works on memory...
2018-08-24 Lennart Poetteringfileio: add parse_env_filev() that is like parse_env_fi...
2018-08-24 Lennart Poetteringfileio: accept FILE* in addition to path in parse_env_f...
2018-08-24 Chris Lesiakfileio.c: fix incorrect mtime
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-08-24 Yu Watanabetree-wide: use TAKE_PTR() and TAKE_FD() macros
2018-08-24 Lennart Poetteringmacro: introduce TAKE_PTR() macro
2018-08-24 Lennart Poetteringfileio: port parse_env_file_internal() to use _cleanup_...
2018-06-28 Chris Lesiakfileio.c: fix incorrect mtime
2018-05-30 Lennart Poetteringtree-wide: make use of fsync_directory_of_file() all...
2018-05-30 Lennart Poetteringcocci: use strempty() at more places
2018-05-30 Lennart Poetteringfileio: minor tweak to executable_is_script()
2018-05-30 Lennart Poetteringfileio: tweak write_string_stream_ts() to write out...
2018-05-30 Mike Gilbertfileio: write_string_stream_ts: check for file errors...
2018-05-30 Mike Gilbertfileio: write_string_stream_ts: return errors from...
2018-05-30 Lennart Poetteringtree-wide: make use of new STRLEN() macro everywhere...
2018-05-30 Lennart Poetteringbasic: turn off stdio locking for a couple of helper...
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (2...
2017-12-12 Tiago Salem Herrmannsysctl: disable buffer while writing to /proc
2017-12-08 Lennart Poetteringtree-wide: drop a few == NULL and != NULL comparison
2017-11-25 Yu Watanabefileio: include sys/mman.h
2017-11-01 Zbigniew Jędrzejew... util-lib: mark variable with _unused_ to silence clang...
2017-11-23 Zbigniew Jędrzejew... build-sys: use #if Y instead of #ifdef Y everywhere
2017-11-22 Zbigniew Jędrzejew... fileio: return 0 from read_one_line_file on success
2017-09-22 Lennart Poetteringfileio: initialize errno to zero before we do fread()
2017-09-22 Lennart Poetteringfileio: try to read one byte too much in read_full_stream()
2017-09-22 Lennart Poetteringfileio: move fsync() logic into write_string_stream_ts()
2017-09-22 Lennart Poetteringfileio: make write_string_stream() accept flags parameter
2017-09-22 Lennart Poetteringfileio: support writing atomic files with timestamp
2017-11-20 Daniel MackAdd abstraction model for BPF programs
2017-11-19 Sven Edenv235: Added missing updates
2017-09-24 Zbigniew Jędrzejew... fileio: return 0 from read_one_line_file on success
2017-09-25 Zbigniew Jędrzejew... fileio: use _cleanup_ for FILE unlocking
2017-09-22 Lennart Poetteringfileio: initialize errno to zero before we do fread()
2017-09-22 Lennart Poetteringfileio: try to read one byte too much in read_full_stream()
2017-09-22 Lennart Poetteringfileio: move fsync() logic into write_string_stream_ts()
2017-09-22 Lennart Poetteringfileio: make write_string_stream() accept flags parameter
2017-09-22 Lennart Poetteringfileio: support writing atomic files with timestamp
2017-09-25 Lennart Poetteringfileio: rework read_one_line_file() on top of read_line()
2017-09-25 Lennart Poetteringfileio: add new helper call read_line() as bounded...
2017-08-30 Sven EdenPrep v235: Apply pending upstream updates in src/basic...
2017-08-29 Alan Jenkinsfileio: rename function parameter to avoid masking...
2017-08-29 Alan Jenkins"Don't fear the fsync()"
2017-08-14 Sven EdenPrep v235: Add missing includes and dependencies.
2017-08-14 Sven EdenPrep v235: Apply upstream fixes (3/10) [src/basic]
2017-07-25 Zbigniew Jędrzejew... basic/fileio: extend atomic file writing with timestamp...
2017-07-18 Sven EdenPrep v233.2: Mask unneeded functions and definitions...
2017-07-17 Sven EdenPrep v233: Add missing updates from upstream in src...
2017-07-17 Sven EdenPrep v233: Unmask now needed functions in src/basic
2017-07-17 Zbigniew Jędrzejew... basic/fileio: use IN_SET
2017-07-17 Zbigniew Jędrzejew... basic/fileio: fix memleak when discarding an invalid...
2017-07-17 Zbigniew Jędrzejew... Tighten checking for variable validity
2017-07-17 Zbigniew Jędrzejew... core/manager: split out creation of serialization fd...
2017-07-17 Zbigniew Jędrzejew... Allow braceless variables to be expanded
2017-07-17 Zbigniew Jędrzejew... env-util,fileio: immediately replace variables in load_...
2017-07-17 Zbigniew Jędrzejew... basic/fileio: add helper function for a set of two...
2017-07-17 Lennart Poetteringutil-lib: add easy helpers for temporary directories...
2017-07-17 Zbigniew Jędrzejew... tree-wide: drop NULL sentinel from strjoin
2017-07-17 Ray Strodebasic: support default and alternate values for env...
2017-07-17 Ray Strodebasic: add new merge_env_file function
2017-07-07 Sven EdenMerge pull request #22 from elogind/dev_v232
2017-07-05 Topi Miettinenfileio: simplify mkostemp_safe() (#4090)
2017-07-05 Yann E. MORINbasic/fileio: we always have O_TMPFILE now
2017-07-05 Vito Caputofileio: fix MIN/MAX mixup (#3896)
2017-07-05 Vito Caputofileio: fix read_full_stream() bugs (#3887)
2017-07-05 Lennart Poetteringutil-lib: rework /tmp and /var/tmp handling code
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-16 Sven EdenPrep v231: Apply missing fixes from upstream (1/6)...
2017-06-16 Lennart Poetteringfileio: imply /tmp as directory if passed as NULL to...
2017-06-16 Torstein Husebøtreewide: fix typos and remove accidental repetition...
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-06-16 Thomas Hallercore: avoid compiler warning when compiling with -fexce...
2017-06-16 Vito Caputotree-wide: make ++/-- usage consistent WRT spacing
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-18 Sven EdenPrep v229: Mask more unused functions in src/basic
2017-05-17 Sven EdenPrep v229: Add missing fixes from upstream [1/6] src...
2017-05-17 Zbigniew Jędrzejew... tree-wide: check if errno is greater then zero
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Full diff to master revealed more functions...
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (5/5)
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (1/5)
2017-04-26 Sven EdenPrep v228: Add remaining updates from upstream (2/3)
2017-04-24 Sven EdenMerge pull request #5 from elogind/dev_v227 v227.2
2017-03-29 Sven Eden[1/5] Apply missing fixes from upstream
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenPrep v225: Applying various fixes and changes to src...
2017-03-14 Sven EdenPrep v224: Major cleanup of unneeded functions and...
2017-03-14 Sven EdenPrep v221: Update and clean up build system to sync...