aboutsummaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Collapse)Author
2016-02-08Drop the cache_enabled hackJulio Merino
cache_enabled leaked the cache.on setting from the cache module abstraction back into sshfs, and it only did so for the Darwin case. This hack was being used to avoid calling cache_add_attr and cache_invalidate when the cache was disabled... but these two functions already do nothing when in that case: there is no need to do a second check in the caller.
2012-01-20Apply modified sshfs 2.2 patch from MacFUSEBenjamin Fleischer
Based on Amit Singh's work at http://code.google.com/p/macfuse/
2008-05-06Fix bug in caching which could cause file corruption for append mode writesMiklos Szeredi
2006-02-16fixMiklos Szeredi
2005-12-16fixMiklos Szeredi
2005-12-09updated to use libfuse's option parsingMiklos Szeredi
2005-08-13reconnectionMiklos Szeredi
2005-02-09fixMiklos Szeredi
2005-02-07cleanupMiklos Szeredi