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
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
2017-06-06
Don't call g_thread_init()
Nikolaus Rath
2017-06-06
Fixed compiler warning
Nikolaus Rath
2017-06-06
Dropped nodelay workaround
Nikolaus Rath
2017-06-05
main(): setup signal handlers before connecting
Nikolaus Rath
2017-05-31
Update the missing options (that make sense from ssh_config)
Jakub Jelen
2017-01-12
Merge pull request #23 from billziss-gh/master
Nikolaus Rath
2016-07-28
Remove call to g_slice_set_config()
Benjamin Fleischer
2016-06-22
port sshfs to cygwin
Bill Zissimopoulos
2016-06-06
Require paths for truncate/fstat workarounds
Rian Hunter
2016-06-01
Support the lack of paths when cache is off
Rian Hunter
2016-06-01
Implement support for "fsync@openssh.com"
Rian Hunter
2016-02-10
Expose the cache clean interval settings as flags
Julio Merino
2016-02-10
Expose the maximum cache size setting as a flag
Julio Merino
2016-02-08
Unconditionally mlock the password in memory
Julio Merino
2016-02-08
Remove apparently-unnecessary lock
Julio Merino
2016-02-08
Avoid using cpp for sshfs.1 generation
Julio Merino
2016-02-08
Remove LIBDIR explicit definition
Julio Merino
2016-02-08
Drop the cache_enabled hack
Julio Merino
2016-02-08
Drop OSXFUSE_SSHFS_VERSION
Julio Merino
2016-02-08
Merge remote-tracking branch 'osxfuse/master' into merge-osxfuse
Julio Merino
[next]