aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
jiatan/v5.6.0/autofooCVE-2024-3094: import xz-5.6.0.tar.xzBertrand Jacquin5 months
jiatan/v5.6.0/tarCVE-2024-3094: xz-5.6.0.tarBertrand Jacquin6 months
jiatan/v5.6.0/unpackCVE-2024-3094: import xz-5.6.0.tar.xzBertrand Jacquin5 months
jiatan/v5.6.1/autofooCVE-2024-3094: import xz-5.6.1.tar.xzBertrand Jacquin6 months
jiatan/v5.6.1/tarCVE-2024-3094: xz-5.6.1.tarBertrand Jacquin6 months
jiatan/v5.6.1/unpackCVE-2024-3094: import xz-5.6.1.tar.xzBertrand Jacquin6 months
larhzu/masterTests: test_microlzma: Add a "FIXME?" about LZMA_FINISH handlingLasse Collin5 months
larhzu/v5.2Bump version and soname for 5.2.12.Jia Tan17 months
larhzu/v5.4Bump version and soname for 5.4.6.Jia Tan8 months
larhzu/v5.6Update THANKS.Lasse Collin5 months
[...]
 
TagDownloadAuthorAge
jiatan/v5.6.1xz-jiatan/v5.6.1.tar.xz  Jia Tan6 months
jiatan/v5.6.0xz-jiatan/v5.6.0.tar.xz  Jia Tan7 months
larhzu/v5.5.2betaxz-larhzu/v5.5.2beta.tar.xz  Jia Tan7 months
larhzu/v5.4.6xz-larhzu/v5.4.6.tar.xz  Jia Tan8 months
larhzu/v5.5.1alphaxz-larhzu/v5.5.1alpha.tar.xz  Jia Tan8 months
larhzu/v5.4.5xz-larhzu/v5.4.5.tar.xz  Jia Tan11 months
larhzu/v5.4.4xz-larhzu/v5.4.4.tar.xz  Jia Tan14 months
larhzu/v5.4.3xz-larhzu/v5.4.3.tar.xz  Jia Tan17 months
larhzu/v5.2.12xz-larhzu/v5.2.12.tar.xz  Jia Tan17 months
larhzu/v5.4.2xz-larhzu/v5.4.2.tar.xz  Jia Tan18 months
[...]
 
AgeCommit messageAuthorFilesLines
2024-02-15Bump version for 5.5.2beta.larhzu/v5.5.2betaJia Tan3-4/+4
2024-02-14liblzma: Fix validate_map.sh.Lasse Collin1-1/+1
2024-02-14Build: Start the generated ChangeLog from around 5.4.0 instead of 5.2.0.Lasse Collin1-1/+1
2024-02-14Fixed NEWS for 5.5.2beta.Lasse Collin1-2/+6
2024-02-14liblzma: Silence warnings in --enable-small build.Lasse Collin2-0/+3
2024-02-14Build: Install COPYING.0BSD as part of docs.Lasse Collin1-0/+1
2024-02-14Docs: List COPYING.0BSD in README.Lasse Collin1-0/+1
2024-02-14Docs: Include doc/examples/11_file_info.c in tarballs.Lasse Collin1-0/+1
2024-02-14liblzma: Silence a warning.Lasse Collin1-1/+1
2024-02-14Add NEWS for 5.5.2beta.Lasse Collin1-0/+60
2024-02-14xz: Mention lzmainfo if trying to use 'lzma --list'.Lasse Collin1-2/+14
2024-02-14liblzma: Add comments.Lasse Collin2-2/+18
2024-02-14Scripts: Add lz4 support to xzgrep and xzdiff.Lasse Collin4-10/+19
2024-02-14liblzma: Choose the range decoder variants using a bitmask macro.Lasse Collin1-11/+53
2024-02-14xz: Fix outdated threading related info on the man page.Lasse Collin1-8/+14
2024-02-14liblzma: Range decoder: Add x86-64 inline assembly.Lasse Collin1-0/+491
2024-02-14liblzma: Range decoder: Add branchless C code.Lasse Collin1-0/+76
2024-02-14liblzma: Clarify a comment.Lasse Collin1-3/+6
2024-02-14liblzma: LZMA decoder: Optimize loop comparison.Lasse Collin2-4/+11
2024-02-14liblzma: Optimize literal_subcoder() macro slightly.Lasse Collin5-22/+24
2024-02-14liblzma: LZ decoder: Add unlikely().Lasse Collin1-1/+1
2024-02-14liblzma: LZ decoder: Remove a useless unlikely().Lasse Collin1-1/+1
2024-02-14liblzma: Optimize LZ decoder slightly.Lasse Collin3-60/+88
2024-02-14liblzma: LZMA decoder: Get rid of next_state[].Lasse Collin3-24/+24
2024-02-14liblzma: LZMA decoder improvements.Lasse Collin3-200/+210
2024-02-14liblzma: Creates Non-resumable and Resumable modes for lzma_decoder.Jia Tan2-213/+521
2024-02-14liblzma: Creates separate "safe" range decoder mode.Jia Tan2-103/+82
2024-02-14doxygen/footer.html: Add missing closing tags and don't open a new tab.Lasse Collin1-2/+4
2024-02-14Tweak the expressions in AUTHORS.Lasse Collin1-8/+23
2024-02-14Translations: Add the man page translators into man page header comment.Lasse Collin3-7/+26
2024-02-14Translations: Translate also messages of lzmainfo.Lasse Collin1-0/+2
2024-02-14Translations: Add custom .pot header with SPDX license identifier.Lasse Collin3-0/+16
2024-02-14Translations: po4a/update-po: Add copyright notice to xz-man.pot.Lasse Collin1-1/+1
2024-02-14Update COPYING about the man pages of the scripts.Lasse Collin1-3/+3
2024-02-14xzdiff, xzgrep, and xzmore: Rewrite the man pages.Lasse Collin3-116/+173
2024-02-14xzless: Update man page slightly.Lasse Collin1-4/+4
2024-02-14Translations: Change po/Makevars to add a copyright notice to po/xz.pot.Lasse Collin1-2/+2
2024-02-14Translations: Update po/Makevars to use the template from gettext 0.22.4.Lasse Collin1-5/+46
2024-02-14liblzma: Include the SPDX license identifier 0BSD to generated files.Lasse Collin11-26/+50
2024-02-14liblzma: Fix compilation of price_tablegen.c.Lasse Collin2-1/+9
2024-02-14Add SPDX license identifiers to GPL, LGPL, and FSFULLR files.Lasse Collin22-6/+37
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin290-58/+588
2024-02-14liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h.Lasse Collin1-6/+4
2024-02-14Change most public domain parts to 0BSD.Lasse Collin288-911/+100
2024-02-14Fix SHA-256 authors.Lasse Collin2-14/+6
2024-02-14Remove macosx/build.sh.Lasse Collin2-114/+0
2024-02-14Doc: Remove doc/examples_old.Lasse Collin3-255/+0
2024-02-13Tests: Add RISC-V filter support in a few places.Jia Tan2-0/+12
2024-02-13liblzma: Fix build error if only RISC-V BCJ filter is enabled.Jia Tan1-1/+3
2024-02-13Translations: Update the Korean translation.Jia Tan1-242/+284
[...]
 
Clone
https://git.pants-on.net/xz.git