Sort-of-working statcache implementation.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 28 Jun 2007 00:10:11 +0000 (17:10 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 28 Jun 2007 00:10:11 +0000 (17:10 -0700)
commit4b89157cdec2da9a016a7ea0f511a0f3ff43f6dc
treeb43f997ba75610fc543297f5961b624a98265a85
parente392d943a0bca2f12186321ae1658b739a5a5dd4
Sort-of-working statcache implementation.

This will use stat information to determine when a file doesn't need to
be read again.  There are still some bits left to be implemented; in
particular, parsing of references needs to be fixed, since at the moment
checksums and ranges aren't supported, and any files using them will
have block lists corrupted by the stat cache.  (Fortunately, nothing
uses those reference forms yet for file contents.)
format.cc
format.h
localdb.cc
localdb.h
ref.cc
scandir.cc
statcache.cc
statcache.h