XZ Utils is free general-purpose data compression software with a high compression ratio https://tukaani.org/xz/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Lasse Collin 0b99783d63 liblzma: memcmplen.h: Add a comment why subtraction is used. vor 6 Tagen
.github Add SPDX license identifier into 0BSD source code files. vor 1 Monat
build-aux Add SPDX license identifier into 0BSD source code files. vor 1 Monat
cmake Add SPDX license identifier into 0BSD source code files. vor 1 Monat
debug Add SPDX license identifier into 0BSD source code files. vor 1 Monat
doc Add SPDX license identifier into 0BSD source code files. vor 1 Monat
dos Add SPDX license identifier into 0BSD source code files. vor 1 Monat
doxygen doxygen/footer.html: Add missing closing tags and don't open a new tab. vor 1 Monat
extra Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. vor 1 Monat
lib Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. vor 1 Monat
m4 Update m4/.gitignore. vor 1 Monat
po Translations: Update the Vietnamese translation. vor 1 Monat
po4a Translations: Add missing --riscv option to man page translations. vor 3 Wochen
src liblzma: memcmplen.h: Add a comment why subtraction is used. vor 6 Tagen
tests Tests: Update two test files. vor 3 Wochen
windows Windows: build.bash: Include COPYING.0BSD in the package. vor 1 Monat
.codespellrc codespell: Add .codespellrc to set default options. vor 8 Monaten
.gitignore Tests: Add test_microlzma to .gitignore and CMakeLists.txt. vor 1 Monat
AUTHORS Fix typos discovered by codespell. vor 1 Monat
CMakeLists.txt CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler. vor 2 Wochen
COPYING Update COPYING about the man pages of the scripts. vor 1 Monat
COPYING.0BSD Change most public domain parts to 0BSD. vor 1 Monat
COPYING.CC-BY-SA-4.0 COPYING: Add the license for the XZ logo. vor 2 Monaten
COPYING.GPLv2 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. vor 14 Jahren
COPYING.GPLv3 Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3. vor 1 Jahr
COPYING.LGPLv2.1 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. vor 14 Jahren
ChangeLog Docs: Update repository URL in Changelog. vor 3 Monaten
INSTALL INSTALL: Document arguments of --enable-symbol-versions. vor 2 Wochen
INSTALL.generic Update INSTALL.generic from Automake 1.16.1. vor 4 Jahren
Makefile.am Build: Makefile.am: Sort EXTRA_DIST. vor 1 Monat
NEWS Add NEWS for 5.6.1 vor 3 Wochen
PACKAGERS Change most public domain parts to 0BSD. vor 1 Monat
README Docs: List COPYING.0BSD in README. vor 1 Monat
THANKS Update THANKS. vor 2 Wochen
TODO Docs: Omit SIGTSTP not handled from TODO. vor 1 Jahr
autogen.sh Add SPDX license identifier into 0BSD source code files. vor 1 Monat
configure.ac Build: Use only the generic symbol versioning with NVIDIA HPC Compiler. vor 2 Wochen

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