Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-25 | Create sparse files by default when decompressing into | Lasse Collin | 1 | -6/+28 | |
a regular file. Sparse file creation can be disabled with --no-sparse. I don't promise yet that the name of this option won't change before 5.0.0. It's possible that the code, that checks when it is safe to use sparse output on stdout, is not good enough, and a more flexible command line option is needed to configure sparse file handling. | |||||
2009-06-26 | Updated comments to match renamed files. | Lasse Collin | 1 | -1/+1 | |
2009-06-26 | Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] | Lasse Collin | 1 | -0/+86 | |
to avoid problems on systems with system headers with those names. |