aboutsummaryrefslogtreecommitdiff
path: root/src/xz/file_io.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-06xz: Improve a comment.Lasse Collin1-3/+4
2010-09-05xz: Update the comment about NetBSD in file_io.c.Lasse Collin1-4/+4
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2010-02-01Fix compression of symlinks with --force.Lasse Collin1-1/+13
2010-01-31Delay opening the destionation file and other fixes.Lasse Collin1-55/+52
2010-01-27Silence two compiler warnings on DOS-like systems.Lasse Collin1-0/+3
2010-01-26Use past tense in error message in io_unlink().Lasse Collin1-2/+12
2010-01-24Add io_pread().Lasse Collin1-0/+25
2010-01-13Don't compress or decompress special files unless writingLasse Collin1-5/+10
2009-12-07Fix file_io.c on DOS-like systems.Lasse Collin1-0/+4
2009-11-28Remove duplicate code in io_open_dest().Lasse Collin1-8/+1
2009-11-25Create sparse files by default when decompressing intoLasse Collin1-34/+209
2009-09-24Fix an error in OpenVMS-specific code.Lasse Collin1-1/+1
2009-09-22Better fixes for OpenVMS support.Lasse Collin1-3/+16
2009-09-19Various changes.Lasse Collin1-21/+22
2009-06-27Silence a compiler warning on DOS-like systems.Lasse Collin1-1/+4
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/+0
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-13Improve support for DOS-like systems.Lasse Collin1-14/+25
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-24/+69
2009-02-03Another utime() fix.Lasse Collin1-4/+5
2009-02-03Fix wrong filename argument for utime() and utimes().Lasse Collin1-2/+2
2008-11-20Support NetBSD's errno for O_NOFOLLOW.Lasse Collin1-0/+8
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-388/+369
2008-05-04Don't print an error message on broken pipe unless --verboseLasse Collin1-1/+14