aboutsummaryrefslogtreecommitdiff
path: root/cache.c
AgeCommit message (Collapse)Author
2016-02-08Merge remote-tracking branch 'osxfuse/master' into merge-osxfuseJulio Merino
Pull in all changes from osxfuse's fork of sshfs into libfuse's sshfs. There need not be two different copies of this codebase, particularly because libfuse's version is already autoconf-ified and can support multiple platforms. The merge is mostly clean with just a few manual edits to resolve conflicts.
2014-02-10sshfs-return-the-correct-x_ok-accessMiklos Szeredi
sshfs-fuse always returned 0 in access(file, X_OK) calls, causing nautilus to prompt "Do you want to run "login.defs", or display its contents?" for text files that were not executable. Reported by: Alkis Georgopoulos
2012-03-09fix unused but set variablesMiklos Szeredi
cache.c: In function ‘cache_add_attr’: cache.c:167:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] cache.c: In function ‘cache_add_dir’: cache.c:188:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] cache.c: In function ‘cache_add_link’: cache.c:212:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable]
2012-02-08fix unused but set variablesMiklos Szeredi
cache.c: In function ‘cache_add_attr’: cache.c:167:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] cache.c: In function ‘cache_add_dir’: cache.c:188:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable] cache.c: In function ‘cache_add_link’: cache.c:212:9: warning: variable ‘now’ set but not used [-Wunused-but-set-variable]
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-10-08Fix harmless glib assertations with "cache=no"Miklos Szeredi
2008-05-06Fix bug in caching which could cause file corruption for append mode writesMiklos Szeredi
2007-12-10change indentingMiklos Szeredi
2007-04-18Fix spurious cache entries remaining after renaming a directoryMiklos Szeredi
2006-11-11fixMiklos Szeredi
2006-08-16fixesMiklos Szeredi
2006-02-16fixMiklos Szeredi
2006-01-09fixMiklos Szeredi
2005-12-16fixMiklos Szeredi
2005-12-09fixMiklos Szeredi
2005-12-09updated to use libfuse's option parsingMiklos Szeredi
2005-10-28fixMiklos Szeredi
2005-09-08revert create methodMiklos Szeredi
2005-08-23fixMiklos Szeredi
2005-08-13reconnectionMiklos Szeredi
2005-04-13fixMiklos Szeredi
2005-03-04whitespace fixsshfs_1_1Miklos Szeredi
2005-02-24fixMiklos Szeredi
2005-02-09fixMiklos Szeredi
2005-02-08caching improvementsMiklos Szeredi
2005-02-07fixMiklos Szeredi
2005-02-07directory cachingMiklos Szeredi
2005-02-07cleanupMiklos Szeredi