Age | Commit message (Expand) | Author | Files | Lines |
2009-06-30 | Build system fixes | Lasse Collin | 2 | -26/+20 |
2009-06-26 | Fix @variables@ to $(variables) in Makefile.am files. | Lasse Collin | 1 | -2/+2 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 7 | -70/+21 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -1/+2 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 1 | -1/+1 |
2008-09-13 | Renamed constants: | Lasse Collin | 2 | -12/+11 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 4 | -27/+27 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 3 | -85/+34 |
2008-01-23 | Fixed a typo. | Lasse Collin | 1 | -1/+1 |
2008-01-23 | Fix a memory leak in the Subblock encoder. | Lasse Collin | 1 | -0/+1 |
2008-01-20 | Fix alignment handling bugs in Subblock encoder. | Lasse Collin | 1 | -51/+119 |
2008-01-19 | Implemented LZMA_SYNC_FLUSH support to the Subblock encoder. | Lasse Collin | 1 | -67/+196 |
2008-01-17 | Subblock decoder: Don't exit the main loop in decode_buffer() | Lasse Collin | 1 | -133/+139 |
2008-01-17 | Fix Subblock docoder: If Subblock filter was used with known | Lasse Collin | 1 | -0/+6 |
2007-12-11 | Remove uncompressed size tracking from the filter encoders. | Lasse Collin | 1 | -32/+6 |
2007-12-11 | Fixed wrong type of flags_size in Subblock encoder. | Lasse Collin | 1 | -1/+1 |
2007-12-09 | Take advantage of return_if_error() macro in more places. | Lasse Collin | 2 | -54/+24 |
2007-12-09 | Re-enabled the security checks in Subblock decoder | Lasse Collin | 1 | -3/+3 |