Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-17 | Beta was supposed to be API stable but I had forgot to rename | Lasse Collin | 1 | -3/+3 | |
lzma_memlimit_encoder and lzma_memlimit_decoder to lzma_raw_encoder_memlimit and lzma_raw_decoder_memlimit. :-( Now it is fixed. Hopefully it doesn't cause too much trouble to those who already thought API is stable. | |||||
2008-12-27 | Some xz command line tool improvements. | Lasse Collin | 1 | -28/+105 | |
2008-12-17 | xz message handling improvements | Lasse Collin | 1 | -2/+26 | |
2008-12-01 | In command line tool, take advantage of memusage calculation's | Lasse Collin | 1 | -4/+4 | |
ability to also validate the filter chain and options (not implemented yet for all filters). | |||||
2008-11-22 | Typo fix | Lasse Collin | 1 | -1/+1 | |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+391 | |
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though. |