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 27 28 29 30 31 32
|
TODO
* handle clean offset and size on close ?
* complete multi threading support (todo pool)
* remove open on demand ?
Pool
* allow re-set of pool entries?
Memory range
* add callback function to resize memory range if needed?
API
* what about disk full on write
Test
* wide to narrow (ASCII with codepage) conversion
* add autoconf/make test suite
* add open on demand tests
* add multi threading tests
* improve pool tests, e.g. maximum number of open handles
- add a test for remove handle
Multi-threading support:
* do not add locks to the BFIO back-end IO handles ?
Windows
* add VC_EXTRALEAN to config_msc.h ?
20090312
* see `git log' for more recent change log
* Moved earlier version of libbfio in libpff and libewf into separate package
|