XZ Utils is free general-purpose data compression software with a high compression ratio https://tukaani.org/xz/
Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
 
 
 
 
 
 
Lasse Collin b0366df1d7 Tests: test_filter_str: Test *error_pos more thoroughly 3 dagen geleden
.github ci: rename ci_build.sh -> ci_build.bash 2 weken geleden
build-aux CI: Use only the active CPUs on macOS 2 weken geleden
cmake Add SPDX license identifier into 0BSD source code files. 2 maanden geleden
debug debug: Add generator for the ARM64 test file data. 2 weken geleden
doc Remove the XZ logo. 2 weken geleden
dos DOS: Omit useless defines from config.h 4 dagen geleden
doxygen Remove the XZ logo. 2 weken geleden
extra Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. 2 maanden geleden
lib Add SPDX license identifiers to GPL, LGPL, and FSFULLR files. 2 maanden geleden
m4 Update m4/.gitignore. 2 maanden geleden
po Translations: Update the Vietnamese translation. 2 maanden geleden
po4a Translations: Add missing --riscv option to man page translations. 2 maanden geleden
src liblzma: lzma_str_to_filters: Set *error_pos on all errors 3 dagen geleden
tests Tests: test_filter_str: Test *error_pos more thoroughly 2 dagen geleden
windows Update website URLs back to tukaani.org. 2 weken geleden
.codespellrc codespell: Add .codespellrc to set default options. 9 maanden geleden
.gitignore Update .gitignore 5 dagen geleden
AUTHORS Update maintainer and author info. 2 weken geleden
CMakeLists.txt liblzma: Remove ifunc support. 2 weken geleden
COPYING Remove the XZ logo. 2 weken geleden
COPYING.0BSD Change most public domain parts to 0BSD. 2 maanden geleden
COPYING.GPLv2 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. 14 jaren geleden
COPYING.GPLv3 Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3. 1 jaar geleden
COPYING.LGPLv2.1 Update the copies of GPLv2 and LGPLv2.1 from gnu.org. 14 jaren geleden
ChangeLog Docs: Update repository URL in Changelog. 4 maanden geleden
INSTALL liblzma: Remove ifunc support. 2 weken geleden
INSTALL.generic Update INSTALL.generic from Automake 1.16.1. 4 jaren geleden
Makefile.am Remove the XZ logo. 2 weken geleden
NEWS Fix NEWS for 5.6.0 and 5.6.1. 2 weken geleden
PACKAGERS Change most public domain parts to 0BSD. 2 maanden geleden
README Remove the XZ logo. 2 weken geleden
THANKS Update maintainer and author info. 2 weken geleden
TODO Docs: Omit SIGTSTP not handled from TODO. 1 jaar geleden
autogen.sh Add SPDX license identifier into 0BSD source code files. 2 maanden geleden
configure.ac Build: Omit useless checks for fcntl.h, limits.h, and sys/time.h 4 dagen geleden

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