summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and soname for 5.2.9.v5.2.9Lasse Collin2022-11-302-2/+2
* Add NEWS for 5.2.9.Lasse Collin2022-11-301-0/+34
* Change the bug report address.Lasse Collin2022-11-305-10/+9
* Update to HTTPS URLs in AUTHORS.Lasse Collin2022-11-301-3/+3
* liblzma: Remove two FIXME comments.Lasse Collin2022-11-291-2/+2
* Build: Don't put GNU/Linux-specific symbol versions into static liblzma.Lasse Collin2022-11-243-49/+111
* CMake: Don't use symbol versioning with static library.Lasse Collin2022-11-241-3/+7
* liblzma: Fix another invalid free() after memory allocation failure.Lasse Collin2022-11-241-0/+4
* liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.Jia Tan2022-11-241-0/+1
* liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy().Lasse Collin2022-11-241-1/+2
* liblzma: Fix invalid free() after memory allocation failure.Lasse Collin2022-11-241-8/+31
* liblzma: Fix language in a comment.Lasse Collin2022-11-241-1/+1
* liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB.Lasse Collin2022-11-241-4/+15
* liblzma: Fix two Doxygen commands in the API headers.Lasse Collin2022-11-242-2/+2
* Bump version and soname for 5.2.8.v5.2.8Lasse Collin2022-11-132-2/+2
* Add NEWS for 5.2.8.Lasse Collin2022-11-131-0/+79
* Update THANKS.Lasse Collin2022-11-111-0/+1
* liblzma: Fix building with Intel ICC (the classic compiler).Lasse Collin2022-11-111-1/+1
* liblzma: Fix incorrect #ifdef for x86 SSE2 support.Lasse Collin2022-11-111-2/+1
* Scripts: Ignore warnings from xz.Lasse Collin2022-11-114-7/+8
* xz: Add comments about stdin and src_st.st_size.Lasse Collin2022-11-112-0/+13
* xz: Fix displaying of file sizes in progress indicator in passthru mode.Lasse Collin2022-11-111-1/+5
* xz: Add a comment why --to-stdout is not in --help.Lasse Collin2022-11-111-0/+3
* Docs: Update faq.txt a little.Lasse Collin2022-11-111-23/+43
* liblzma: Update API docs about decoder flags.Lasse Collin2022-11-111-4/+16
* liblzma: Fix a comment in auto_decoder.c.Lasse Collin2022-11-111-2/+2
* xz: Avoid a compiler warning in progress_speed() in message.c.Jia Tan2022-11-111-6/+3
* Build: Clarify comment in configure.ac about SSE2.Lasse Collin2022-11-111-1/+4
* Build: Remove obsolete commented-out lines from configure.ac.Lasse Collin2022-11-111-4/+0
* Windows: Fix mythread_once() macro with Vista threads.Lasse Collin2022-11-111-3/+4
* CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4.Lasse Collin2022-11-111-0/+5
* Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER.Lasse Collin2022-11-111-1/+1
* Build: Update m4/ax_pthread.m4 from Autoconf Archive.Lasse Collin2022-11-111-7/+22
* xz: Fix --single-stream with an empty .xz Stream.Lasse Collin2022-11-111-0/+9
* xz: Fix decompressor behavior if input uses an unsupported check type.Lasse Collin2022-11-111-4/+15
* xz: Clarify the man page: input file isn't removed if an error occurs.Lasse Collin2022-11-111-2/+3
* xz: If input file cannot be removed, treat it as a warning, not error.Lasse Collin2022-11-111-2/+2
* tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD.Lasse Collin2022-11-112-0/+14
* NEWS: Omit the extra copy of 5.2.5 NEWS.Lasse Collin2022-11-111-105/+0
* Translations: Rename poa4/fr_FR.po to po4a/fr.po.Lasse Collin2022-11-102-1/+1
* Translations: Update Turkish translation.Lasse Collin2022-11-081-1/+1
* Translations: Update Croatian translation.Lasse Collin2022-11-081-94/+96
* 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