aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/easy_encoder.c (unfollow)
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
2011-04-11liblzma: Make lzma_stream_encoder_init() static (second try).Lasse Collin1-1/+0
2009-11-14Fix a design error in liblzma API.Lasse Collin1-59/+4
2009-04-28Fixed a crash in liblzma.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-17Added lzma_easy_buffer_encode(). Splitted easy.c into smallLasse Collin1-47/+6
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-3/+3
2009-01-26Avoid hardcoded constant in easy.c.Lasse Collin1-1/+1
2009-01-17Beta was supposed to be API stable but I had forgot to renameLasse Collin1-2/+2
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-30/+15
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-9/+24
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-8/+12
2008-09-13Renamed constants:Lasse Collin1-2/+2
2008-09-06Some API cleanupsLasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-8/+10
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-34/+53
2008-01-22Added lzma_easy_* functions. These should make usingLasse Collin1-0/+103