aboutsummaryrefslogtreecommitdiff
path: root/debug/known_sizes.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-05-26Fix compilation of debug/known_sizes.c.Lasse Collin1-1/+1
2009-08-27Fix the debug directory.Lasse Collin1-0/+1
6a2eb54092fc625d59921a607ff68cd1a90aa898 and 71f18e8a066a01dda0c8e5508b135ef104e43e4c required some changes that weren't applied in debug.
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
Some minor documentation cleanups were made at the same time.
2009-01-26remove trailing blanks from all but .xz filesJim Meyering1-1/+1
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-1/+1
- Updated to the latest, probably final file format version. - Command line tool reworked to not use threads anymore. Threading will probably go into liblzma anyway. - Memory usage limit is now about 30 % for uncompression and about 90 % for compression. - Progress indicator with --verbose - Simplified --help and full --long-help - Upgraded to the last LGPLv2.1+ getopt_long from gnulib. - Some bug fixes
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-1/+5
2008-09-13Renamed constants:Lasse Collin1-1/+1
- 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 Collin1-0/+135
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.