1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src
Jia Tan e446ab7a18 liblzma: Creates separate "safe" range decoder mode.
The new "safe" range decoder mode is the same as old range decoder, but
now the default behavior of the range decoder will not check if there is
enough input or output to complete the operation. When the buffers are
close to fully consumed, the "safe" operations must be used instead. This
will improve speed because it will reduce the number of branches needed
for most of the range decoder operations.
2024-02-14 18:31:16 +02:00
..
common Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
liblzma liblzma: Creates separate "safe" range decoder mode. 2024-02-14 18:31:16 +02:00
lzmainfo Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
scripts xzdiff, xzgrep, and xzmore: Rewrite the man pages. 2024-02-14 18:31:16 +02:00
xz Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
xzdec Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
Makefile.am Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00