aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/block_header_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-31Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin1-1/+1
2019-06-23liblzma: Fix warnings from -Wsign-conversion.Lasse Collin1-1/+1
2018-10-26liblzma: Don't verify header CRC32s if building for fuzz testing.Lasse Collin1-1/+4
2014-08-05liblzma: Add support for lzma_block.ignore_check.Lasse Collin1-2/+10
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-2/+2
2009-10-04Use a tuklib module for integer handling.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-1/+1
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-19/+22
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-21/+10
2008-09-13Renamed constants:Lasse Collin1-8/+8
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-3/+3
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-321/+79
2007-12-09Imported to git.Lasse Collin1-0/+373