1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/xz
Lasse Collin 465d1b0d65 Create sparse files by default when decompressing into
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-11-25 11:19:20 +02:00
..
args.c Create sparse files by default when decompressing into 2009-11-25 11:19:20 +02:00
args.h Add support for --info-memory and --robot to xz. 2009-11-16 18:16:45 +02:00
coder.c Create sparse files by default when decompressing into 2009-11-25 11:19:20 +02:00
coder.h Updated comments to match renamed files. 2009-06-26 21:00:35 +03:00
file_io.c Create sparse files by default when decompressing into 2009-11-25 11:19:20 +02:00
file_io.h Create sparse files by default when decompressing into 2009-11-25 11:19:20 +02:00
hardware.c Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
hardware.h Make the default memory usage limit 40 % of RAM for both 2009-05-22 11:29:50 +03:00
list.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
main.c Add support for --info-memory and --robot to xz. 2009-11-16 18:16:45 +02:00
main.h Various changes. 2009-09-19 09:47:30 +03:00
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
message.c Create sparse files by default when decompressing into 2009-11-25 11:19:20 +02:00
message.h Add support for --info-memory and --robot to xz. 2009-11-16 18:16:45 +02:00
options.c Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
options.h Add support for specifying the BCJ filter start offset 2009-05-23 15:12:23 +03:00
private.h Various changes. 2009-09-19 09:47:30 +03:00
signals.c Various changes. 2009-09-19 09:47:30 +03:00
signals.h Various changes. 2009-09-19 09:47:30 +03:00
suffix.c Various changes. 2009-09-19 09:47:30 +03:00
suffix.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
util.c Use even more hackish way to support thousand separators. 2009-08-29 14:43:52 +03:00
util.h Ugly hack to make it possible to use the thousand separator 2009-06-26 20:36:45 +03:00
xz.1 Create sparse files by default when decompressing into 2009-11-25 11:19:20 +02:00
xz_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00