aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/alone_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-13liblzma: Cleans up old commented out code.Jia Tan1-11/+0
2022-11-27liblzma: Pass the Filter ID to LZ encoder and decoder.Lasse Collin1-0/+1
2019-12-31Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin1-1/+1
2019-06-24liblzma: Remove incorrect uses of lzma_attribute((__unused__)).Lasse Collin1-2/+1
2019-06-03liblzma: Fix comments.Lasse Collin1-2/+2
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-14/+20
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-4/+4
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-1/+1
2011-04-12Remove doubled words from documentation and comments.Lasse Collin1-1/+1
2009-10-04Use a tuklib module for integer handling.Lasse Collin1-1/+1
2009-04-28Fixed a crash in liblzma.Lasse Collin1-2/+2
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-13/+9
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-4/+5
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-4/+9
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-52/+47
2007-12-09Imported to git.Lasse Collin1-0/+167