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
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
2015-04-14
sshfs: Increase the maximum length of the password
Miklos Szeredi
2014-02-10
sshfs-return-the-correct-x_ok-access
Miklos Szeredi
2014-02-03
Bump version to 2.5.0
Benjamin Fleischer
2014-02-02
Merge tag 'sshfs_2_5'
Benjamin Fleischer
2014-01-08
Implement asynchronous readdir
Alexander Neumann
2014-01-08
Add -o disable_hardlink option (debian bug #670926)
Miklos Szeredi
2014-01-07
Map SSH2_FX_FAILURE to ENOTEMPTY for rmdir
Miklos Szeredi
2013-08-03
Merge remote-tracking branch 'upstream/master'
Benjamin Fleischer
2013-02-05
Add FIXME for deadlock if $PATH contains mountpoint.
Miklos Szeredi
2013-01-08
Add unnamed semaphore implementation for Mac OS X
Benjamin Fleischer
2012-05-14
When checking root directory use LSTAT not STAT
Miklos Szeredi
2012-03-11
Bump version to OSXFUSE SSHFS 2.4.1
Benjamin Fleischer
2012-03-09
Bump version to OSXFUSE SSHFS 2.4.0
Benjamin Fleischer
2012-03-09
Use "#ifdef __APPLE__" instead of "#if __APPLE__"
Benjamin Fleischer
2012-03-09
make sure idmap files aren't writable by others
Mike Kelly
2012-03-09
Add slave option to run sftp over stdin and stdout
Chris Wolfe
[next]