diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-12 11:45:40 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-04-12 11:45:40 +0300 |
commit | 14e6ad8cfe0165c1a8beeb5b2a1536558b29b0a1 (patch) | |
tree | ba94bf42c025948f7f649b59fb730df83e2f23a5 | |
parent | xz: Update the man page about threading. (diff) | |
download | xz-14e6ad8cfe0165c1a8beeb5b2a1536558b29b0a1.tar.xz |
Update TODO.
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -39,7 +39,10 @@ Missing features xz doesn't support copying extended attributes, access control lists etc. from source to target file. - Multithreaded compression + Multithreaded compression: + - Reduce memory usage of the current method. + - Implement threaded match finders. + - Implement pigz-style threading in LZMA2. Multithreaded decompression @@ -50,6 +53,13 @@ Missing features It will be a separate library that supports uncompressed, .gz, .bz2, .lzma, and .xz files. + Check the first 0x00 byte of LZMA data. + + Support changing lzma_options_lzma.mode with lzma_filters_update(). + + Support LZMA_FULL_FLUSH for lzma_stream_decoder() to stop at + Block and Stream boundaries. + lzma_strerror() to convert lzma_ret to human readable form? This is tricky, because the same error codes are used with slightly different meanings, and this cannot be fixed anymore. |