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-12
Fixed compiler warnings
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
2012-03-09
Split fd into separate read and write pipes
Chris Wolfe
2012-03-09
Remove some trailing whitespace.
Chris Wolfe
2012-03-09
skip blank lines
Mike Kelly
2012-03-09
increase portability
Mike Kelly
2012-03-09
fix typo in error message
Mike Kelly
2012-03-09
default to erroring if we can't remap a uid/gid
Mike Kelly
2012-03-09
Make IDMAP_USER the default option on OS X
Benjamin Fleischer
2012-03-08
make sure idmap files aren't writable by others
Mike Kelly
2012-02-14
Add slave option to run sftp over stdin and stdout
Chris Wolfe
2012-02-14
Split fd into separate read and write pipes
Chris Wolfe
[next]