Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 2 | -21/+10 | |
specification. Simplify things by removing most of the support for known uncompressed size in most places. There are some miscellaneous changes here and there too. The API of liblzma has got many changes and still some more will be done soon. While most of the code has been updated, some things are not fixed (the command line tool will choke with invalid filter chain, if nothing else). Subblock filter is somewhat broken for now. It will be updated once the encoded format of the Subblock filter has been decided. | |||||
2008-04-25 | Added memusage.c to debug directory. | Lasse Collin | 2 | -1/+57 | |
2008-01-23 | Added debug/full_flush.c. | Lasse Collin | 2 | -1/+107 | |
2008-01-20 | Updated debug/sync_flush.c. | Lasse Collin | 1 | -2/+24 | |
2008-01-20 | Added debug/repeat.c. | Lasse Collin | 2 | -0/+44 | |
2008-01-18 | Added the debug directory and the first debug tool | Lasse Collin | 3 | -0/+163 | |
(sync_flush). These tools are not built unless the user runs "make" in the debug directory. |