aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/lzma12.h (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
2023-09-24liblzma: Change quoting style from `...' to '...'.Jia Tan1-1/+1
2023-07-31Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos1-2/+2
2023-03-17liblzma: Add set lzma.h as the main page for Doxygen documentation.Jia Tan1-2/+0
2023-03-01liblzma: Clarify lzma_lzma_preset() documentation in lzma12.h.Jia Tan1-0/+5
2023-02-17liblzma: Rename field => member in documentation.Jia Tan1-14/+14
2023-02-15liblzma: Improve documentation in lzma12.h.Jia Tan1-9/+23
2023-01-21liblzma: Set documentation on all reserved fields to private.Jia Tan1-0/+22
2023-01-20liblzma: Highlight liblzma API headers should not be included directly.Jia Tan1-2/+3
2022-11-27liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker.Lasse Collin1-7/+116
2019-05-11spellingAntoine Cœur1-1/+1
2014-05-04liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h.Lasse Collin1-1/+1
2010-11-15liblzma: Document the return value of lzma_lzma_preset().Lasse Collin1-0/+3
2010-10-23liblzma: A few ABI tweaks to reserve space in structures.Lasse Collin1-2/+2
2010-10-21liblzma: Update the comments in the API headers.Lasse Collin1-15/+31
2010-10-02liblzma: Small fixes to comments in the API headers.Lasse Collin1-3/+7
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-11-14Fix a design error in liblzma API.Lasse Collin1-13/+0
2009-08-27Updates to liblzma API headers.Lasse Collin1-42/+45
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-11/+7
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-3/+3
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-3/+5
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-18/+23
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-6/+6
2008-10-07Made the preset numbering more logical in liblzma API.Lasse Collin1-1/+1
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-86/+144
2008-09-17Miscellaneous LZ and LZMA encoder cleanupsLasse Collin1-14/+0
2008-09-13Renamed constants:Lasse Collin1-2/+2
2008-09-07Changed Filter ID of LZMA to 0x20.Lasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-91/+131
2008-06-19Add limit of lc + lp <= 4. Now we can allocate theLasse Collin1-1/+9
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-1/+1
2008-03-14Fix a comment API header.Lasse Collin1-1/+1