aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/delta (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-07liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin2-3/+16
2019-06-23liblzma: Fix warnings from -Wsign-conversion.Lasse Collin1-1/+1
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin4-19/+28
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin6-12/+14
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-1/+1
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2009-11-14Fix a design error in liblzma API.Lasse Collin4-7/+20
2009-06-30Build system fixesLasse Collin2-28/+23
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-2/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin8-80/+24
2008-12-01Added lzma_delta_coder_memusage() which also validatesLasse Collin8-39/+75
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin4-11/+11
2008-09-13Renamed constants:Lasse Collin3-3/+3
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin7-0/+407