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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-07
liblzma: Adjust documentation in bcj.h for consistent style.
Jia Tan
1
-21
/
+22
2023-03-07
liblzma: Rename field => member in documentation.
Jia Tan
7
-95
/
+95
2023-03-07
liblzma: Silence a warning from MSVC.
Lasse Collin
1
-1
/
+1
2023-03-07
liblzma: Improve documentation for stream_flags.h
Jia Tan
1
-30
/
+46
2023-02-15
liblzma: Improve documentation in lzma12.h.
Jia Tan
1
-9
/
+23
2023-02-15
liblzma: Improve documentation in check.h.
Jia Tan
1
-13
/
+28
2023-02-15
liblzma: Improve documentation in index.h
Jia Tan
1
-51
/
+126
2023-02-15
liblzma: Reword a comment in index.h.
Jia Tan
1
-2
/
+2
2023-02-15
liblzma: Omit lzma_index_iter's internal field from Doxygen docs.
Jia Tan
1
-1
/
+8
2023-02-15
liblzma: Fix documentation for LZMA_MEMLIMIT_ERROR.
Jia Tan
1
-1
/
+1
2023-02-15
liblzma: Improve documentation for base.h.
Jia Tan
1
-5
/
+25
2023-02-15
liblzma: Minor improvements to vli.h.
Jia Tan
1
-7
/
+8
2023-02-15
liblzma: Add comments for macros in delta.h.
Jia Tan
1
-0
/
+8
2023-02-15
liblzma: Improve documentation in index_hash.h.
Jia Tan
1
-9
/
+27
2023-02-03
liblzma: Fix bug in lzma_str_from_filters() not checking filters[] length.
Jia Tan
1
-0
/
+7
2023-02-03
Tests: Create test_filter_str.c.
Jia Tan
3
-0
/
+596
2023-02-03
liblzma: Fix typos in comments in string_conversion.c.
Jia Tan
1
-2
/
+2
2023-02-03
liblzma: Clarify block encoder and decoder documentation.
Jia Tan
1
-4
/
+11
2023-02-03
Update lzma_block documentation for lzma_block_uncomp_encode().
Jia Tan
1
-0
/
+3
2023-02-03
liblzma: Minor edits to lzma_block header_size documentation.
Jia Tan
1
-1
/
+2
2023-02-03
liblzma: Enumerate functions that read version in lzma_block.
Jia Tan
1
-2
/
+11
2023-02-03
liblzma: Clarify comment in block.h.
Jia Tan
1
-1
/
+2
2023-02-03
liblzma: Improve documentation for block.h.
Jia Tan
1
-21
/
+75
2023-02-03
liblzma: Clarify a comment about LZMA_STR_NO_VALIDATION.
Jia Tan
1
-2
/
+3
2023-02-03
Translations: Add Brazilian Portuguese translation of man pages.
Jia Tan
2
-1
/
+3678
2023-02-03
liblzma: Fix documentation in filter.h for lzma_str_to_filters()
Jia Tan
1
-1
/
+1
2023-02-03
xz: Refactor duplicated check for custom suffix when using --format=raw
Jia Tan
3
-18
/
+24
2023-02-03
liblzma: Set documentation on all reserved fields to private.
Jia Tan
7
-0
/
+173
2023-02-03
liblzma: Highlight liblzma API headers should not be included directly.
Jia Tan
14
-28
/
+42
2023-02-03
tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64.
Jia Tan
1
-0
/
+18
2023-02-03
xz: Add missing comment for coder_set_compression_settings()
Jia Tan
1
-1
/
+2
2023-02-03
xz: Do not set compression settings with raw format in list mode.
Jia Tan
1
-1
/
+2
2023-02-03
Translations: Update the Brazilian Portuguese translation.
Jia Tan
1
-259
/
+344
2023-02-03
Build: Omit -Wmissing-noreturn from the default warnings.
Lasse Collin
1
-1
/
+0
2023-02-03
xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1).
Lasse Collin
1
-1
/
+1
2023-02-03
xz: Silence warnings from -Wsign-conversion in a 32-bit build.
Lasse Collin
2
-3
/
+3
2023-02-03
liblzma: Silence another warning from -Wsign-conversion in a 32-bit build.
Lasse Collin
1
-3
/
+4
2023-02-03
liblzma: Silence a warning from -Wsign-conversion in a 32-bit build.
Lasse Collin
1
-2
/
+2
2023-02-03
Build: Make configure add more warning flags for GCC and Clang.
Lasse Collin
1
-5
/
+31
2023-02-03
Tests: Fix warnings from clang --Wassign-enum.
Lasse Collin
4
-8
/
+17
2023-02-03
Tests: Silence warnings from -Wsign-conversion.
Lasse Collin
2
-8
/
+8
2023-02-03
liblzma: Silence warnings from clang -Wconditional-uninitialized.
Lasse Collin
2
-4
/
+6
2023-02-03
Fix warnings from clang -Wdocumentation.
Lasse Collin
3
-8
/
+4
2023-02-03
Tests: test_lzip_decoder: Remove trailing white-space.
Lasse Collin
1
-2
/
+2
2023-02-03
Tests: test_lzip_decoder: Silence warnings from -Wsign-conversion.
Lasse Collin
1
-6
/
+7
2023-01-11
Bump version and soname for 5.4.1.
larhzu/v5.4.1
Lasse Collin
2
-2
/
+2
2023-01-11
Add NEWS for 5.4.1.
Jia Tan
1
-0
/
+70
2023-01-11
sysdefs.h: Don't include strings.h anymore.
Lasse Collin
1
-6
/
+0
2023-01-11
xz: Include <strings.h> in suffix.c if needed for strcasecmp().
Lasse Collin
1
-0
/
+3
2023-01-11
xz: Fix warning -Wformat-nonliteral on clang in message.c.
Jia Tan
1
-0
/
+9
2023-01-11
Tests: Fix test_filter_flags copy/paste error.
Jia Tan
1
-2
/
+2
2023-01-11
Tests: Fix type-limits warning in test_filter_flags.
Jia Tan
1
-3
/
+10
2023-01-11
liblzma: CLMUL CRC64: Work around a bug in MSVC, second attempt.
Lasse Collin
1
-0
/
+18
2023-01-11
Tests: Fix unused function warning in test_block_header.
Jia Tan
1
-0
/
+4
2023-01-11
Tests: Fix unused function warning in test_index_hash.
Jia Tan
1
-3
/
+1
2023-01-11
Windows: Update INSTALL-MSVC.txt to recommend CMake over project files.
Lasse Collin
1
-7
/
+12
2023-01-10
Revert "liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022)."
Lasse Collin
1
-6
/
+0
2023-01-10
sysdefs.h: Fix a comment.
Lasse Collin
1
-1
/
+1
2023-01-10
sysdefs.h: Don't include memory.h anymore even if it were available.
Lasse Collin
1
-6
/
+2
2023-01-10
CMake/Windows: Add a workaround for windres from GNU binutils.
Lasse Collin
1
-1
/
+31
2023-01-09
Tests: test_filter_flags: Clean up minor issues.
Lasse Collin
1
-75
/
+78
2023-01-09
Tests: Refactors existing filter flags tests.
Jia Tan
1
-198
/
+457
2023-01-09
Tests: tuktest.h: Support tuktest_malloc(0).
Lasse Collin
1
-2
/
+2
2023-01-09
CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.
Lasse Collin
1
-1
/
+1
2023-01-09
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-01-09
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-01-09
CMake: Fix a copypaste error in xzdec Windows resource file handling.
Lasse Collin
1
-2
/
+2
2023-01-09
CMake/Windows: Add resource files to xz.exe and xzdec.exe.
Lasse Collin
1
-0
/
+16
2023-01-09
liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022).
Lasse Collin
1
-0
/
+6
2023-01-09
Build: Require that _mm_set_epi64x() is usable to enable CLMUL support.
Lasse Collin
2
-3
/
+8
2023-01-09
Tests: Creates test_index_hash.c
Jia Tan
4
-0
/
+394
2023-01-09
liblzma: Remove common.h include from common/index.h.
Jia Tan
4
-2
/
+10
2023-01-09
liblzma: Add NULL check to lzma_index_hash_append.
Jia Tan
1
-1
/
+1
2023-01-09
liblzma: Replaced hardcoded 0x0 index indicator byte with macro
Jia Tan
6
-5
/
+9
2023-01-09
Style: Change #if !defined() to #ifndef in mythread.h.
Jia Tan
1
-1
/
+1
2023-01-09
Build: Add missing stream_decoder_mt.c to .vcxproj files.
Jia Tan
6
-0
/
+6
2023-01-04
Update THANKS.
Lasse Collin
1
-0
/
+1
2023-01-04
Tests: Adjust style in test_compress.sh.
Lasse Collin
1
-5
/
+7
2023-01-05
Tests: Replace non portable shell parameter expansion
Jia Tan
4
-10
/
+16
2023-01-05
Translations: Add Korean translation of man pages.
Jia Tan
2
-1
/
+5553
2023-01-05
Translations: Update the Esperanto translation.
Jia Tan
1
-288
/
+332
2023-01-05
Build: Fix config.h comments.
Lasse Collin
2
-2
/
+2
2023-01-05
Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1.
Jia Tan
4
-6
/
+8
2023-01-05
Tests: test_check: Test corner cases of CLMUL CRC64.
Lasse Collin
1
-0
/
+27
2023-01-05
Tests: Clarify a comment in test_lzip_decoder.c.
Lasse Collin
1
-2
/
+6
2023-01-05
xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c.
Jia Tan
1
-1
/
+3
2023-01-05
liblzma: Includes sys/time.h conditionally in mythread
Jia Tan
1
-1
/
+7
2023-01-05
Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set.
Jia Tan
4
-11
/
+11
2022-12-28
Translations: Add Ukrainian translations of man pages.
Jia Tan
2
-1
/
+3677
2022-12-28
liblzma: Update documentation for lzma_filter_encoder.
Jia Tan
1
-2
/
+5
2022-12-28
Tests: Adds lzip decoder tests
Jia Tan
3
-0
/
+474
2022-12-20
Doxygen: Update .gitignore for generating docs for in source build.
Jia Cheong Tan
1
-0
/
+2
2022-12-20
liblzma: Fix lzma_microlzma_encoder() return value.
Jia Tan
1
-1
/
+2
2022-12-20
liblzma: Update authors list in arm64.c.
Lasse Collin
1
-0
/
+1
2022-12-16
CMake: Update .gitignore for CMake artifacts from in source build.
Jia Tan
1
-0
/
+23
2022-12-13
Bump version to 5.4.0 and soname to 5.4.0.
larhzu/v5.4.0
Lasse Collin
4
-6
/
+6
2022-12-13
Update INSTALL: CMake on Windows isn't experimental anymore.
Lasse Collin
1
-6
/
+4
2022-12-13
Add NEWS for 5.4.0.
Lasse Collin
1
-0
/
+202
2022-12-13
Fix a typo in NEWS.
Lasse Collin
1
-1
/
+1
2022-12-13
Add NEWS for 5.2.10.
Lasse Collin
1
-0
/
+12
2022-12-13
Tests: Fix a typo in tests/files/README.
Lasse Collin
1
-1
/
+1
2022-12-13
Tests: Add two ARM64 test files.
Lasse Collin
4
-0
/
+12
2022-12-12
Translations: Update the Catalan translation.
Lasse Collin
1
-351
/
+306
2022-12-12
Update THANKS.
Lasse Collin
1
-0
/
+1
2022-12-12
Update AUTHORS.
Lasse Collin
1
-0
/
+12
2022-12-12
Docs: Omit multi-threaded decompress from TODO.
Lasse Collin
1
-2
/
+0
2022-12-11
Docs: Update xz-file-format.txt to 1.1.0 for ARM64 filter.
Lasse Collin
1
-7
/
+22
2022-12-11
xz: Rename --experimental-arm64 to --arm64.
Lasse Collin
1
-1
/
+1
2022-12-11
liblzma: Change LZMA_FILTER_ARM64 to the official Filter ID 0x0A.
Lasse Collin
1
-5
/
+1
2022-12-08
xz: Make args_info.files_name a const pointer.
Lasse Collin
2
-2
/
+2
2022-12-08
xz: Don't modify argv[].
Lasse Collin
1
-4
/
+19
2022-12-08
Translations: Update the German man page translations.
Lasse Collin
1
-3189
/
+1367
2022-12-08
Translations: Update the German translation.
Jia Tan
1
-271
/
+315
2022-12-08
Translations: Update the Turkish translation.
Jia Tan
1
-113
/
+108
2022-12-08
Translations: Update the Croatian translation.
Jia Tan
1
-115
/
+113
2022-12-08
Translations: Add Romanian translation of man pages.
Jia Tan
2
-1
/
+3693
2022-12-08
Translations: Update the Romanian translation.
Jia Tan
1
-147
/
+147
2022-12-08
liblzma: Check for unexpected NULL pointers in block_header_decode().
Lasse Collin
1
-0
/
+4
2022-12-01
Bump version number for 5.3.5beta.
larhzu/v5.3.5beta
Lasse Collin
3
-12
/
+12
2022-12-01
Add NEWS for 5.3.5beta.
Lasse Collin
1
-0
/
+43
2022-12-01
Update THANKS.
Lasse Collin
1
-0
/
+3
2022-12-01
liblzma: Use __has_attribute(__symver__) to fix Clang detection.
Lasse Collin
1
-1
/
+14
2022-12-01
liblzma: Omit zero-skipping from ARM64 filter.
Lasse Collin
2
-59
/
+24
2022-12-01
xz: Omit the special notes about ARM64 filter on the man page.
Lasse Collin
1
-3
/
+2
2022-12-01
liblzma: Don't be over-specific in lzma_str_to_filters API doc.
Lasse Collin
1
-2
/
+1
2022-12-01
liblzma: Silence unused variable warning when BCJ filters are disabled.
Lasse Collin
1
-0
/
+15
2022-12-01
Translations: Update the Chinese (simplified) translation.
Lasse Collin
1
-260
/
+348
2022-11-30
Add NEWS for 5.2.9.
Lasse Collin
1
-0
/
+34
2022-11-30
xz: Remove message_filters_to_str function prototype from message.h.
Jia Tan
1
-16
/
+0
2022-11-30
Change the bug report address.
Lasse Collin
5
-10
/
+9
2022-11-30
Build: Add string_conversion.c to CMake, DOS, and VS files.
Lasse Collin
8
-0
/
+8
2022-11-30
Update to HTTPS URLs in AUTHORS.
Lasse Collin
1
-3
/
+3
2022-11-29
liblzma: Improve documentation for string to filter functions.
Jia Tan
1
-8
/
+9
2022-11-29
liblzma: Two fixes to lzma_str_list_filters() API docs.
Lasse Collin
1
-3
/
+3
2022-11-28
xz: Use lzma_str_from_filters().
Lasse Collin
2
-175
/
+28
2022-11-28
liblzma: Add lzma_str_to_filters, _from_filters, and _list_filters.
Lasse Collin
5
-0
/
+1567
2022-11-28
liblzma: Make lzma_validate_chain() available outside filter_common.c.
Lasse Collin
2
-4
/
+7
2022-11-28
liblzma: Remove lzma_lz_decoder_uncompressed() as it's now unused.
Lasse Collin
2
-17
/
+0
2022-11-28
liblzma: Use LZMA1EXT feature in lzma_microlzma_decoder().
Lasse Collin
1
-7
/
+8
2022-11-28
liblzma: Use LZMA1EXT feature in lzma_alone_decoder().
Lasse Collin
1
-5
/
+13
2022-11-27
liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker.
Lasse Collin
9
-15
/
+204
2022-11-27
liblzma: Avoid unneeded use of void pointer in LZMA decoder.
Lasse Collin
2
-3
/
+2
2022-11-27
liblzma: Pass the Filter ID to LZ encoder and decoder.
Lasse Collin
14
-12
/
+26
2022-11-27
liblzma: Remove two FIXME comments.
Lasse Collin
1
-2
/
+2
2022-11-26
xz: Use lzma_filters_free().
Lasse Collin
1
-6
/
+2
2022-11-26
liblzma: Use lzma_filters_free() in more places.
Lasse Collin
3
-38
/
+8
2022-11-25
liblzma: Omit simple coder init functions if they are disabled.
Lasse Collin
6
-0
/
+24
2022-11-24
xz: Allow nice_len 2 and 3 even if match finder requires 3 or 4.
Lasse Collin
1
-5
/
+0
2022-11-24
liblzma: Allow nice_len 2 and 3 even if match finder requires 3 or 4.
Lasse Collin
3
-8
/
+26
2022-11-24
liblzma: Add lzma_filters_update() support to the multi-threaded encoder.
Lasse Collin
2
-23
/
+109
2022-11-24
Update THANKS.
Lasse Collin
1
-0
/
+1
2022-11-24
Build: Don't put GNU/Linux-specific symbol versions into static liblzma.
Lasse Collin
3
-49
/
+111
2022-11-24
liblzma: Refactor to use lzma_filters_free().
Lasse Collin
2
-21
/
+6
2022-11-24
liblzma: Fix another invalid free() after memory allocation failure.
Lasse Collin
1
-0
/
+4
2022-11-24
liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.
Jia Tan
1
-0
/
+1
2022-11-24
liblzma: Add new API function lzma_filters_free().
Lasse Collin
4
-0
/
+49
2022-11-24
CMake: Don't use symbol versioning with static library.
Lasse Collin
1
-3
/
+7
2022-11-23
liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy().
Lasse Collin
1
-1
/
+2
2022-11-23
liblzma: Fix invalid free() after memory allocation failure.
Lasse Collin
1
-8
/
+31
2022-11-22
liblzma: Fix language in a comment.
Lasse Collin
1
-1
/
+1
2022-11-22
liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB.
Lasse Collin
1
-4
/
+15
2022-11-21
liblzma: Fix two Doxygen commands in the API headers.
Lasse Collin
2
-2
/
+2
2022-11-19
xz: Refactor duplicate code from hardware_memlimit_mtenc_get().
Lasse Collin
1
-1
/
+1
2022-11-19
xz: Add support --threads=+N so that -T+1 gives threaded mode.
Lasse Collin
4
-6
/
+51
2022-11-19
CMake: Adds test_memlimit to CMake tests
Jia Tan
1
-0
/
+1
2022-11-15
Translations: Update the Korean translation.
Lasse Collin
1
-281
/
+371
2022-11-15
Translations: Update the Turkish translation.
Lasse Collin
1
-258
/
+310
2022-11-15
Bump version number for 5.3.4alpha.
larhzu/v5.3.4alpha
Lasse Collin
3
-3
/
+3
2022-11-15
Add NEWS for 5.3.4alpha.
Lasse Collin
1
-0
/
+96
2022-11-15
Add NEWS for 5.2.8.
Lasse Collin
1
-0
/
+79
2022-11-14
Revert "liblzma: Simple/BCJ filters: Allow disabling generic BCJ options."
Lasse Collin
9
-11
/
+10
2022-11-14
Replace the experimental ARM64 filter with a new experimental version.
Lasse Collin
11
-287
/
+147
2022-11-14
liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL.
Lasse Collin
5
-13
/
+554
2022-11-14
Translations: Update the Swedish translation one more time.
Lasse Collin
1
-3
/
+3
2022-11-14
Translations: Update the Swedish translation again.
Lasse Collin
1
-8
/
+8
2022-11-14
Translations: Update the Swedish translation.
Lasse Collin
1
-289
/
+382
2022-11-14
Translations: Update the Ukrainian translation.
Lasse Collin
1
-264
/
+354
2022-11-14
Build: Omit x86_64 from --enable-assembler.
Lasse Collin
1
-4
/
+2
2022-11-14
liblzma: Use __attribute__((__constructor__)) if available.
Lasse Collin
6
-5
/
+59
2022-11-12
Translations: Update the Romanian translation.
Lasse Collin
1
-271
/
+380
2022-11-12
Translations: Update the Hungarian translation.
Lasse Collin
1
-268
/
+357
2022-11-11
Translations: Update the Finnish translation.
Lasse Collin
1
-262
/
+348
2022-11-11
Translations: Update the Croatian translation.
Lasse Collin
1
-299
/
+381
2022-11-11
Translations: Update the Polish translation.
Lasse Collin
1
-260
/
+309
2022-11-11
Translations: Update the Spanish translation.
Lasse Collin
1
-254
/
+344
2022-11-11
Update THANKS.
Lasse Collin
1
-0
/
+1
2022-11-11
liblzma: Fix building with Intel ICC (the classic compiler).
Lasse Collin
1
-1
/
+1
2022-11-11
liblzma: Fix incorrect #ifdef for x86 SSE2 support.
Lasse Collin
1
-2
/
+1
2022-11-11
Add NEWS for 5.2.7 (forgotten cherry-pick from v5.2).
Lasse Collin
1
-0
/
+74
2022-11-11
xzdiff: Add support for .lz files.
Lasse Collin
1
-5
/
+5
2022-11-11
Scripts: Ignore warnings from xz.
Lasse Collin
4
-7
/
+8
2022-11-10
Translations: Rename poa4/fr_FR.po to po4a/fr.po.
Lasse Collin
2
-1
/
+1
2022-11-09
xz: Update the man page about BCJ filters, including upcoming --arm64.
Lasse Collin
1
-37
/
+29
2022-11-09
xz: Add --arm64 to --long-help and omit endianness from ARM(-Thumb).
Lasse Collin
1
-2
/
+3
2022-11-09
Windows: Update the VS project files for ARM64 and .lz support.
Lasse Collin
9
-4
/
+49
2022-11-09
DOS: Update Makefile and config.h to include ARM64 and .lz support.
Lasse Collin
2
-0
/
+11
2022-11-09
CMake: Add lzip decoder files and #define to the build.
Lasse Collin
1
-0
/
+3
2022-11-09
Docs: Update INSTALL and also add new prohibited options to PACKAGERS.
Lasse Collin
2
-8
/
+43
2022-11-09
Tests: Test the .lz files in test_files.sh.
Lasse Collin
1
-0
/
+25
2022-11-09
Tests: Add .lz (lzip) test files.
Lasse Collin
19
-11
/
+98
[next]