Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-20 | Added .rst suffix to ChangeLog. | Nikolaus Rath | |
That way, programs are more likely to highlight the file correctly. | |||
2017-06-20 | Document hardlink limitation. | Nikolaus Rath | |
2017-06-20 | Converted README from Markdown to Restructured Text. | Nikolaus Rath | |
2017-06-20 | Dropped obsolete FUSE 2.x #ifdefs | Nikolaus Rath | |
2017-06-19 | Added .dir-locals.el to setup correct indentation in Emacs | Nikolaus Rath | |
2017-06-08 | Updated mailing list information. | Nikolaus Rath | |
2017-06-07 | Fixed compiler warnings | Nikolaus Rath | |
2017-06-07 | Dropped support for libfuse < 2.9 | Nikolaus Rath | |
This is in preparation for the move to libfuse 3.0 | |||
2017-06-06 | Remove support for "all" workarounds | Nikolaus Rath | |
This should never be used. We may add new workarounds in the future, and they should only be enabled explicitly when needed. | |||
2017-06-06 | Add fstat workaround to help output. | Nikolaus Rath | |
2017-06-06 | Document rename workaround. | Nikolaus Rath | |
2017-06-06 | Dropped nodelaysrv workaround | Nikolaus Rath | |
The same effect (enabling NODELAY on the server side *and* enabling X11 forwarding) can be achieved by explicitly passing `-o ForwardX11` | |||
2017-06-06 | Added support for building with Meson. | Nikolaus Rath | |
2017-06-06 | Don't call g_thread_init() | Nikolaus Rath | |
No longer required since glib 2.32. | |||
2017-06-06 | Fixed compiler warning | Nikolaus Rath | |
2017-06-06 | Dropped nodelay workaround | Nikolaus Rath | |
This was a performance improvement for SSH versions prior to 4.4. There is no reason to continue to support this. | |||
2017-06-06 | Fixed Markdown markup. | Nikolaus Rath | |
2017-06-06 | Reworked README | Nikolaus Rath | |
Now also includes mailing list. | |||
2017-06-05 | main(): setup signal handlers before connecting | Nikolaus Rath | |
Otherwise, aborting the password prompt with Ctrl+C will also kill the sshfs process and leave the mountpoint inaccessible. Fixes: #9. | |||
2017-05-31 | Added changelog entry for commit d93f1. | Nikolaus Rath | |
2017-05-31 | Merge branch 'master' of github.com:libfuse/sshfs | Nikolaus Rath | |
2017-05-31 | Update README.md for macOS | tpoindessous | |
On macOS, we don't have fusermount, so we use umount command. Thanks. | |||
2017-05-31 | Update the missing options (that make sense from ssh_config) | Jakub Jelen | |
2017-04-17 | Released 2.9sshfs-2.9 | Nikolaus Rath | |
2017-04-17 | Fixed up version numbers in ChangeLog | Nikolaus Rath | |
2017-01-12 | Merge pull request #23 from billziss-gh/master | Nikolaus Rath | |
Port SSHFS to Cygwin | |||
2017-01-12 | remove no longer useful check for fsp_fuse_opt_parse from configure.ac | Bill Zissimopoulos | |
2016-12-30 | Merge pull request #38 from BerserkerTroll/master | Nikolaus Rath | |
sshfs.1.in: remove duplicate "slave" option description | |||
2016-12-30 | sshfs.1.in: remove duplicate "slave" option description | Berserker | |
2016-07-28 | Merge pull request #27 from benesch/master | Nikolaus Rath | |
Remove call to g_slice_set_config() | |||
2016-07-28 | Remove call to g_slice_set_config() | Benjamin Fleischer | |
It is unclear why G_SLICE_CONFIG_ALWAYS_MALLOC has been set before but doing so with the latest version of GLib (2.46.2) results in the following warning: GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed This fixes issue osxfuse/sshfs#17 | |||
2016-07-01 | Merge pull request #24 from kuscsik/master | Nikolaus Rath | |
Makefile: fix path for sshfs.1 | |||
2016-07-01 | Makefile: fix path for sshfs.1 | Zoltan Kuscsik | |
Fix source path when build directory differs from the source dir. | |||
2016-06-23 | Merge pull request #20 from rianhunter/master | Nikolaus Rath | |
Require paths for truncate/fstat workarounds | |||
2016-06-22 | port sshfs to cygwin | Bill Zissimopoulos | |
2016-06-22 | Released 2.8sshfs_2.8 | Nikolaus Rath | |
2016-06-22 | Fixed release year of version 2.7 | Nikolaus Rath | |
2016-06-06 | Require paths for truncate/fstat workarounds | Rian Hunter | |
Commit 74bfa3850a2568f96dd1d090a9386534c9bb4629 allowed sshfs to run without requiring a non-NULL path argument for certain operations. This was erroneous in the case of using certain workarounds. | |||
2016-06-05 | Add extra quoting for increased compatibility. | Nikolaus Rath | |
Fixes: #15. | |||
2016-06-05 | Merge branch 'rianhunter-master' | Nikolaus Rath | |
2016-06-05 | Added ChangeLog entry for fsync extension | Nikolaus Rath | |
2016-06-01 | Support the lack of paths when cache is off | Rian Hunter | |
Before FUSE 2.9, FUSE had to emulate unlink() if a file was still open via renaming to a hidden file. This was due to the requirement that a valid "path" argument must be submitted for many FUSE operations. FUSE 2.9 introduced the flag_nullpath_ok and flag_nopath flags that allow a FUSE file system to signal to FUSE that the "path" argument may be NULL in certain operations. sshfs doesn't require paths if the cache isn't used so communicate that information to the FUSE layer. | |||
2016-06-01 | Implement support for "fsync@openssh.com" | Rian Hunter | |
OpenSSH implements fsync() via the extension "fsync@openssh.com". This change uses that extension when receiving a FUSE fsync request. | |||
2016-03-01 | Released 2.7sshfs-2.7 | Nikolaus Rath | |
2016-02-25 | Merge pull request #8 from gapan/master | Nikolaus Rath | |
Restore FAQ file | |||
2016-02-25 | Restore FAQ file | George Vlahavas | |
This commit restores the FAQ file present in sshfs versions up to 2.5. Changes since the version in the 2.5 release: - Remove most wiki markup - Edit question about bug reports to point to the Github issue tracker - Remove unanswered questions - Minor formatting | |||
2016-02-16 | Merge pull request #6 from jmmv/cache-options | Nikolaus Rath | |
Make cache parameters configurable | |||
2016-02-10 | Explicitly qualify unsigned as unsigned int | Julio Merino | |
2016-02-10 | Expose the cache clean interval settings as flags | Julio Merino | |
Allow the user to customize the cache regular and minimum clean intervals as flags via the new cache_clean_interval and cache_min_clean_interval options. While doing this, rename the internal variables and constants to suffix them with their unit (seconds). | |||
2016-02-10 | Expose the maximum cache size setting as a flag | Julio Merino | |
Allow the user to customize the size of the sshfs cache by adding a new max_cache_size flag and turning the hardcoded constant into a variable. |