File: ChangeLog

package info (click to toggle)
libfshfs 20201104-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 15,212 kB
  • sloc: ansic: 245,858; sh: 6,118; makefile: 1,533; python: 430; cpp: 88; sed: 16
file content (54 lines) | stat: -rw-r--r-- 1,334 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
To do:
* complete name case folding and decomposition tests
* add support for resource fork data stream
* add support for extended attribute (named fork) data stream
* on file_entry_initialize lookup com.apple.decmpfs specifically instead of all attributes?
* catalog B-tree file, include name in branch key check
* file entry API: add extents functions

* check flags to see if file entry has extended attributes

* look at how case folding is stored

* ensure traditional HFS input errors for now

* add support to print information about special files (those without a catalog record)

* what about a directory with extended attributes?
** what if that attribute is named com.apple.decmpfs ?
* what about a symbolic link to HFS+ Private data directory?

Format support:
* implement support for traditional HFS
* implement support for HFS+/HFX Unicode 2.1 version
* implement support for folder and file information
* implement support for extended folder and file information

20160605
* see `git log' for more recent change log
* worked on format support

20160604
* worked on format support

20160603
* worked on format support

20160228
* worked on format support

20160227
* worked on format support

20160226
* worked on format support

20160220
* worked on format support

20160217
* 2016 update

20090212
* Initial version