tahoe-lafs/contrib
robk-tahoe 236c52bf8b fuse/impl_a: fix a suspected bug in caching
from my examination of the tahoe_fuse ('impl_a') code, it looks like 
the intention is to cache the file contents in memory while it's open,
since it does in fact do that.  however it looks like it also ignored
that cache entirely, and made an individual tahoe webapi GET request
for each and every read() operation regardless of the relative size of
the read block and the file in question.

this changes that to make read() use the data in memory rather than
fetch the data over again.   if there's something more subtle going
on, please let me know.
2008-10-03 10:13:09 -07:00
..
fuse fuse/impl_a: fix a suspected bug in caching 2008-10-03 10:13:09 -07:00
README Make my contrib/README look like the allmydata.org version. 2008-01-12 21:00:13 -07:00

This directory contains code and extensions which are not strictly a part
of Tahoe. They may or may not currently work.