aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/container.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-08-27Updates to liblzma API headers.Lasse Collin1-16/+20
Added lzma_nothrow for every function. It adds throw() when the header is used in C++ code. Some lzma_attrs were added or removed. Lots of comments were improved.
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.
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
other compilers than MinGW. This may hurt readability of the API headers slightly, but I don't know any better way to do this.
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-11/+12
on Windows. sysdefs.h no longer #includes lzma.h, so lzma.h has to be #included separately where needed.
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
The API and ABI should now be very close to stable, although the code behind it isn't yet.
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
- LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR
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
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.