File: ChangeLog

package info (click to toggle)
libfsext 20240501-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,336 kB
  • sloc: ansic: 214,611; sh: 6,444; makefile: 1,528; python: 470; cpp: 427; sed: 16
file content (35 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download
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
TODO:
* fsextinfo output file system identifier

* add support for file name codepage
* add support for orphan list and orphan file

* rename libfsext_block_stream to libfsext_data_stream
** refactor libfsext_block_stream_initialize_from_extents to have extents and size arguments

* determine if file_entry_get_size should return non-zero size for a directory?

* get_file_entry_by_path determine Unicode form
* merge continous extents
* add support for checksums
  * add support for ext4 extents checksum
* add support for ext4 directory entry tail
* have date time functions return 0 if not set

* libfsext_inode_read_data_reference
  * add support for extents header depth > 0 in inode
* add support for EXT2_COMPRBLK_FL
* add support for hash tree directories
  * can be read, but none of the hash tree data structures are used
* directory replace array by data structure that is more efficient for large
  number of comparisions, e.g. a b-tree.

20150429
* see `git log' for more recent change log

20110203
* 2011 updates

20101023
* Initial version