aboutsummaryrefslogtreecommitdiff
path: root/debug (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-09-13Renamed constants:Lasse Collin3-3/+3
- LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR
2008-09-11Simplified debug/known_sizes.c to match the relaxedLasse Collin1-9/+5
requirements of Block encoder.
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin7-14/+267
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin2-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-25Added memusage.c to debug directory.Lasse Collin2-1/+57
2008-01-23Added debug/full_flush.c.Lasse Collin2-1/+107
2008-01-20Updated debug/sync_flush.c.Lasse Collin1-2/+24
2008-01-20Added debug/repeat.c.Lasse Collin2-0/+44
2008-01-18Added the debug directory and the first debug toolLasse Collin3-0/+163
(sync_flush). These tools are not built unless the user runs "make" in the debug directory.