index
:
delta/libglnx.git
master
readme-libgsystem
replace-increasing-mtime
wip/alexl/fix-tmpfiles
wip/reuse
wip/smcv/for-flatpak-meson-build
wip/smcv/rewinddir
wip/stdc99
gitlab.gnome.org: GNOME/libglnx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glnx-fdio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GLNX_FILE_REPLACE_INCREASING_MTIME
replace-increasing-mtime
Alexander Larsson
2020-11-03
1
-9
/
+35
*
glnx-fdio: use $TMPDIR if set
Rebecca Turner
2020-10-01
1
-33
/
+6
*
glnx-fdio: try $TMPDIR if /var/tmp doesn't exist
Rebecca Turner
2020-09-23
1
-3
/
+33
*
glnx-fdio: handle EOPNOTSUPP for copy_file_range
Jonathan Lebon
2020-06-16
1
-1
/
+1
*
fdio: Be const-correct for struct stat
Simon McVittie
2020-06-03
1
-1
/
+1
*
backports: Add a backport of g_clear_pointer()
Simon McVittie
2019-11-11
1
-0
/
+1
*
fdio: Add glnx_tmpfile_reopen_rdonly()
Colin Walters
2019-11-04
1
-2
/
+40
*
Add glnx_open_anonymous_tmpfile_full() allowing you to specify the directory
Alexander Larsson
2019-10-09
1
-6
/
+23
*
Fix docs for glnx_file_replace_contents()
Owen W. Taylor
2018-11-30
1
-3
/
+2
*
tree-wide: Some new style porting
Colin Walters
2017-10-24
1
-38
/
+32
*
tree-wide: Use glnx_autofd and glnx_close_fd()
Colin Walters
2017-10-16
1
-8
/
+4
*
fdio: Squash compiler warning from previous commit
Colin Walters
2017-10-05
1
-3
/
+3
*
fdio: Generate tmpname for RENAME_EXCHANGE fallback
Colin Walters
2017-10-02
1
-0
/
+7
*
fdio: Open target dirname for glnx_file_copy_at()
Colin Walters
2017-09-25
1
-4
/
+9
*
tree-wide: Use our own syscall wrappers or error prefixing
Colin Walters
2017-09-13
1
-14
/
+12
*
fdio: Add gtk-doc for stbuf parameter of glnx_file_copy_at()
Colin Walters
2017-09-12
1
-0
/
+1
*
fdio: Use O_TMPFILE + rename-overwrite for regfile copies
Colin Walters
2017-09-12
1
-76
/
+56
*
fdio: Support taking ownership of tmpfile fd
Colin Walters
2017-09-12
1
-3
/
+5
*
fdio: Use O_EXCL for anonymous tmpfiles
Colin Walters
2017-09-12
1
-18
/
+30
*
fdio: Merge systemd code to use copy_file_range(), use FICLONE
Colin Walters
2017-08-08
1
-37
/
+99
*
fdio: Introduce glnx_openat_read()
Colin Walters
2017-07-19
1
-9
/
+34
*
Remove glnx_stream_fstat()
Colin Walters
2017-07-17
1
-25
/
+0
*
fdio: Add cleanup+flush API for FILE*
Colin Walters
2017-07-17
1
-0
/
+9
*
fdio: Ensure O_TMPFILE is mode 0600
Colin Walters
2017-07-10
1
-6
/
+11
*
fdio: Introduce glnx_open_anonymous_tmpfile()
Colin Walters
2017-06-28
1
-0
/
+23
*
fdio: Be sure to unset tmpfile's initialized state on cleanup
Colin Walters
2017-06-28
1
-1
/
+8
*
fdio: Add wrappers for renameat(), unlinkat()
Colin Walters
2017-06-26
1
-4
/
+2
*
Add G_IN_SET, patch our internal users via spatch
Colin Walters
2017-06-14
1
-4
/
+3
*
fdio: Add glnx_try_fallocate()
Colin Walters
2017-06-13
1
-11
/
+2
*
fdio: Allow using AT_FDCWD with GlnxTmpfile
Alexander Larsson
2017-05-19
1
-7
/
+11
*
fdio: Add missing return in tmpfile error case
Colin Walters
2017-05-17
1
-0
/
+1
*
fdio: Redo tmpfile API with GLnxTmpfile struct
Colin Walters
2017-05-15
1
-39
/
+57
*
fdio: Expose glnx_regfile_copy_bytes(), rewrite: GNU style, POSIX errno
v2017.1
Colin Walters
2017-04-28
1
-91
/
+111
*
fdio: Mostly port to new code style
Colin Walters
2017-04-25
1
-149
/
+59
*
glnx-errors.h: add glnx_null_throw[_*] variants
Jonathan Lebon
2017-03-23
1
-8
/
+3
*
fdio: Expose wrappers for renameat2() EXCHANGE and NOREPLACE
Colin Walters
2017-03-02
1
-20
/
+65
*
build: Add --enable-wrpseudo-compat
Colin Walters
2016-10-05
1
-1
/
+3
*
fdio: Only invoke fallocate() for sizes > 0
Colin Walters
2016-08-04
1
-5
/
+8
*
Add --disable-otmpfile
Colin Walters
2016-08-03
1
-1
/
+1
*
fdio: Add unlinkat() in error paths for tmpfiles
Colin Walters
2016-07-08
1
-1
/
+9
*
fdio: Use correct dfd with O_TMPFILE in rename case
Colin Walters
2016-07-08
1
-1
/
+1
*
fdio: Add open_tmpfile_linkable() and link_tmpfile_at()
Colin Walters
2016-07-01
1
-31
/
+262
*
fdio: Delete .tmp file on failure
Yu Qi Zhang
2016-06-16
1
-0
/
+2
*
fdio: Add glnx_stream_fstat
Colin Walters
2016-05-03
1
-0
/
+28
*
fdio: Export loop_write
Colin Walters
2016-01-10
1
-3
/
+3
*
glnx-fdio: always initialize buf
Giuseppe Scrivano
2015-05-05
1
-1
/
+1
*
fdio: glnx_file_copy_at: If no stbuf passed, do stat internally
Colin Walters
2015-04-20
1
-0
/
+12
*
fdio: Fix errno handling from posix_fallocate() and loop_write()
Colin Walters
2015-04-14
1
-2
/
+7
*
fdio: Honor umask by default for glnx_file_replace_contents_at()
Colin Walters
2015-04-14
1
-12
/
+16
*
fdio: Fix default mode in glnx_file_replace_contents_with_perms_at()
Matthew Barnes
2015-04-14
1
-6
/
+6
[next]