aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/delta/delta_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-02-23liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin1-2/+10
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-4/+8
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+3
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 Collin1-1/+16
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2008-12-01Added lzma_delta_coder_memusage() which also validatesLasse Collin1-10/+4
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-3/+3
2008-09-13Renamed constants:Lasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+119