Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-06 | Released 3.2.0sshfs-3.2.0 | Nikolaus Rath | |
2017-08-06 | Re-enabled writeback cache. | Nikolaus Rath | |
Fixes: #72. | |||
2017-08-06 | Support O_APPEND. | Nikolaus Rath | |
Fixes: #76. | |||
2017-08-06 | Actually disable writeback cache, instead of just claiming to do so. | Nikolaus Rath | |
2017-08-04 | Released 3.1.0sshfs-3.1.0 | Nikolaus Rath | |
2017-08-04 | Disable writeback cache for now | Nikolaus Rath | |
Writeback cache seems to cause dataloss in some situations. We need to investigate this first. See https://github.com/libfuse/sshfs/issues/72. | |||
2017-08-03 | Accept -o cache_* options for backward compatibility. | Nikolaus Rath | |
Fixes: #73. | |||
2017-07-12 | sftp_readdir_async(): don't access request when it may have been freed | Nikolaus Rath | |
Fixes: #7 | |||
2017-07-08 | Released 3.0.0sshfs-3.0.0 | Nikolaus Rath | |
2017-07-08 | Switch to libfuse 3.1.0 | Nikolaus Rath | |
libfuse 3.0.0 is rather new and not widely used yet, so requiring libfuse 3.1.0 right away shouldn't be a problem. | |||
2017-07-08 | Switch to libfuse 3.0. | Nikolaus Rath | |
2017-06-22 | Added unit tests and travis integration | Nikolaus Rath | |
2017-06-20 | Added .rst suffix to ChangeLog. | Nikolaus Rath | |
That way, programs are more likely to highlight the file correctly. |