Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-12-27 | Bunch of liblzma tweaks, including some API changes. | Lasse Collin | 1 | -27/+27 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -30/+29 |
2008-09-13 | Renamed constants: | Lasse Collin | 1 | -6/+6 |
2008-09-10 | Cleaned up Block encoder and moved the no longer shared | Lasse Collin | 1 | -1/+22 |
2008-09-04 | Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's | Lasse Collin | 1 | -1/+1 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -29/+38 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -222/+76 |
2008-01-25 | Combine lzma_options_block validation needed by both Block | Lasse Collin | 1 | -22/+15 |
2008-01-08 | Take advantage of return_if_error() in block_decoder.c. | Lasse Collin | 1 | -16/+7 |
2008-01-08 | Fix decoding of Blocks that have only Block Header. | Lasse Collin | 1 | -23/+14 |
2007-12-09 | Take advantage of return_if_error() macro in more places. | Lasse Collin | 1 | -16/+6 |