2011-03-23 01:44:37 +01:00
|
|
|
MAYBE TODO for lrzip program
|
2010-03-29 01:07:08 +02:00
|
|
|
|
2011-04-26 02:09:27 +02:00
|
|
|
Upgrade to newer version of zpaq supporting 3 compression levels without
|
|
|
|
|
relying on open_memstream so it works without temporary files on apple.
|
|
|
|
|
|
|
|
|
|
Get MD5 working on apple.
|
|
|
|
|
|
|
|
|
|
Make sure STDIO works properly on large files on apple.
|
|
|
|
|
|
2011-03-23 02:05:35 +01:00
|
|
|
Make a liblrzip library.
|
|
|
|
|
|
2010-03-29 01:07:08 +02:00
|
|
|
Other posix/windows builds?? Need help there...
|
|
|
|
|
|
|
|
|
|
Add log file option so that output could be
|
|
|
|
|
saved for review.
|
|
|
|
|
|
|
|
|
|
Add test function that would only run lzo_compresses
|
|
|
|
|
for a current file without doing any writes.
|
|
|
|
|
|
|
|
|
|
Consider ncurses version or even GUI one.
|
|
|
|
|
|
2010-11-07 05:33:07 +01:00
|
|
|
Consider using LZMA Filters for processor-optimised
|
2010-03-29 01:07:08 +02:00
|
|
|
coding to increase compression.
|
|
|
|
|
|
2011-03-23 01:44:37 +01:00
|
|
|
Get the ASM working on 64bit - it's only the CRC check so probably no point.
|