Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-17 | liblzma: Make the use of lzma_allocator const-correct. | Lasse Collin | 1 | -1/+1 | |
There is a tiny risk of causing breakage: If an application assigns lzma_stream.allocator to a non-const pointer, such code won't compile anymore. I don't know why anyone would do such a thing though, so in practice this shouldn't cause trouble. Thanks to Jan Kratochvil for the patch. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 | |
Some minor documentation cleanups were made at the same time. | |||||
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 1 | -1/+1 | |
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-26 | Add more sanity checks to lzma_stream_buffer_decode(). | Lasse Collin | 1 | -0/+7 | |
2009-01-23 | Added lzma_stream_buffer_decode() and made minor cleanups. | Lasse Collin | 1 | -0/+91 | |