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
2013-06-30Man pages: Use similar syntax for synopsis as in xz.larhzu/v5.0.5Lasse Collin3-10/+10
2013-06-30Update NEWS for 5.0.5.Lasse Collin1-0/+52
2013-06-30Bump version and soname for 5.0.5.Lasse Collin2-2/+2
2013-06-28xz: Fix return value type in io_write_buf().Lasse Collin1-1/+1
2013-06-28xz: Remove an outdated NetBSD-specific comment.Lasse Collin1-4/+0
2013-06-28xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls.Lasse Collin1-4/+4
2013-06-28xz: Fix use of wrong variable in a fcntl() call.Lasse Collin1-11/+13
2013-06-26xz: Check the value of lzma_stream_flags.version in --list.Lasse Collin1-0/+14
2013-06-26Build: Require Automake 1.12 and use serial-tests option.Lasse Collin1-1/+3
2013-06-26xz: Validate Uncompressed Size from Block Header in list.c.Lasse Collin1-1/+13
2013-06-26Update THANKS.Lasse Collin1-0/+2
2013-06-26xz: Make the man page more friendly to doclifter.Lasse Collin1-3/+4
2013-06-26xz: A couple of man page fixes.Lasse Collin1-12/+23
2013-06-26xz: Fix interaction between preset and custom filter chains.Lasse Collin1-14/+21
2013-06-26xz: Change size_t to uint32_t in a few places.Lasse Collin2-4/+4
2013-06-26Build: Use -Wvla with GCC if supported.Lasse Collin1-0/+1
2013-06-26xzdec: Improve the --help message.Lasse Collin1-5/+5
2013-04-05Update THANKS.Lasse Collin1-0/+2
2013-04-05xzgrep: make the '-h' option to be --no-filename equivalentJeff Bastian1-1/+1
2013-04-05liblzma: Be less picky in lzma_alone_decoder().Lasse Collin3-11/+18
2013-04-05Avoid unneeded use of awk in xzless.Lasse Collin1-2/+1
2012-12-15xzless: Make "less -V" parsing more robustJonathan Nieder1-1/+2
2012-12-15xz: Fix the note about --rsyncable on the man page.Lasse Collin1-8/+9
2012-12-15xz: Improve handling of failed realloc in xrealloc.Lasse Collin1-2/+12
2012-12-15A few typo fixes to comments and the xz man page.Lasse Collin3-4/+3
2012-08-02Build: Bump gettext version requirement to 0.18.Lasse Collin1-1/+1
2012-07-05Tests: Remove tests/test_block.c that had gotten committed accidentally.Lasse Collin1-52/+0
2012-07-05Build: Include macosx/build.sh in the distribution.Lasse Collin1-0/+1
2012-07-05Docs: Fix the name LZMA Utils -> XZ Utils in debug/README.Lasse Collin1-1/+1
2012-07-05Include debug/translation.bash in the distribution.Lasse Collin2-2/+5
2012-06-22xz: Update man page date to match the latest update.larhzu/v5.0.4Lasse Collin1-1/+1
2012-06-22Bump version and soname for 5.0.4.Lasse Collin2-2/+2
2012-06-22Update NEWS for 5.0.4.Lasse Collin1-6/+19
2012-06-22Docs: Language fix to 01_compress_easy.c.Lasse Collin1-1/+1
2012-06-22Fix the top-level Makefile.am for the new example programs.Lasse Collin1-2/+10
2012-06-22Docs: Add new example programs.Lasse Collin5-0/+827
2012-06-22Docs: Move xz_pipe_comp.c and xz_pipe_decomp.c to doc/examples_old.Lasse Collin2-0/+0
2012-06-22Docs: Fix a bug in xz_pipe_decomp.c example program.Lasse Collin1-1/+9
2012-05-31Translations: Update the Italian translation.Lasse Collin1-165/+146
2012-05-30Translations: Update the French translation.Lasse Collin1-119/+118
2012-05-29Translations: Update the German translation.Lasse Collin1-78/+91
2012-05-29Translations: Update Polish translation.Lasse Collin1-68/+82
2012-05-29Preliminary NEWS for 5.0.4.Lasse Collin1-0/+24
2012-05-29liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin3-2/+116
2012-05-29Update THANKS.Lasse Collin1-0/+1
2012-05-29xz: Don't show a huge number in -vv when memory limit is disabled.Lasse Collin1-1/+11
2012-05-29xz: Document the "summary" lines of --robot -lvv.Lasse Collin1-0/+19
2012-05-29xz: Fix output of verbose --robot --list modes.Lasse Collin1-1/+1
2012-05-24Update THANKS.Lasse Collin1-0/+1
2012-05-24Docs: Cleanup line wrapping a bit.Lasse Collin2-30/+31
[...]
 
Clone
https://git.pants-on.net/xz.git