aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
jiatan/v5.6.0/autofooCVE-2024-3094: import xz-5.6.0.tar.xzBertrand Jacquin7 months
jiatan/v5.6.0/tarCVE-2024-3094: xz-5.6.0.tarBertrand Jacquin7 months
jiatan/v5.6.0/unpackCVE-2024-3094: import xz-5.6.0.tar.xzBertrand Jacquin7 months
jiatan/v5.6.1/autofooCVE-2024-3094: import xz-5.6.1.tar.xzBertrand Jacquin7 months
jiatan/v5.6.1/tarCVE-2024-3094: xz-5.6.1.tarBertrand Jacquin7 months
jiatan/v5.6.1/unpackCVE-2024-3094: import xz-5.6.1.tar.xzBertrand Jacquin7 months
larhzu/masterTests: test_microlzma: Add a "FIXME?" about LZMA_FINISH handlingLasse Collin7 months
larhzu/v5.2Bump version and soname for 5.2.12.Jia Tan18 months
larhzu/v5.4Bump version and soname for 5.4.6.Jia Tan9 months
larhzu/v5.6Update THANKS.Lasse Collin7 months
[...]
 
TagDownloadAuthorAge
jiatan/v5.6.1xz-jiatan/v5.6.1.tar.xz  Jia Tan8 months
jiatan/v5.6.0xz-jiatan/v5.6.0.tar.xz  Jia Tan9 months
larhzu/v5.5.2betaxz-larhzu/v5.5.2beta.tar.xz  Jia Tan9 months
larhzu/v5.4.6xz-larhzu/v5.4.6.tar.xz  Jia Tan9 months
larhzu/v5.5.1alphaxz-larhzu/v5.5.1alpha.tar.xz  Jia Tan9 months
larhzu/v5.4.5xz-larhzu/v5.4.5.tar.xz  Jia Tan12 months
larhzu/v5.4.4xz-larhzu/v5.4.4.tar.xz  Jia Tan15 months
larhzu/v5.4.3xz-larhzu/v5.4.3.tar.xz  Jia Tan18 months
larhzu/v5.2.12xz-larhzu/v5.2.12.tar.xz  Jia Tan18 months
larhzu/v5.4.2xz-larhzu/v5.4.2.tar.xz  Jia Tan20 months
[...]
 
AgeCommit messageAuthorFilesLines
2018-04-29Bump the version number to 5.3.1alpha.larhzu/v5.3.1alphaLasse Collin2-2/+2
2018-04-29extra/scanlzma: Fix compiler warnings.Lasse Collin1-1/+5
2018-04-29DOS: Add file_info.c to the list of files to build.Lasse Collin1-0/+1
2018-04-29Update NEWS for 5.3.1alpha.Lasse Collin1-0/+11
2018-04-29Add NEWS for 5.2.4.Lasse Collin1-0/+27
2018-02-06Update THANKS.Lasse Collin1-0/+2
2018-02-06nothrow: use noexcept for C++11 and newerBen Boeckel1-1/+5
2018-02-06liblzma: Remove incorrect #ifdef from range_common.h.Lasse Collin1-3/+1
2018-01-10Update THANKS.Lasse Collin1-0/+1
2018-01-10tuklib_integer: New Intel C compiler needs immintrin.h.Lasse Collin1-0/+11
2017-09-24Update THANKS.Lasse Collin1-0/+1
2017-09-16Windows: Fix paths in VS project files.Lasse Collin4-36/+36
2017-09-16Windows: Update VS2017 project files to include file info decoder.Lasse Collin2-0/+4
2017-09-16Windows: Add project files for VS2017.Lasse Collin4-0/+935
2017-09-16Windows: Update VS2013 project files to include file info decoder.Lasse Collin2-0/+4
2017-09-16Windows: Move VS2013 files into windows/vs2013 directory.Lasse Collin4-279/+279
2017-08-14Fix or hide warnings from GCC 7's -Wimplicit-fallthrough.Lasse Collin2-0/+8
2017-05-23Docs: Fix a typo in a comment in doc/examples/02_decompress.c.Alexey Tourbin1-1/+1
2017-05-23xz: Fix "xz --list --robot missing_or_bad_file.xz".Lasse Collin1-2/+6
2017-04-24Docs: Add doc/examples/11_file_info.c.Lasse Collin2-1/+208
2017-04-24Build: Omit pre-5.0.0 entries from the generated ChangeLog.Lasse Collin1-1/+2
2017-04-24xz: Use lzma_file_info_decoder() for --list.Lasse Collin1-210/+44
2017-04-24liblzma: Add lzma_file_info_decoder().Lasse Collin4-1/+928
2017-04-24Update the Git repository URL to HTTPS in ChangeLog.Lasse Collin1-1/+1
2017-04-21liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos.Lasse Collin3-11/+11
2017-04-19Update the home page URLs to HTTPS.Lasse Collin10-14/+14
2017-04-05xz: Add io_seek_src().Lasse Collin2-3/+30
2017-03-30xz: Use POSIX_FADV_RANDOM for in "xz --list" mode.Lasse Collin1-2/+8
2017-03-30liblzma: Make lzma_index_decoder_init() visible to other liblzma funcs.Lasse Collin3-5/+30
2017-03-30liblzma: Add generic support for input seeking (LZMA_SEEK).Lasse Collin3-2/+42
2017-03-30liblzma: Fix lzma_memlimit_set(strm, 0).Lasse Collin3-3/+13
2017-03-30liblzma: Similar memlimit fix for stream_, alone_, and auto_decoder.Lasse Collin4-16/+20
2017-03-30liblzma: Fix handling of memlimit == 0 in lzma_index_decoder().Lasse Collin2-9/+13
2016-12-30Update NEWS for 5.2.3.Lasse Collin1-0/+39
2016-12-26Document --enable-sandbox configure option in INSTALL.Lasse Collin1-0/+23
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin35-423/+532
2016-10-24Update THANKS.Lasse Collin1-0/+1
2016-10-24tuklib_cpucores: Add support for sched_getaffinity().Lasse Collin2-1/+38
2016-06-30xz: Fix copying of timestamps on Windows.Lasse Collin2-1/+19
2016-06-16xz: Silence warnings from -Wlogical-op.Lasse Collin1-2/+10
2016-04-10Build: Fix = to += for xz_SOURCES in src/xz/Makefile.am.Lasse Collin1-1/+1
2016-04-10Build: Bump GNU Gettext version requirement to 0.19.Lasse Collin1-1/+1
2016-03-13liblzma: Disable external SHA-256 by default.Lasse Collin3-49/+79
2016-03-10Update THANKS.Lasse Collin1-0/+1
2016-03-10Build: Avoid SHA256_Init on FreeBSD and MINIX 3.Lasse Collin1-6/+21
2015-11-08tuklib_physmem: Hopefully silence a warning on Windows.Lasse Collin1-1/+2
2015-11-04Update THANKS.Lasse Collin1-0/+1
2015-11-04liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma.Lasse Collin1-0/+4
2015-11-03liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c.Lasse Collin2-2/+2
2015-11-03Build: Disable xzdec, lzmadec, and lzmainfo when they cannot be built.Lasse Collin1-0/+3
[...]
 
Clone
https://git.pants-on.net/xz.git