index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-17
Build: Install translated lzmainfo man pages.
Lasse Collin
1
-0
/
+26
2024-02-17
liblzma: Avoid implementation-defined behavior in the RISC-V filter.
Lasse Collin
1
-8
/
+22
2024-02-17
liblzma: Wrap a line exceeding 80 chars.
Lasse Collin
1
-1
/
+2
2024-02-17
liblzma/rangecoder: Exclude x32 from the x86-64 optimisation.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-02-16
Fix typos discovered by codespell.
Jia Tan
1
-2
/
+2
2024-02-15
Bump version for 5.5.2beta.
larhzu/v5.5.2beta
Jia Tan
3
-4
/
+4
2024-02-14
liblzma: Fix validate_map.sh.
Lasse Collin
1
-1
/
+1
2024-02-14
liblzma: Silence warnings in --enable-small build.
Lasse Collin
2
-0
/
+3
2024-02-14
liblzma: Silence a warning.
Lasse Collin
1
-1
/
+1
2024-02-14
xz: Mention lzmainfo if trying to use 'lzma --list'.
Lasse Collin
1
-2
/
+14
2024-02-14
liblzma: Add comments.
Lasse Collin
2
-2
/
+18
2024-02-14
Scripts: Add lz4 support to xzgrep and xzdiff.
Lasse Collin
4
-10
/
+19
2024-02-14
liblzma: Choose the range decoder variants using a bitmask macro.
Lasse Collin
1
-11
/
+53
2024-02-14
xz: Fix outdated threading related info on the man page.
Lasse Collin
1
-8
/
+14
2024-02-14
liblzma: Range decoder: Add x86-64 inline assembly.
Lasse Collin
1
-0
/
+491
2024-02-14
liblzma: Range decoder: Add branchless C code.
Lasse Collin
1
-0
/
+76
2024-02-14
liblzma: Clarify a comment.
Lasse Collin
1
-3
/
+6
2024-02-14
liblzma: LZMA decoder: Optimize loop comparison.
Lasse Collin
2
-4
/
+11
2024-02-14
liblzma: Optimize literal_subcoder() macro slightly.
Lasse Collin
5
-22
/
+24
2024-02-14
liblzma: LZ decoder: Add unlikely().
Lasse Collin
1
-1
/
+1
2024-02-14
liblzma: LZ decoder: Remove a useless unlikely().
Lasse Collin
1
-1
/
+1
2024-02-14
liblzma: Optimize LZ decoder slightly.
Lasse Collin
3
-60
/
+88
2024-02-14
liblzma: LZMA decoder: Get rid of next_state[].
Lasse Collin
3
-24
/
+24
2024-02-14
liblzma: LZMA decoder improvements.
Lasse Collin
3
-200
/
+210
2024-02-14
liblzma: Creates Non-resumable and Resumable modes for lzma_decoder.
Jia Tan
2
-213
/
+521
2024-02-14
liblzma: Creates separate "safe" range decoder mode.
Jia Tan
2
-103
/
+82
2024-02-14
xzdiff, xzgrep, and xzmore: Rewrite the man pages.
Lasse Collin
3
-116
/
+173
2024-02-14
xzless: Update man page slightly.
Lasse Collin
1
-4
/
+4
2024-02-14
liblzma: Include the SPDX license identifier 0BSD to generated files.
Lasse Collin
11
-26
/
+50
2024-02-14
liblzma: Fix compilation of price_tablegen.c.
Lasse Collin
2
-1
/
+9
2024-02-14
Add SPDX license identifiers to GPL, LGPL, and FSFULLR files.
Lasse Collin
7
-6
/
+7
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
213
-30
/
+411
2024-02-14
liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h.
Lasse Collin
1
-6
/
+4
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
214
-646
/
+10
2024-02-14
Fix SHA-256 authors.
Lasse Collin
1
-10
/
+4
2024-02-13
liblzma: Fix build error if only RISC-V BCJ filter is enabled.
Jia Tan
1
-1
/
+3
2024-02-09
xzless: Use ||- in LESSOPEN with with "less" 451 and newer.
Lasse Collin
1
-1
/
+8
2024-02-09
xzless: Use --show-preproc-errors with "less" 632 and newer.
Lasse Collin
1
-2
/
+9
2024-02-09
liblzma: Fix typo discovered by codespell.
Jia Tan
1
-1
/
+1
2024-02-02
liblzma: Update Authors list in crc32_arm64.h.
Jia Tan
1
-0
/
+1
2024-02-01
liblzma: Check HAVE_USABLE_CLMUL before omitting CRC32 table.
Jia Tan
1
-2
/
+2
2024-02-01
liblzma: Check HAVE_USABLE_CLMUL before omitting CRC64 table.
Jia Tan
1
-2
/
+2
2024-02-01
liblzma: Only use ifunc in crcXX_fast.c if its needed.
Jia Tan
2
-6
/
+6
2024-02-01
liblzma: Omit CRC tables when not needed with ARM64 optimizations.
Jia Tan
3
-5
/
+25
2024-02-01
liblzma: Rename crc32_aarch64.h to crc32_arm64.h.
Jia Tan
5
-115
/
+121
2024-02-01
liblzma: Refactor crc_common.h.
Jia Tan
3
-42
/
+82
2024-01-27
Speed up CRC32 calculation on ARM64
Chenxi Mao
5
-9
/
+129
2024-01-26
Bump version number for 5.5.1alpha.
larhzu/v5.5.1alpha
Jia Tan
3
-3
/
+3
2024-01-23
xz: Use threaded mode by defaut (as if --threads=0 was used).
Lasse Collin
3
-3
/
+16
2024-01-23
xz: Man page: Add more examples of LZMA2 options with BCJ filters.
Lasse Collin
1
-7
/
+31
2024-01-23
liblzma: RISC-V filter: Use byte-by-byte access.
Lasse Collin
1
-30
/
+84
2024-01-23
xz: Update xz -lvv for RISC-V filter.
Jia Tan
1
-0
/
+10
2024-01-23
xz: Update message in --long-help for RISC-V Filter.
Jia Tan
1
-0
/
+1
2024-01-23
xz: Update the man page for the RISC-V Filter.
Jia Tan
1
-1
/
+2
2024-01-23
liblzma: Update string_conversion.c to support RISC-V Filter.
Jia Tan
1
-0
/
+5
2024-01-23
liblzma: Add RISC-V BCJ filter.
Jia Tan
8
-0
/
+740
2024-01-19
xz: Update website URLs in the man pages.
Jia Tan
2
-5
/
+5
2024-01-19
liblzma: Update website URL.
Jia Tan
1
-3
/
+3
2024-01-11
liblzma: CRC: Add a comment to crc_x86_clmul.h about BUILDING_ macros.
Lasse Collin
1
-0
/
+6
2024-01-11
liblzma: CRC: Remove crc_always_inline, use lzma_always_inline instead.
Lasse Collin
2
-21
/
+1
2024-01-11
liblzma: CRC: Update CLMUL comments to more generic wording.
Lasse Collin
2
-13
/
+13
2024-01-11
liblzma: Rename arch-specific CRC functions and macros.
Lasse Collin
4
-25
/
+31
2024-01-11
liblzma: Fix a comment in crc_common.h.
Lasse Collin
1
-1
/
+2
2024-01-11
liblzma: Avoid extern lzma_crc32_clmul() and lzma_crc64_clmul().
Lasse Collin
5
-85
/
+89
2024-01-11
liblzma: crc_clmul.c: Add crc_attr_target macro.
Lasse Collin
1
-14
/
+16
2024-01-11
liblzma: Simplify existing cases with lzma_attr_no_sanitize_address.
Lasse Collin
1
-9
/
+3
2024-01-11
liblzma: #define crc_attr_no_sanitize_address in crc_common.h.
Lasse Collin
1
-0
/
+10
2024-01-10
liblzma: CRC: Add empty lines.
Lasse Collin
3
-1
/
+5
2024-01-10
liblzma: crc_clmul.c: Tidy up the location of MSVC pragma.
Lasse Collin
1
-2
/
+2
2023-12-28
liblzma: Use 8-byte method in memcmplen.h on ARM64.
Lasse Collin
1
-8
/
+10
2023-12-28
liblzma: Check also for __clang__ in memcmplen.h.
Lasse Collin
1
-1
/
+2
2023-12-21
xz: Add a comment to Capsicum sandbox setup.
Jia Tan
1
-0
/
+1
2023-12-19
xzdec: Add sandbox support for Pledge, Capsicum, and Landlock.
Jia Tan
1
-7
/
+139
2023-12-20
liblzma: Initialize lzma_lz_encoder pointers with NULL.
Jia Tan
1
-1
/
+5
2023-12-16
liblzma: Set all values in lzma_lz_encoder to NULL after allocation.
Jia Tan
1
-3
/
+1
2023-12-16
liblzma: Tweak a comment.
Jia Tan
1
-1
/
+1
2023-12-16
liblzma: Make parameter names in function definition match declaration.
Jia Tan
1
-4
/
+4
2023-12-16
liblzma: Improve lzma encoder init function consistency.
Jia Tan
1
-0
/
+3
2023-11-30
xz: Fix typo
Kian-Meng Ang
1
-1
/
+1
2023-11-23
xz: Tweak a comment.
Lasse Collin
1
-2
/
+2
2023-11-23
xz: Use is_tty() in message.c.
Jia Tan
1
-6
/
+1
2023-11-23
xz: Create separate is_tty() function.
Jia Tan
2
-7
/
+37
2023-11-22
tuklib_integer: Fix typo discovered by codespell.
Jia Tan
1
-1
/
+1
2023-11-18
xz: Move the check for --suffix with --format=raw a few lines earlier.
Lasse Collin
1
-22
/
+22
2023-11-17
xz: Fix a bug with --files and --files0 in raw mode without a suffix.
Jia Tan
1
-0
/
+5
2023-11-15
xz: Refactor suffix test with raw format.
Jia Tan
1
-25
/
+13
2023-11-14
xz: Move suffix check after stdout mode is detected.
Jia Tan
1
-8
/
+8
2023-11-14
xz: Detect when all data will be written to standard out earlier.
Jia Tan
1
-0
/
+21
2023-11-09
liblzma: Add missing comments to lz_encoder.h.
Jia Tan
1
-1
/
+5
2023-10-31
liblzma: Fix compilation of fastpos_tablegen.c.
Lasse Collin
1
-0
/
+2
2023-10-30
liblzma: Add a note why crc_always_inline exists for now.
Lasse Collin
1
-0
/
+5
2023-10-30
liblzma: Use lzma_always_inline in memcmplen.h.
Lasse Collin
1
-2
/
+1
2023-10-30
liblzma: #define lzma_always_inline in common.h.
Lasse Collin
1
-0
/
+17
2023-10-30
liblzma: Use lzma_attr_visibility_hidden on private extern declarations.
Lasse Collin
5
-0
/
+13
2023-10-30
liblzma: #define lzma_attr_visibility_hidden in common.h.
Lasse Collin
1
-0
/
+11
2023-10-26
liblzma: Refer to MinGW-w64 instead of MinGW in the API headers.
Lasse Collin
2
-3
/
+3
2023-10-26
liblzma: Add Cflags.private to liblzma.pc.in for MSYS2.
Lasse Collin
1
-0
/
+1
2023-10-22
xz: Support basic sandboxing with Linux Landlock (ABI versions 1-3).
Lasse Collin
3
-1
/
+79
2023-10-22
Simplify detection of Capsicum support.
Lasse Collin
3
-11
/
+7
2023-10-22
xz/Windows: Allow clock_gettime with POSIX threads.
Lasse Collin
1
-3
/
+6
2023-10-22
mythread.h: Make MYTHREAD_POSIX compatible with MinGW-w64's winpthreads.
Lasse Collin
1
-1
/
+22
2023-10-22
xz/Windows: Ensure that clock_gettime() isn't used with MinGW-w64.
Lasse Collin
1
-2
/
+7
2023-10-22
xz/Windows: Use GetTickCount64() with MinGW-w64 if using Vista threads.
Lasse Collin
1
-3
/
+11
2023-10-21
liblzma: Move is_clmul_supported() back to crc_common.h.
Jia Tan
4
-50
/
+51
2023-10-19
Build: Remove check for COND_CHECK_CRC32 in check/Makefile.inc.
Jia Tan
1
-2
/
+2
2023-10-19
liblzma: Fix -fsanitize=address failure with crc_clmul functions.
Jia Tan
1
-0
/
+6
2023-10-18
tuklib_integer: Revise unaligned reads and writes on strict-align archs.
Lasse Collin
1
-67
/
+189
2023-10-18
tuklib_integer: Add missing write64be and write64le fallback functions.
Lasse Collin
1
-0
/
+34
2023-10-18
liblzma: Set the MSVC optimization fix to only cover lzma_crc64_clmul().
Jia Tan
1
-15
/
+15
2023-10-18
liblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be used with ifunc.
Lasse Collin
1
-1
/
+3
2023-10-18
liblzma: Include common.h in crc_common.h.
Lasse Collin
2
-1
/
+3
2023-10-18
liblzma: Add include guards to crc_common.h.
Jia Tan
1
-0
/
+5
2023-10-18
liblzma: Add the crc_always_inline macro to crc_simd_body().
Jia Tan
1
-1
/
+1
2023-10-18
liblzma: Create crc_always_inline macro.
Jia Tan
1
-0
/
+15
2023-10-18
liblzma: Refactor CRC comments.
Jia Tan
2
-72
/
+53
2023-10-18
liblzma: Create crc_clmul.c.
Jia Tan
5
-420
/
+435
2023-10-18
liblzma: Define CRC_USE_IFUNC in crc_common.h.
Jia Tan
3
-4
/
+7
2023-10-13
liblzma: Added crc32_clmul to crc32_fast.c.
Hans Jansen
2
-11
/
+255
2023-10-13
liblzma: Moved CLMUL CRC logic to crc_common.h.
Hans Jansen
2
-247
/
+240
2023-10-13
liblzma: Rename crc_macros.h to crc_common.h.
Hans Jansen
4
-4
/
+4
2023-09-26
liblzma: Update a comment.
Lasse Collin
1
-2
/
+1
2023-09-27
liblzma: Avoid compiler warning without creating extra symbol.
Jia Tan
1
-2
/
+1
2023-09-24
Scripts: Change quoting style from `...' to '...'.
Jia Tan
2
-2
/
+2
2023-09-24
xz: Change quoting style from `...' to '...'.
Jia Tan
7
-18
/
+18
2023-09-24
liblzma: Change quoting style from `...' to '...'.
Jia Tan
7
-24
/
+24
2023-09-24
tuklib_physmem: Comment out support for Windows versions older than 2000.
Lasse Collin
1
-11
/
+9
2023-09-24
sysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO.
Lasse Collin
1
-1
/
+9
2023-09-22
xz: Windows: Don't (de)compress to special files like "con" or "nul".
Lasse Collin
1
-7
/
+28
2023-09-22
MSVC: #define inline and restrict only when needed.
Lasse Collin
1
-5
/
+8
2023-09-22
liblzma: Move a few __attribute__ uses in function declarations.
Lasse Collin
3
-7
/
+10
2023-09-22
xz, xzdec, lzmainfo: Use tuklib_attr_noreturn.
Lasse Collin
7
-25
/
+37
2023-09-22
Remove incorrect uses of __attribute__((__malloc__)).
Lasse Collin
3
-6
/
+6
2023-09-22
tuklib: Update tuklib_attr_noreturn for C11/C17 and C23.
Lasse Collin
2
-3
/
+23
2023-09-22
MSVC: xz: Make file_io.c and file_io.h compatible with MSVC.
Lasse Collin
2
-0
/
+36
2023-09-22
MSVC: xz: Use GetTickCount64() to implement mytime_now().
Lasse Collin
1
-2
/
+9
2023-09-22
MSVC: xz: Use _stricmp() instead of strcasecmp() in suffix.c.
Kelvin Lee
1
-2
/
+8
2023-09-22
MSVC: xz: Use _isatty() from <io.h> to implement isatty().
Kelvin Lee
2
-0
/
+10
2023-09-22
MSVC: xz: Use _fileno() instead of fileno().
Kelvin Lee
1
-0
/
+4
2023-09-22
MSVC: xzdec: Use _fileno and _setmode.
Kelvin Lee
1
-0
/
+4
2023-09-22
MSVC: Don't #include <unistd.h>.
Kelvin Lee
2
-2
/
+8
2023-09-14
liblzma: Mark crc64_clmul() with __attribute__((__no_sanitize_address__)).
Lasse Collin
1
-0
/
+8
2023-08-31
xz: Refactor thousand separator detection and disable it on MSVC.
Lasse Collin
1
-44
/
+45
2023-08-31
xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.
Lasse Collin
2
-5
/
+4
2023-08-28
liblzma: Update assert in vli_ceil4().
Jia Tan
1
-1
/
+1
2023-08-28
liblzma: Add overflow check for Unpadded size in lzma_index_append().
Jia Tan
1
-0
/
+6
2023-08-08
mythread.h: Fix typo error in Vista threads mythread_once().
Jamaika1
1
-1
/
+1
2023-08-02
xz: Omit an empty paragraph on the man page.
Lasse Collin
1
-1
/
+0
2023-08-01
mythread.h: Disable signal functions in builds targeting Wasm + WASI.
ChanTsune
1
-1
/
+1
2023-07-31
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
12
-21
/
+21
2023-07-24
liblzma: Prevent an empty translation unit in Windows builds.
Jia Tan
1
-1
/
+5
2023-07-19
liblzma: Suppress -Wunused-function warning.
Jia Tan
1
-0
/
+10
2023-07-18
liblzma: Reword lzma_str_list_filters() documentation.
Jia Tan
1
-1
/
+1
2023-07-18
liblzma: Improve comment in string_conversion.c.
Jia Tan
1
-2
/
+2
2023-07-18
xz: Translate the second "%s: " in message.c since French needs "%s : ".
Lasse Collin
1
-1
/
+1
2023-07-18
xz: Make "%s: %s" translatable because French needs "%s : %s".
Lasse Collin
4
-14
/
+18
2023-07-18
liblzma: Tweak #if condition in memcmplen.h.
Lasse Collin
1
-2
/
+2
2023-07-18
liblzma: Omit unnecessary parenthesis in a preprocessor directive.
Lasse Collin
1
-2
/
+2
2023-07-18
xz: Update Authors list in a few files.
Jia Tan
5
-5
/
+10
2023-07-17
xz: Fix typo in man page.
Jia Tan
1
-1
/
+1
2023-07-17
xz: Minor clean up for coder.c
Jia Tan
1
-32
/
+21
2023-07-17
xz: Update man page Authors and date.
Jia Tan
1
-2
/
+3
2023-07-17
xz: Add a section to man page for robot mode --filters-help.
Jia Tan
1
-2
/
+30
2023-07-17
xz: Slight reword in xz man page for consistency.
Jia Tan
1
-1
/
+1
2023-07-17
xz: Reorder robot mode subsections in the man page.
Jia Tan
1
-96
/
+96
2023-07-17
xz: Update man page for new --filters-help option.
Jia Tan
1
-0
/
+10
2023-07-17
xz: Add a new --filters-help option.
Jia Tan
3
-0
/
+43
2023-07-17
xz: Update the man page for --block-list and --filtersX
Jia Tan
1
-26
/
+80
2023-07-17
xz: Update --long-help for the new --filtersX option.
Jia Tan
1
-2
/
+10
2023-07-17
xz: Ignore filter chains that are set but never used in --block-list.
Jia Tan
1
-18
/
+48
2023-07-17
xz: Set the Block size for mt encoding correctly.
Jia Tan
1
-1
/
+67
2023-07-17
xz: Validate --flush-timeout for all specified filter chains.
Jia Tan
1
-8
/
+16
2023-07-17
xz: Allows --block-list filters to scale down memory usage.
Jia Tan
1
-55
/
+214
2023-07-17
xz: Do not include block splitting if encoders are disabled.
Jia Tan
1
-9
/
+20
2023-07-17
xz: Free filters[] in debug mode.
Jia Tan
1
-0
/
+10
2023-07-17
xz: Add a message if --block-list is used outside of xz compresssion.
Jia Tan
1
-0
/
+11
2023-07-17
xz: Create command line options for filters[1-9].
Jia Tan
3
-60
/
+230
2023-07-17
xz: Use lzma_filters_free() in forget_filter_chain().
Jia Tan
1
-8
/
+10
2023-07-17
xz: Separate string to filter conversion into a helper function.
Jia Tan
1
-13
/
+20
2023-07-17
xz: Update --long-help and man page for new --filters option.
Jia Tan
2
-5
/
+42
2023-07-17
xz: Add --filters option to CLI.
Jia Tan
3
-4
/
+58
2023-07-08
liblzma: Remove non-portable empty initializer.
Jia Tan
1
-1
/
+1
2023-06-29
liblzma: Prevent uninitialzed warning in mt stream encoder.
Jia Tan
1
-1
/
+1
2023-06-28
liblzma: Prevent warning for MSYS2 Windows build.
Jia Tan
1
-2
/
+4
2023-06-27
liblzma: Add ifunc implementation to crc64_fast.c.
Lasse Collin
1
-9
/
+26
2023-05-13
liblzma: Slightly rewords lzma_str_list_filters() documentation.
Jia Tan
1
-1
/
+1
2023-05-12
liblzma: Adds lzma_nothrow to MicroLZMA API functions.
Jia Tan
1
-2
/
+3
2023-05-11
liblzma: Exports lzma_mt_block_size() as an API function.
Jia Tan
7
-22
/
+61
2023-05-11
liblzma: Creates IS_ENC_DICT_SIZE_VALID() macro.
Jia Tan
2
-3
/
+9
2023-05-04
tuklib_integer.h: Reverts previous commit.
Jia Tan
1
-2
/
+2
2023-05-04
tuklib_integer.h: Changes two other UINT_MAX == UINT32_MAX to >=.
Jia Tan
1
-2
/
+2
2023-05-03
tuklib_integer.h: Fix a recent copypaste error in Clang detection.
Lasse Collin
1
-2
/
+2
2023-04-19
Windows: Include <intrin.h> when needed.
Jia Tan
2
-0
/
+16
2023-04-19
tuklib_integer: Use __builtin_clz() with Clang.
Jia Tan
1
-3
/
+3
2023-04-14
liblzma: Update project maintainers in lzma.h.
Lasse Collin
1
-1
/
+1
2023-04-13
liblzma: Cleans up old commented out code.
Jia Tan
1
-11
/
+0
2023-03-23
Build: Removes redundant check for LZMA1 filter support.
Jia Tan
1
-4
/
+1
2023-03-19
liblzma: Silence -Wsign-conversion in SSE2 code in memcmplen.h.
Lasse Collin
1
-1
/
+2
2023-03-18
Change a few HTTP URLs to HTTPS.
Lasse Collin
3
-6
/
+6
2023-03-17
liblzma: Remove note from lzma_options_bcj about the ARM64 exception.
Jia Tan
1
-1
/
+1
2023-03-17
liblzma: Add set lzma.h as the main page for Doxygen documentation.
Jia Tan
15
-29
/
+2
[next]