summaryrefslogtreecommitdiff
path: root/src/basic/tmpfile-util.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-271-4/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tmpfile-util: typo fixesLennart Poettering2020-06-261-1/+1
* *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
* *: convert amenable fdopen calls to take_fdopenVito Caputo2020-03-311-3/+1
* basic/tmpfile: avoid maybe-uninitialized warning in mkostemp_safe()Thomas Haller2019-12-161-1/+1
* tmpfile-util: modernize mkostemp_safe() a bitLennart Poettering2019-12-041-2/+2
* tmpfile-util: if no path is passed to fopen_temporary() make one upLennart Poettering2019-12-041-18/+28
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* tmpfile-util: simplify umask reset declarationLennart Poettering2019-05-241-3/+1
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-1/+0
* Add fdopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-6/+5
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-0/+7
* basic/tmpfile-util.c: fix build without O_TMPFILEFabrice Fontaine2019-01-111-0/+1
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+329