-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
40 lines (31 loc) · 1.12 KB
/
ChangeLog
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
33
34
35
36
37
38
39
TODO
* add libbfio_pool_read_buffer_at_offset
* add libbfio_pool_write_buffer_at_offset
* fix bfio_test_pool_append_handle leaving pool in unstable state
* create libbfio_handle_get_pool_last_used_list_element and address TODO in libbfio_internal_pool_close
* handle clean offset and size on close?
* remove open on demand ?
Pool
* allow re-set of pool entries?
* cache size
* refactor libbfio_pool_set_maximum_number_of_open_handles to have seperate
function for close excessive open handles? determine overlap with
libbfio_internal_pool_close?
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