aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT.Lasse Collin1-3/+1
2019-06-03liblzma: Fix comments.Lasse Collin1-1/+1
2019-05-13liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.Lasse Collin1-1/+5
2017-04-21liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos.Lasse Collin1-1/+1
2017-03-30liblzma: Add generic support for input seeking (LZMA_SEEK).Lasse Collin1-1/+11
2017-03-30liblzma: Fix lzma_memlimit_set(strm, 0).Lasse Collin1-2/+4
2014-05-25liblzma: Add the internal function lzma_alloc_zero().Lasse Collin1-0/+21
2013-10-02liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder.Lasse Collin1-2/+15
2012-12-14Make the progress indicator smooth in threaded mode.Lasse Collin1-0/+16
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-5/+5
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-1/+1
2011-04-11liblzma: Add lzma_stream_encoder_mt() for threaded compression.Lasse Collin1-1/+8
2011-04-11liblzma: Use memzero() to initialize supported_actions[].Lasse Collin1-4/+2
2010-10-23liblzma: Make lzma_code() check the reserved members in lzma_stream.Lasse Collin1-0/+14
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2010-03-06Fix missing initialization in lzma_strm_init().Lasse Collin1-0/+1
2009-11-14Fix a design error in liblzma API.Lasse Collin1-1/+19
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-13Changed how the version number is specified in various places.Lasse Collin1-1/+1
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-8/+8
2009-01-20Use LZMA_PROG_ERROR in lzma_code() as documented in base.h.Lasse Collin1-16/+8
2009-01-19Fix handling of non-fatal errors in lzma_code().Lasse Collin1-1/+8
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-0/+58
2008-09-06Some API cleanupsLasse Collin1-0/+7
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+298