aboutsummaryrefslogtreecommitdiff
path: root/src/xz/file_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-22MSVC: xz: Make file_io.c and file_io.h compatible with MSVC.Lasse Collin1-0/+10
2023-08-31xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.Lasse Collin1-2/+2
2020-01-26xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.Lasse Collin1-0/+3
2020-01-26xz: Fix semi-busy-waiting in xz --flush-timeout.Lasse Collin1-0/+4
2020-01-26xz: Update a comment in file_io.h.Lasse Collin1-1/+4
2019-06-24xz: Change io_seek_src and io_pread arguments from off_t to uint64_t.Lasse Collin1-2/+2
2017-04-05xz: Add io_seek_src().Lasse Collin1-0/+13
2015-03-31xz: Add support for sandboxing with Capsicum.Lasse Collin1-0/+6
2013-06-28xz: Use the self-pipe trick to avoid a race condition with signals.Lasse Collin1-0/+8
2011-05-01xz: Fix input file position when --single-stream is used.Lasse Collin1-0/+13
2010-01-31Delay opening the destionation file and other fixes.Lasse Collin1-2/+6
2010-01-24Add io_pread().Lasse Collin1-0/+17
2009-11-25Create sparse files by default when decompressing intoLasse Collin1-6/+28
2009-06-26Updated comments to match renamed files.Lasse Collin1-1/+1
2009-06-26Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin1-0/+86