aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/container.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-21liblzma: Set documentation on all reserved fields to private.Jia Tan1-0/+24
2023-01-20liblzma: Highlight liblzma API headers should not be included directly.Jia Tan1-2/+3
2022-11-09liblzma: Add .lz support to lzma_auto_decoder().Lasse Collin1-4/+6
2022-11-09liblzma: Add .lz (lzip) decompression support (format versions 0 and 1).Lasse Collin1-2/+60
2022-11-08liblzma: Update API docs about decoder flags.Lasse Collin1-4/+17
2022-08-18liblzma: Threaded decoder: Improve LZMA_FAIL_FAST when LZMA_FINISH is used.Lasse Collin1-0/+6
2022-04-06liblzma: Add a new flag LZMA_FAIL_FAST for threaded decoder.Lasse Collin1-1/+24
2022-03-07liblzma: Add threaded .xz decompressor.Lasse Collin1-7/+83
2021-09-05liblzma: Rename EROFS LZMA to MicroLZMA.Lasse Collin1-14/+19
2021-01-17liblzma: Make EROFS LZMA decoder work when exact uncomp_size isn't known.Lasse Collin1-5/+18
2021-01-14liblzma: Add EROFS LZMA encoder and decoder.Lasse Collin1-0/+76
2017-03-30liblzma: Similar memlimit fix for stream_, alone_, and auto_decoder.Lasse Collin1-4/+17
2014-12-02liblzma: Document how lzma_mt.block_size affects memory usage.Lasse Collin1-0/+4
2014-11-26Remove LZMA_UNSTABLE macro.Lasse Collin1-4/+0
2014-11-26liblzma: Update lzma_stream_encoder_mt() API docs.Lasse Collin1-2/+3
2014-08-05liblzma: Add support for LZMA_IGNORE_CHECK.Lasse Collin1-0/+24
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+6
2011-04-12Put the unstable APIs behind #ifdef LZMA_UNSTABLE.Lasse Collin1-0/+4
2011-04-11liblzma: Add lzma_stream_encoder_mt() for threaded compression.Lasse Collin1-0/+163
2011-04-11liblzma: Document lzma_easy_(enc|dec)oder_memusage() better too.Lasse Collin1-0/+9
2011-04-11liblzma: Fix API docs to mention LZMA_UNSUPPORTED_CHECK.Lasse Collin1-0/+3
2010-10-21liblzma: Update the comments in the API headers.Lasse Collin1-9/+17
2009-08-27Updates to liblzma API headers.Lasse Collin1-16/+20
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-11/+7
2009-02-18Added files missing from the previous commit.Lasse Collin1-0/+33
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-11/+11
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-11/+12
2009-01-23Added lzma_stream_buffer_decode() and made minor cleanups.Lasse Collin1-1/+50
2009-01-20Add some single-call buffer-to-buffer coding functions.Lasse Collin1-0/+56
2008-12-31Cleaned up some comments in the API headers.Lasse Collin1-1/+1
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-38/+38
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-78/+77
2008-10-07Made the preset numbering more logical in liblzma API.Lasse Collin1-10/+10
2008-09-13Renamed constants:Lasse Collin1-6/+6
2008-09-06CommentsLasse Collin1-2/+4
2008-09-06Some API cleanupsLasse Collin1-14/+26
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+252