index
:
sshfs.git
master
sshfs_2.x
[FORK] A network filesystem client to connect to SSH servers
Yuuta Liang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sshfs.c
Age
Commit message (
Expand
)
Author
2019-11-30
sftp_init_reply_ok: fix small memory leak (#198)
Dominique Martinet
2019-11-27
Protect changes to conn->req_count with mutex.
Nikolaus Rath
2019-11-27
Fix memory leak in conntab
Nikolaus Rath
2019-11-27
Disable buflimit workaround by default.
Nikolaus Rath
2019-11-27
Add missing mutex lock/unlocks when accessing conntab
Nikolaus Rath
2019-11-24
Add support for using multiple connections
Timo Savola
2019-11-24
Drop reference counter for struct sshfs_file
Nikolaus Rath
2019-11-23
fix some whitespace and indentation (#194)
jeg139
2019-11-23
Fix some inconsistent whitespace (#192)
Michael Forney
2019-11-03
Remedy gcc 7.4.0 warnings (#187)
kalvdans
2019-10-19
Added direct_io option (#173)
sunwire
2019-10-19
Free addrinfo and close socket when returning error (#186)
kalvdans
2019-09-12
sshfs: fix another instance preventing use of global I/O size on macOS (#185)
Viktor Szakats
2019-06-30
Include poll.h instead of sys/poll.h (#178)
Michael Forney
2019-06-30
Add --verbose option
Galen Getsov
2019-04-08
Gracefully handle multiple spaces in ssh_command option (#169)
mssalvatore
2019-03-31
allow /dev/fd/N as a mountpoint (#166)
DrDaveD
2019-02-25
Update clean_req() to match the definition of GHRFunc (#160)
mssalvatore
2019-01-04
Also remap GID under non-MacOS
Clayton G. Hobbs
2018-12-22
Added "BindInterface" as valid "-o" option.
S. D. Cloudt
2018-08-01
Port SSHFS to Cygwin
Bill Zissimopoulos
2018-07-25
Fix error return value from rename()
Quentin Rameau
2018-06-20
Correct workaround condition for not using handle in sshfs_getattr (#127)
Rian Hunter
2018-06-18
Make utimens(NULL) work correctly
Daniel Lublin
2018-06-09
Add workaround to always pass a 0 mode when creating a file (#128)
Josh Triplett
2018-03-28
New workaround renamexdev to enable moving files across remote filesystems
G.raud Meyer
2017-10-15
Fix memory leak on opendir error
Timo Savola
2017-09-26
Ignore fstab-specific mount options
Nikolaus Rath
2017-09-20
Dropped support for writeback caching
Nikolaus Rath
2017-08-06
Re-enabled writeback cache.
Nikolaus Rath
2017-08-06
Support O_APPEND.
Nikolaus Rath
2017-08-06
Actually disable writeback cache, instead of just claiming to do so.
Nikolaus Rath
2017-08-04
Disable writeback cache for now
Nikolaus Rath
2017-08-04
Removed unused variable.
Nikolaus Rath
2017-08-03
Don't check st_mode of mountpoint
Nikolaus Rath
2017-08-03
Accept -o cache_* options for backward compatibility.
Nikolaus Rath
2017-07-13
Fall back to global I/O size on macOS
Benjamin Fleischer
2017-07-13
Don't require mount point to exists on macOS
Benjamin Fleischer
2017-07-12
sshfs_open_commin(): fix compiler warning
Nikolaus Rath
2017-07-12
sftp_readdir_async(): don't access request when it may have been freed
Nikolaus Rath
2017-07-08
Switch to libfuse 3.1.0
Nikolaus Rath
2017-07-08
Switch to libfuse 3.0.
Nikolaus Rath
2017-07-08
Re-enabled cache support.
Nikolaus Rath
2017-06-22
Split readdir() into opendir(), readdir() and releasedir()
Nikolaus Rath
2017-06-22
Transition from getdir() to readdir(), temporarily disable cache
Nikolaus Rath
2017-06-07
Fixed compiler warnings
Nikolaus Rath
2017-06-07
Dropped support for libfuse < 2.9
Nikolaus Rath
2017-06-06
Remove support for "all" workarounds
Nikolaus Rath
2017-06-06
Add fstat workaround to help output.
Nikolaus Rath
2017-06-06
Dropped nodelaysrv workaround
Nikolaus Rath
[next]