Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Added lzma_stream_buffer_decode() and made minor cleanups. | Lasse Collin | 1 | -1/+50 | |
2009-01-20 | Add some single-call buffer-to-buffer coding functions. | Lasse Collin | 1 | -0/+56 | |
2008-12-31 | Cleaned up some comments in the API headers. | Lasse Collin | 1 | -1/+1 | |
2008-12-27 | Bunch of liblzma tweaks, including some API changes. | Lasse Collin | 1 | -38/+38 | |
The API and ABI should now be very close to stable, although the code behind it isn't yet. | |||||
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 1 | -78/+77 | |
2008-10-07 | Made the preset numbering more logical in liblzma API. | Lasse Collin | 1 | -10/+10 | |
2008-09-13 | Renamed constants: | Lasse Collin | 1 | -6/+6 | |
- LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR | |||||
2008-09-06 | Comments | Lasse Collin | 1 | -2/+4 | |
2008-09-06 | Some API cleanups | Lasse Collin | 1 | -14/+26 | |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -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. |