summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and soname for 5.2.7.v5.2.7Lasse Collin2022-09-302-2/+2
* Add NEWS for 5.2.7.Lasse Collin2022-09-301-0/+74
* liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug.Lasse Collin2022-09-301-0/+11
* liblzma: Add dest and src NULL checks to lzma_index_cat.Jia Tan2022-09-291-0/+3
* Tests: Create a test for the lzma_index_cat bug.Jia Tan2022-09-291-1/+42
* liblzma: Fix copying of check type statistics in lzma_index_cat().Jia Tan2022-09-291-1/+6
* tuklib_physmem: Fix Unicode builds on Windows.Lasse Collin2022-09-291-1/+1
* liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR.Lasse Collin2022-09-291-3/+13
* liblzma: Stream decoder: Fix comments.Lasse Collin2022-09-291-7/+5
* Update THANKS.Lasse Collin2022-09-171-0/+1
* xzgrep: Fix compatibility with old shells.Lasse Collin2022-09-171-3/+3
* liblzma: lzma_filters_copy: Keep dest[] unmodified if an error occurs.Lasse Collin2022-09-172-7/+15
* Tests: Add a test file for lzma_index_append() integer overflow bug.Lasse Collin2022-09-173-0/+18
* liblzma: lzma_index_append: Add missing integer overflow check.Jia Tan2022-09-171-0/+4
* Update THANKS.Lasse Collin2022-09-161-0/+1
* liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.Lasse Collin2022-09-1610-15/+374
* CMake: Clarify a comment about Windows symlinks without file extension.Jia Tan2022-09-161-4/+3
* CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep.Lasse Collin2022-09-161-5/+19
* CMake: Add xz symlinks.Lasse Collin2022-09-161-1/+37
* CMake: Put xz man page install under if(UNIX) like is for xzdec.Lasse Collin2022-09-161-3/+5
* Translations: Add Turkish translation.Lasse Collin2022-09-162-0/+978
* Build: Include the CMake files in the distribution.Lasse Collin2022-08-181-0/+2
* Windows: Fix broken liblzma.dll build with Visual Studio project files.Lasse Collin2022-08-183-0/+18
* Bump version and soname for 5.2.6.v5.2.6Lasse Collin2022-08-122-2/+2
* Add NEWS for 5.2.6.Lasse Collin2022-08-121-0/+226
* Add Jia Tan to AUTHORS.Lasse Collin2022-08-121-1/+1
* Translations: Change the copyright comment string to use with po4a.Lasse Collin2022-07-251-1/+1
* liblzma: Refactor lzma_mf_is_supported() to use a switch-statement.Jia Tan2022-07-251-18/+14
* Build: Don't allow empty LIST in --enable-match-finders=LIST.Jia Tan2022-07-251-0/+4
* xz: Make --keep accept symlinks, hardlinks, and setuid/setgid/sticky.Lasse Collin2022-07-242-5/+20
* xzgrep man page: Document exit statuses.Lasse Collin2022-07-241-1/+14
* xzgrep: Improve error handling, especially signals.Lasse Collin2022-07-241-19/+53
* xzgrep: Make the fix for ZDI-CAN-16587 more robust.Lasse Collin2022-07-241-1/+4
* xzgrep: Use grep -H --label when available (GNU, *BSDs).Lasse Collin2022-07-241-0/+21
* xzgrep: Use -e to specify the pattern to grep.Lasse Collin2022-07-241-8/+4
* Scripts: Use printf instead of echo in a few places.Lasse Collin2022-07-244-11/+11
* xzgrep: Add more LC_ALL=C to avoid bugs with multibyte characters.Lasse Collin2022-07-241-6/+8
* xzgrep: Fix parsing of certain options.Lasse Collin2022-07-241-2/+17
* Tests: Add the .lzma files to test_files.sh.Lasse Collin2022-07-241-0/+20
* Tests: Add .lzma test files.Lasse Collin2022-07-249-13/+50
* liblzma: Rename a variable and improve a comment.Lasse Collin2022-07-241-4/+9
* Update THANKS.Lasse Collin2022-07-241-0/+1
* liblzma: Add optional autodetection of LZMA end marker.Lasse Collin2022-07-246-38/+94
* Tests: Add test file good-1-empty-bcj-lzma2.xz.Lasse Collin2022-07-242-0/+5
* Update THANKS.Lasse Collin2022-07-121-0/+1
* xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587).Lasse Collin2022-07-121-8/+12
* Update THANKS.Lasse Collin2022-07-121-0/+1
* liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK.Lasse Collin2022-07-121-3/+0
* liblzma: Index hash: Change return value type of hash_append() to void.Lasse Collin2022-07-121-6/+5
* liblzma: Minor addition to lzma_vli_size() API doc.Lasse Collin2022-07-121-0/+2