Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-12-15 | The LZMA2 decoder fix introduced a bug to LZ decoder, | Lasse Collin | 1 | -10/+23 |
2008-12-15 | Fix data corruption in LZMA2 decoder. | Lasse Collin | 1 | -1/+16 |
2008-09-13 | LZ decoder cleanup | Lasse Collin | 1 | -3/+2 |
2008-09-13 | Renamed constants: | Lasse Collin | 1 | -1/+1 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -373/+174 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -3/+3 |
2008-03-11 | Initialize the last byte of the dictionary to zero so that | Lasse Collin | 1 | -0/+1 |
2008-03-10 | Always initialize lz->temp_size in lz_decoder.c. temp_size did | Lasse Collin | 1 | -5/+6 |
2008-02-02 | Don't memzero() the history buffer when initializing LZ | Lasse Collin | 1 | -4/+3 |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+462 |