index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
tmpfile-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tmpfile-util: add new LINK_TMPFILE_SYNC flag for syncing properly before/afte...
Lennart Poettering
2023-06-13
1
-21
/
+34
*
tmpfile-util: turn last parameter of link_tmpfile() into a proper flags
Lennart Poettering
2023-06-13
1
-5
/
+5
*
tmpfile-util: Add open_tmpfile_linkable_at() and link_tmpfile_at()
Daan De Meyer
2023-03-21
1
-10
/
+11
*
tmpfile-util: teach link_tmpfile() to optionally replace files
Lennart Poettering
2023-03-03
1
-11
/
+59
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
tmpfile-util: Introduce fopen_temporary_child()
Daan De Meyer
2022-11-17
1
-22
/
+50
*
tmpfile-util: Add missing assert
Daan De Meyer
2022-11-11
1
-0
/
+2
*
tmpfile-util: Add fopen_temporary_at()
Daan De Meyer
2022-11-09
1
-9
/
+9
*
tmpfile-util: Introduce mkdtemp_open()
Daan De Meyer
2022-11-09
1
-0
/
+20
*
tmpfile-util: truncate original filename if the result filename is too long
Yu Watanabe
2022-09-03
1
-64
/
+65
*
bootctl: generalize open_tmpfile_linkable() use a bit
Lennart Poettering
2022-03-22
1
-0
/
+39
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-20
/
+5
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-5
/
+1
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-3
/
+3
*
tree-wide: make use of path_extend() at many places
Lennart Poettering
2021-05-27
1
-10
/
+4
*
tree-wide: update comment about unnecessary initialization
Yu Watanabe
2021-04-13
1
-1
/
+1
*
tmpfile: port tempfn_*() to path_extract_*()
Lennart Poettering
2021-03-02
1
-37
/
+46
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-4
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tmpfile-util: typo fixes
Lennart Poettering
2020-06-26
1
-1
/
+1
*
*: use _cleanup_close_ with fdopen() where trivial
Vito Caputo
2020-03-31
1
-5
/
+3
*
*: convert amenable fdopen calls to take_fdopen
Vito Caputo
2020-03-31
1
-3
/
+1
*
basic/tmpfile: avoid maybe-uninitialized warning in mkostemp_safe()
Thomas Haller
2019-12-16
1
-1
/
+1
*
tmpfile-util: modernize mkostemp_safe() a bit
Lennart Poettering
2019-12-04
1
-2
/
+2
*
tmpfile-util: if no path is passed to fopen_temporary() make one up
Lennart Poettering
2019-12-04
1
-18
/
+28
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
tmpfile-util: simplify umask reset declaration
Lennart Poettering
2019-05-24
1
-3
/
+1
*
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-1
/
+0
*
Add fdopen_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-6
/
+5
*
Make fopen_temporary and fopen_temporary_label unlocked
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-0
/
+7
*
basic/tmpfile-util.c: fix build without O_TMPFILE
Fabrice Fontaine
2019-01-11
1
-0
/
+1
*
tree-wide: Remove O_CLOEXEC from fdopen
Chris Down
2018-12-12
1
-1
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+329