aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
AgeCommit message (Expand)Author
2020-11-02Rename option to 'passive' and add some example in manual. (#232)Junichi Uekawa
2020-11-02sshfs.c: fix build with gcc 4.8 (#233)Fabrice Fontaine
2020-09-03Unset OLDPWD environment variable (#227)Simon Arlott
2019-11-30sftp_init_reply_ok: fix small memory leak (#198)Dominique Martinet
2019-11-27Protect changes to conn->req_count with mutex.Nikolaus Rath
2019-11-27Fix memory leak in conntabNikolaus Rath
2019-11-27Disable buflimit workaround by default.Nikolaus Rath
2019-11-27Add missing mutex lock/unlocks when accessing conntabNikolaus Rath
2019-11-24Add support for using multiple connectionsTimo Savola
2019-11-24Drop reference counter for struct sshfs_fileNikolaus Rath
2019-11-23fix some whitespace and indentation (#194)jeg139
2019-11-23Fix some inconsistent whitespace (#192)Michael Forney
2019-11-03Remedy gcc 7.4.0 warnings (#187)kalvdans
2019-10-19Added direct_io option (#173)sunwire
2019-10-19Free addrinfo and close socket when returning error (#186)kalvdans
2019-09-12sshfs: fix another instance preventing use of global I/O size on macOS (#185)Viktor Szakats
2019-06-30Include poll.h instead of sys/poll.h (#178)Michael Forney
2019-06-30Add --verbose optionGalen Getsov
2019-04-08Gracefully handle multiple spaces in ssh_command option (#169)mssalvatore
2019-03-31allow /dev/fd/N as a mountpoint (#166)DrDaveD
2019-02-25Update clean_req() to match the definition of GHRFunc (#160)mssalvatore
2019-01-04Also remap GID under non-MacOSClayton G. Hobbs
2018-12-22Added "BindInterface" as valid "-o" option.S. D. Cloudt
2018-08-01Port SSHFS to CygwinBill Zissimopoulos
2018-07-25Fix error return value from rename()Quentin Rameau
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