2010-03-29 01:07:08 +02:00
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
2010-05-22 02:07:18 +02:00
|
|
|
Get the ASM working on 64bit.
|
2010-03-29 01:07:08 +02:00
|
|
|
|
2010-11-07 05:33:07 +01:00
|
|
|
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.
|
|
|
|
|
|
2010-12-12 00:46:22 +01:00
|
|
|
Add error detection and correction with either reed-solomon or low density
|
|
|
|
|
parity checking.
|
|
|
|
|
|
|
|
|
|
Add password protection.
|