Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-19 | Move some LZMA2 constants to lzma2_encoder.h so that they | Lasse Collin | 1 | -13/+0 | |
can be used outside lzma2_encoder.c. | |||||
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 1 | -3/+3 | |
2008-12-09 | Make the memusage functions of LZMA1 and LZMA2 encoders | Lasse Collin | 1 | -1/+4 | |
to validate the filter options. Add missing validation to LZMA2 encoder when options are changed in the middle of encoding. | |||||
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 1 | -17/+10 | |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -0/+406 | |
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. |