lrzip/TODO
Con Kolivas 591d791791 Bump version to 0.541.
Limit LZMA window to 300MB on 32 bit as per reports of failure when larger.
Minor documentation and display clean ups.
2010-11-18 23:33:43 +11:00

27 lines
677 B
Plaintext

TODO for lrzip program
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.
Consider using LZMA Filters for processor-optimised
coding to increase compression.
Get the ASM working on 64bit.
Clean up the config system since it's a mystery to me.
Make stdout work without a temporary file.
Make stdin on decompression work without a temporary file.
Make testing file integrity work without a temporary file.
Fix darwin build since it doesn't support unnamed semamphores.