
hfsutils - tools for reading and writing Macintosh HFS volumes
Copyright (C) 1996, 1997 Robert Leslie

$Id: TODO,v 1.3 1997/08/27 04:39:17 rob Exp $

===============================================================================

General to-do items (aka bugs):

  libhfs

  * routines for manipulating partition maps
  * improve block cache with prefetching
  * bad block sparing for hfs_format()
  * concurrency considerations: opening same file multiple times;
      performing directory manipulations on open files
  * b*-tree record balancing?
  * smarter block allocation algorithm
  * volume full: hfs_write() should return bytes written < len, return -1
      on next call?
  * seek beyond end of file?
  * touch directory timestamps on file updates?
  * glob hcopy destination HFS path?
  * nulls in filenames
  * non-standard block sizes?
  * improve efficiency of bitmap operations.
  * improve efficiency of search operations.
  * honor no-cache bit

  librsrc

  * support writability

  hfsck

  * modify libhfs to support low-level grubbing

  command-line tools

  * eliminate ftruncate()
  * more flags for hdel (-i, -r, -f)
  * glob :*:foo correctly
  * formalize hdisk.pl into the distribution

  xhfs

  * open arbitrary partitions
  * rename volumes
  * change file type/creator
  * more support for other platforms (correct device defaults; df output)

  copyin/copyout

  * don't unconditionally clobber
  * delete incomplete files after failed transfers
  * AppleSingle, Netatalk-/CAP-style AppleDouble?

Future wish-list:

  * partitioning utility
  * defragmenting utility

