Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | Released 3.5.2sshfs-3.5.2 | Nikolaus Rath | |
2018-12-22 | Bump meson dependency | Nikolaus Rath | |
build_by_default arg in custom_target needs 0.40.0 | |||
2018-12-22 | Released 3.5.1sshfs-3.5.1 | Nikolaus Rath | |
2018-12-22 | meson: fallback to looking for rst2man.py | Tim Harder | |
As that's what upstream docutils installs by default. | |||
2018-08-28 | Released 3.5.0sshfs-3.5.0 | Nikolaus Rath | |
2018-06-29 | Released 3.4.0sshfs-3.4.0 | Nikolaus Rath | |
2018-04-29 | Released 3.3.2sshfs-3.3.2 | Nikolaus Rath | |
2017-10-25 | Released 3.3.1sshfs-3.3.1 | Nikolaus Rath | |
2017-09-22 | Install manpage in man1/, not 1/ | Nikolaus Rath | |
Fixes: #95. | |||
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 | |