aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
AgeCommit message (Expand)Author
2018-06-20Correct workaround condition for not using handle in sshfs_getattr (#127)Rian Hunter
2018-06-18Make utimens(NULL) work correctlyDaniel Lublin
2018-06-09Add workaround to always pass a 0 mode when creating a file (#128)Josh Triplett
2018-03-28New workaround renamexdev to enable moving files across remote filesystemsG.raud Meyer
2017-10-15Fix memory leak on opendir errorTimo Savola
2017-09-26Ignore fstab-specific mount optionsNikolaus Rath
2017-09-20Dropped support for writeback cachingNikolaus Rath
2017-08-06Re-enabled writeback cache.Nikolaus Rath
2017-08-06Support O_APPEND.Nikolaus Rath
2017-08-06Actually disable writeback cache, instead of just claiming to do so.Nikolaus Rath
2017-08-04Disable writeback cache for nowNikolaus Rath
2017-08-04Removed unused variable.Nikolaus Rath
2017-08-03Don't check st_mode of mountpointNikolaus Rath
2017-08-03Accept -o cache_* options for backward compatibility.Nikolaus Rath
2017-07-13Fall back to global I/O size on macOSBenjamin Fleischer
2017-07-13Don't require mount point to exists on macOSBenjamin Fleischer
2017-07-12sshfs_open_commin(): fix compiler warningNikolaus Rath
2017-07-12sftp_readdir_async(): don't access request when it may have been freedNikolaus Rath
2017-07-08Switch to libfuse 3.1.0Nikolaus Rath
2017-07-08Switch to libfuse 3.0.Nikolaus Rath
2017-07-08Re-enabled cache support.Nikolaus Rath
2017-06-22Split readdir() into opendir(), readdir() and releasedir()Nikolaus Rath
2017-06-22Transition from getdir() to readdir(), temporarily disable cacheNikolaus Rath
2017-06-07Fixed compiler warningsNikolaus Rath
2017-06-07Dropped support for libfuse < 2.9Nikolaus Rath
2017-06-06Remove support for "all" workaroundsNikolaus Rath
2017-06-06Add fstat workaround to help output.Nikolaus Rath
2017-06-06Dropped nodelaysrv workaroundNikolaus Rath
2017-06-06Don't call g_thread_init()Nikolaus Rath
2017-06-06Fixed compiler warningNikolaus Rath
2017-06-06Dropped nodelay workaroundNikolaus Rath
2017-06-05main(): setup signal handlers before connectingNikolaus Rath
2017-05-31Update the missing options (that make sense from ssh_config)Jakub Jelen
2017-01-12Merge pull request #23 from billziss-gh/masterNikolaus Rath
2016-07-28Remove call to g_slice_set_config()Benjamin Fleischer
2016-06-22port sshfs to cygwinBill Zissimopoulos
2016-06-06Require paths for truncate/fstat workaroundsRian Hunter
2016-06-01Support the lack of paths when cache is offRian Hunter
2016-06-01Implement support for "fsync@openssh.com"Rian Hunter
2016-02-10Expose the cache clean interval settings as flagsJulio Merino
2016-02-10Expose the maximum cache size setting as a flagJulio Merino
2016-02-08Unconditionally mlock the password in memoryJulio Merino
2016-02-08Remove apparently-unnecessary lockJulio Merino
2016-02-08Avoid using cpp for sshfs.1 generationJulio Merino
2016-02-08Remove LIBDIR explicit definitionJulio Merino
2016-02-08Drop the cache_enabled hackJulio Merino
2016-02-08Drop OSXFUSE_SSHFS_VERSIONJulio Merino
2016-02-08Merge remote-tracking branch 'osxfuse/master' into merge-osxfuseJulio Merino
2015-04-14sshfs: Increase the maximum length of the passwordMiklos Szeredi
2014-02-10sshfs-return-the-correct-x_ok-accessMiklos Szeredi