XZ Utils is free general-purpose data compression software with a high compression ratio https://tukaani.org/xz/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lasse Collin a048e3a92d README: Update outdated sections. 4 years ago
build-aux Build: Fix a CR+LF problem when running autoreconf -fi on OS/2. 9 years ago
cmake Build: Fix bugs in the CMake files. 4 years ago
debug Avoid variable-length arrays in the debug programs. 9 years ago
doc spelling 5 years ago
dos DOS: Update dos/Makefile for DJGPP 2.05. 4 years ago
extra extra/scanlzma: Fix compiler warnings. 6 years ago
lib Put the interesting parts of XZ Utils into the public domain. 15 years ago
m4 Build: Update m4/ax_pthread.m4 from Autoconf Archive (again). 4 years ago
macosx macosx: separate liblzma package 11 years ago
po Update German translation, mostly wrt orthography 9 years ago
po4a Translations: Add German translation of the man pages. 4 years ago
src xz: Never use thousand separators in DJGPP builds. 4 years ago
tests Use $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile. 4 years ago
windows spelling 5 years ago
.gitignore Update tests/.gitignore. 4 years ago
AUTHORS Fix a few typos and add some missing articles in some documents. 12 years ago
CMakeLists.txt Build: Make CMake build fail if tuklib_cpucores or tuklib_physmem fails. 4 years ago
COPYING Update the home page URLs to HTTPS. 7 years ago
COPYING.GPLv2 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. 14 years ago
COPYING.GPLv3 Imported to git. 17 years ago
COPYING.LGPLv2.1 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. 14 years ago
ChangeLog Update the Git repository URL to HTTPS in ChangeLog. 7 years ago
Doxyfile.in spelling 5 years ago
INSTALL Update INSTALL for Windows and DOS and add preliminary info for z/OS. 4 years ago
INSTALL.generic Update INSTALL.generic from Automake 1.16.1. 4 years ago
Makefile.am Build: Add support for translated man pages using po4a. 4 years ago
NEWS spelling 5 years ago
PACKAGERS Update docs. 14 years ago
README README: Update outdated sections. 4 years ago
THANKS Update THANKS. 4 years ago
TODO Update TODO. 10 years ago
autogen.sh Build: Add support for --no-po4a option to autogen.sh. 4 years ago
configure.ac Build: Bump Autoconf and Libtool version requirements. 4 years ago

README


XZ Utils
========

0. Overview
1. Documentation
1.1. Overall documentation
1.2. Documentation for command-line tools
1.3. Documentation for liblzma
2. Version numbering
3. Reporting bugs
4. Translations
5. Other implementations of the .xz format
6. Contact information


0. Overview
-----------

XZ Utils provide a general-purpose data-compression library plus
command-line tools. The native file format is the .xz format, but
also the legacy .lzma format is supported. The .xz format supports
multiple compression algorithms, which are called "filters" in the
context of XZ Utils. The primary filter is currently LZMA2. With
typical files, XZ Utils create about 30 % smaller files than gzip.

To ease adapting support for the .xz format into existing applications
and scripts, the API of liblzma is somewhat similar to the API of the
popular zlib library. For the same reason, the command-line tool xz
has a command-line syntax simil