XZ Utils is free general-purpose data compression software with a high compression ratio https://tukaani.org/xz/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Lasse Collin 0b99783d63 liblzma: memcmplen.h: Add a comment why subtraction is used. 6 giorni fa
.github Add SPDX license identifier into 0BSD source code files. 1 mese fa
build-aux Add SPDX license identifier into 0BSD source code files. 1 mese fa
cmake Add SPDX license identifier into 0BSD source code files. 1 mese fa
debug Add SPDX license identifier into 0BSD source code files. 1 mese fa
doc Add SPDX license identifier into 0BSD source code files. 1 mese fa
dos Add SPDX license identifier into 0BSD source code files. 1 mese fa
doxygen doxygen/footer.html: Add missing closing tags and don't open a new tab. 1 mese fa
extra Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. 1 mese fa
lib Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. 1 mese fa
m4 Update m4/.gitignore. 1 mese fa
po Translations: Update the Vietnamese translation. 1 mese fa
po4a Translations: Add missing --riscv option to man page translations. 3 settimane fa
src liblzma: memcmplen.h: Add a comment why subtraction is used. 6 giorni fa
tests Tests: Update two test files. 3 settimane fa
windows Windows: build.bash: Include COPYING.0BSD in the package. 1 mese fa
.codespellrc codespell: Add .codespellrc to set default options. 8 mesi fa
.gitignore Tests: Add test_microlzma to .gitignore and CMakeLists.txt. 1 mese fa
AUTHORS Fix typos discovered by codespell. 1 mese fa
CMakeLists.txt CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler. 2 settimane fa
COPYING Update COPYING about the man pages of the scripts. 1 mese fa
COPYING.0BSD Change most public domain parts to 0BSD. 1 mese fa
COPYING.CC-BY-SA-4.0 COPYING: Add the license for the XZ logo. 2 mesi fa
COPYING.GPLv2 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. 14 anni fa
COPYING.GPLv3 Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3. 1 anno fa
COPYING.LGPLv2.1 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. 14 anni fa
ChangeLog Docs: Update repository URL in Changelog. 3 mesi fa
INSTALL INSTALL: Document arguments of --enable-symbol-versions. 2 settimane fa
INSTALL.generic Update INSTALL.generic from Automake 1.16.1. 4 anni fa
Makefile.am Build: Makefile.am: Sort EXTRA_DIST. 1 mese fa
NEWS Add NEWS for 5.6.1 3 settimane fa
PACKAGERS Change most public domain parts to 0BSD. 1 mese fa
README Docs: List COPYING.0BSD in README. 1 mese fa
THANKS Update THANKS. 2 settimane fa
TODO Docs: Omit SIGTSTP not handled from TODO. 1 anno fa
autogen.sh Add SPDX license identifier into 0BSD source code files. 1 mese fa
configure.ac Build: Use only the generic symbol versioning with NVIDIA HPC Compiler. 2 settimane fa

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