aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/delta.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-17liblzma: Rename field => member in documentation.Jia Tan1-6/+6
Also adjusted preset value => preset level.
2023-02-10liblzma: Add comments for macros in delta.h.Jia Tan1-0/+8
Document LZMA_DELTA_DIST_MIN and LZMA_DELTA_DIST_MAX for completeness and to avoid Doxygen warnings.
2023-01-21liblzma: Set documentation on all reserved fields to private.Jia Tan1-0/+12
This prevents the reserved fields from being part of the generated Doxygen documentation.
2023-01-20liblzma: Highlight liblzma API headers should not be included directly.Jia Tan1-2/+3
This improves the generated Doxygen HTML files to better highlight how to properly use the liblzma API header files.
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-11/+7
Some minor documentation cleanups were made at the same time.
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-6/+6
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-3/+5
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-3/+33
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2007-12-09Imported to git.Lasse Collin1-0/+49