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
Age
Commit message (
Expand
)
Author
2021-10-30
add missing backtick (#270)
Kim Brose
2021-10-06
Fix typo in ssh_opts (#269)
Antonio Rojas
2021-09-24
Clarify the need for libfuse3.
Nikolaus Rath
2021-08-30
add .git-blame-ignore-revs (#261)
Cam Cope
2021-08-30
Fixup whitespace and configure CI to keep it that way
Cam Cope
2021-08-25
Fix script issues identified through shellcheck (#258)
a1346054
2021-06-08
Released 3.7.2
sshfs-3.7.2
Nikolaus Rath
2021-02-25
Fix deadlock in conn cleanup (#244)
Andrew Stone
2021-01-19
Update to newer CI environment.
Nikolaus Rath
2021-01-19
Workaround for mkdir on existing directory (#242)
Peter Belm
2020-11-09
Released 3.7.1
sshfs-3.7.1
Nikolaus Rath
2020-11-02
Rename option to 'passive' and add some example in manual. (#232)
Junichi Uekawa
2020-11-02
sshfs.c: fix build with gcc 4.8 (#233)
Fabrice Fontaine
2020-09-04
Update sshfs.rst (#220)
Junichi Uekawa
2020-09-03
Unset OLDPWD environment variable (#227)
Simon Arlott
2020-08-10
Remove pointer to professional consulting offers
Nikolaus Rath
2020-05-17
Fix typo in docs (#213)
bjoe2k4
2020-01-03
Released 3.7.0
sshfs-3.7.0
Nikolaus Rath
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-24
Do not fail tests if connecting to localhost for first time.
Nikolaus Rath
2019-11-23
Added build/ to gitignore.
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
Add documentation of permission handling to manpage.
Nikolaus Rath
2019-11-03
Fix markup.
Nikolaus Rath
2019-11-03
Released 3.6.0
sshfs-3.6.0
Nikolaus Rath
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-30
Update issue templates
Nikolaus Rath
2019-04-29
Documented development status.
Nikolaus Rath
2019-04-13
Released 3.5.2
sshfs-3.5.2
Nikolaus Rath
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-27
Travis CI: Use Xenial instead of Trusty.
Nikolaus Rath
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
Bump meson dependency
Nikolaus Rath
2018-12-22
Released 3.5.1
sshfs-3.5.1
Nikolaus Rath
2018-12-22
Use fusermount3 instead of fusermount
Nikolaus Rath
2018-12-22
Kill filesystem process on test cleanup.
Nikolaus Rath
[next]