Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | Released 3.3.0sshfs-3.3.0 | Nikolaus Rath | |
2017-09-20 | Add support for mounting from /etc/fstab | Nikolaus Rath | |
Fixes: #92. | |||
2017-08-22 | Use 'buildtype' to set debug/optimization options | Nikolaus Rath | |
Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing. | |||
2017-08-18 | Converted manpage to Restructured Text | Nikolaus Rath | |
2017-08-14 | Bump version number | Anatol Pomozov | |
2017-08-04 | Released 3.1.0sshfs-3.1.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-22 | Fix Meson manpage install | Nikolaus Rath | |
Without this, Meson is looking for sshfs.1 in the source directory. However, since that is a generated file it is in the build directory. | |||
2017-06-22 | Compile with -g -O2 by default. | 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 | Added support for building with Meson. | Nikolaus Rath | |