1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
TODO:
* add bzip2 decompression fallback implementation
* add lzfse decompression support
* add lzma decompression fallback implementation
* add support for encrypted disk images
* libmodi_handle.c address TODO to replace narrow_string_snprintf and wide_string_snprintf
* improve signature check for sparse bundles
* set data_stream segments direclty for bands_data_handle (like block_chunks_data_handle) for optimized handling of sparse data
msvscpp build:
* add libbz2 support
* add liblzma support
Tests:
* add tests for libmodi_adc.[ch]
* add tests for libmodi_compression.[ch]
* add tests for libmodi_lzfse.[ch]
* add tests for libmodi_lzvn.[ch]
20161030
* see `git log' for more recent change log
* worked on sparse image format support
20120723
* initial version
|