Age | Commit message (Expand) | Author | Files | Lines |
2010-06-02 | Silence a bogus Valgrind warning. | Lasse Collin | 1 | -1/+5 |
2010-05-26 | Rename MIN() and MAX() to my_min() and my_max(). | Lasse Collin | 1 | -1/+1 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 1 | -1/+1 |
2009-11-14 | Fix a design error in liblzma API. | Lasse Collin | 1 | -0/+17 |
2009-10-02 | Make liblzma produce the same output on both endiannesses. | Lasse Collin | 1 | -1/+6 |
2009-09-11 | Fix a couple of warnings. | Lasse Collin | 1 | -4/+1 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -12/+5 |
2009-02-08 | Add a separate internal function to initialize the CRC32 | Lasse Collin | 1 | -2/+2 |
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 1 | -1/+1 |
2009-01-27 | Added initial support for preset dictionary for raw LZMA1 | Lasse Collin | 1 | -2/+16 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 1 | -0/+6 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 1 | -16/+14 |
2008-09-17 | Miscellaneous LZ and LZMA encoder cleanups | Lasse Collin | 1 | -2/+6 |
2008-09-13 | Renamed constants: | Lasse Collin | 1 | -1/+1 |
2008-09-06 | Comments | Lasse Collin | 1 | -2/+1 |
2008-09-02 | Some fixes to LZ encoder. | Lasse Collin | 1 | -10/+46 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -392/+388 |
2008-06-01 | Fix a buffer overflow in the LZMA encoder. It was due to my | Lasse Collin | 1 | -108/+5 |
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 | 1 | -1/+1 |
2008-04-24 | Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH. | Lasse Collin | 1 | -0/+16 |
2008-01-18 | Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders. | Lasse Collin | 1 | -8/+26 |
2008-01-14 | Major changes to LZ encoder, LZMA encoder, and range encoder. | Lasse Collin | 1 | -20/+118 |
2008-01-10 | Eliminate lzma_lz_encoder.must_move_pos. It's needed | Lasse Collin | 1 | -4/+2 |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+481 |