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
|