Age | Commit message (Expand) | Author | Files | Lines |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -2/+2 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 3 | -44/+42 |
2008-09-17 | Miscellaneous LZ and LZMA encoder cleanups | Lasse Collin | 1 | -2/+6 |
2008-09-13 | LZ decoder cleanup | Lasse Collin | 1 | -3/+2 |
2008-09-13 | Renamed constants: | Lasse Collin | 2 | -2/+2 |
2008-09-06 | Comments | Lasse Collin | 3 | -9/+8 |
2008-09-02 | Some fixes to LZ encoder. | Lasse Collin | 3 | -75/+94 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 20 | -1846/+1865 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 2 | -6/+10 |
2008-06-01 | Fix a buffer overflow in the LZMA encoder. It was due to my | Lasse Collin | 2 | -124/+7 |
2008-04-25 | Prevent LZ encoder from hanging with known uncompressedlarhzu/v4.999.3alpha | Lasse Collin | 1 | -2/+7 |
2008-04-24 | Fix wrong return type (uint32_t -> bool). | Lasse Collin | 2 | -2/+2 |
2008-04-24 | Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH. | Lasse Collin | 3 | -5/+38 |
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 |
2008-01-18 | Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders. | Lasse Collin | 2 | -8/+27 |
2008-01-14 | Major changes to LZ encoder, LZMA encoder, and range encoder. | Lasse Collin | 2 | -25/+130 |
2008-01-14 | Don't use coder->lz.stream_end_was_reached in assertions | Lasse Collin | 1 | -2/+0 |
2008-01-10 | Eliminate lzma_lz_encoder.must_move_pos. It's needed | Lasse Collin | 2 | -8/+2 |
2007-12-09 | Imported to git. | Lasse Collin | 18 | -0/+2193 |