Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-03-20 | Add final "meson setup --reconfigure" to README.md | Bernd Schubert | -1/+4 | |
This reconfigure is recommended to ensure the build system (ninja/cmake/...) get the updated meson config. They typically do, but it depends on file time stamps - is a potential random error source. | ||||
2023-08-08 | Don't attempt to put signify signature into gz header | Nikolaus Rath | -6/+5 | |
This is currently buggy, cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042837 | ||||
2023-07-05 | Use signify to sign releases. | Nikolaus Rath | -2/+13 | |
2023-03-29 | Fix meson deprecation warning | Matthias Goergens | -1/+1 | |
When running `meson ..` I get: ``` WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. ``` So let's fix this in the docs. | ||||
2021-01-12 | Fix a few typos in README.md. (#579) | John Baber-Lucero | -4/+4 | |
* Fix a few typos in README.md. * Change recommendation to mandate for meson and ninja Co-authored-by: John Baber-Lucero <git@frundle.com> | ||||
2020-08-10 | Remove pointer to professional consulting offers | Nikolaus Rath | -7/+0 | |
I do not want to offer this actively anymore. | ||||
2020-07-03 | README: Correct the directory name from 'examples' to 'example' (#526) | winndows | -1/+1 | |
Correct the directory name from 'examples' to 'example' in readme. Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn> Co-authored-by: Liao Pingfang <liao.pingfang@zte.com.cn> | ||||
2020-07-03 | docs: Replace `mesonconf` with `meson configure` (#528) | Craig Chi | -4/+4 | |
Fixes #527 | ||||
2019-10-24 | Update README.md (#465) | Emily Herbert | -1/+1 | |
2019-04-30 | Added information about development status. | Nikolaus Rath | -0/+14 | |
2018-10-16 | Bump minimum Meson version | Nikolaus Rath | -3/+3 | |
According to user reports (https://github.com/libfuse/libfuse/pull/300), we need at least version 0.42. | ||||
2017-11-27 | fix "Rath Consulting" link (#225) | divinity76 | -2/+2 | |
2017-11-13 | Updated professional support information. | Nikolaus Rath | -2/+2 | |
2017-09-12 | Use "mkdir" instead of "md" in instructions. | Nikolaus Rath | -1/+1 | |
Fixes: #205. | ||||
2017-08-24 | Dropped support for building with autotools | Nikolaus Rath | -18/+1 | |
It's just too much pain to keep it working. | ||||
2017-07-06 | Added information about professional support. | Nikolaus Rath | -0/+7 | |
2017-06-06 | Describe supported platforms. | Nikolaus Rath | -0/+8 | |
2017-04-10 | Remove 'tests' target in favor of calling py.test directly. | Nikolaus Rath | -4/+4 | |
Together with the previous commit, this fixes #156. | ||||
2017-04-10 | Build tests by default. | Nikolaus Rath | -1/+1 | |
2017-03-15 | Document minimum required Meson version. | Nikolaus Rath | -3/+3 | |
Fixes #138. | ||||
2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -18/+43 | |
2017-01-12 | Rephrased security information | Nikolaus Rath | -29/+29 | |
The permission caching bug has been present forever, is presumably going to stay around for a while, and is of less concern if allow_other is not used. Since allow_other is disabled by default, I think we can safely make this warning less prominent and document the problem when we describe allow_other. Also, drop the travis build status. It's confusing when reading README.md after extracting the tarball, and I am not sure who benefits from the build status when it is shown on GitHub either. | ||||
2016-12-11 | Adding the markdown for travis CI build. | Arunav Sanyal | -0/+2 | |
2016-11-28 | Rename more things from fuse to fuse3 | Przemysław Pawełczyk | -1/+1 | |
2016-10-16 | Various documentation updates | Nikolaus Rath | -4/+2 | |
Move README.NFS into doc/ Update project URL Remove reference to non-existent INSTALL file Remove outdated/obsolete NEWS and how-fuse-works files. Update references to examples. | ||||
2016-03-29 | Added basic unit tests. | Nikolaus Rath | -1/+6 | |
Fixes issue #33. | ||||
2016-03-01 | Improve description of issue #15. | Nikolaus Rath | -8/+10 | |
2016-02-02 | Fix description of bug #15. | Nikolaus Rath | -9/+19 | |
2016-02-01 | Document bug #15. | Nikolaus Rath | -2/+12 | |
2016-01-28 | Include documentation in tarball. | Nikolaus Rath | -1/+3 | |
2016-01-28 | Remove "credits" section, we now have an AUTHORS file. | Nikolaus Rath | -12/+0 | |
2015-12-21 | Updated homepage URL and added download location. | Nikolaus Rath | -1/+5 | |
2015-12-20 | Migrated README to README.md for Markdown rendering on GitHub. | Nikolaus Rath | -0/+98 | |