mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Update TODO.
This commit is contained in:
parent
4a238dd9b2
commit
bd9cc179e8
1 changed files with 10 additions and 2 deletions
12
TODO
12
TODO
|
@ -32,10 +32,20 @@ Known bugs
|
||||||
time and calculated (de)compression speed won't make sense in the
|
time and calculated (de)compression speed won't make sense in the
|
||||||
progress indicator (xz --verbose).
|
progress indicator (xz --verbose).
|
||||||
|
|
||||||
|
If liblzma has created threads and fork() gets called, liblzma
|
||||||
|
code will break in the child process unless it calls exec() and
|
||||||
|
doesn't touch liblzma.
|
||||||
|
|
||||||
|
|
||||||
Missing features
|
Missing features
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
Support LZMA_FINISH in raw decoder to indicate end of LZMA1 and
|
||||||
|
other streams that don't have an end of payload marker.
|
||||||
|
|
||||||
|
Adjust dictionary size when the input file size is known.
|
||||||
|
Maybe do this only if an option is given.
|
||||||
|
|
||||||
xz doesn't support copying extended attributes, access control
|
xz doesn't support copying extended attributes, access control
|
||||||
lists etc. from source to target file.
|
lists etc. from source to target file.
|
||||||
|
|
||||||
|
@ -53,8 +63,6 @@ Missing features
|
||||||
It will be a separate library that supports uncompressed, .gz,
|
It will be a separate library that supports uncompressed, .gz,
|
||||||
.bz2, .lzma, and .xz files.
|
.bz2, .lzma, and .xz files.
|
||||||
|
|
||||||
Check the first 0x00 byte of LZMA data.
|
|
||||||
|
|
||||||
Support changing lzma_options_lzma.mode with lzma_filters_update().
|
Support changing lzma_options_lzma.mode with lzma_filters_update().
|
||||||
|
|
||||||
Support LZMA_FULL_FLUSH for lzma_stream_decoder() to stop at
|
Support LZMA_FULL_FLUSH for lzma_stream_decoder() to stop at
|
||||||
|
|
Loading…
Reference in a new issue