aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-01-12Fix a few typos in README.md. (#579)John Baber-Lucero
* 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-10Remove pointer to professional consulting offersNikolaus Rath
I do not want to offer this actively anymore.
2020-07-03README: Correct the directory name from 'examples' to 'example' (#526)winndows
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-03docs: Replace `mesonconf` with `meson configure` (#528)Craig Chi
Fixes #527
2019-10-24Update README.md (#465)Emily Herbert
2019-04-30Added information about development status.Nikolaus Rath
2018-10-16Bump minimum Meson versionNikolaus Rath
According to user reports (https://github.com/libfuse/libfuse/pull/300), we need at least version 0.42.
2017-11-27fix "Rath Consulting" link (#225)divinity76
2017-11-13Updated professional support information.Nikolaus Rath
2017-09-12Use "mkdir" instead of "md" in instructions.Nikolaus Rath
Fixes: #205.
2017-08-24Dropped support for building with autotoolsNikolaus Rath
It's just too much pain to keep it working.
2017-07-06Added information about professional support.Nikolaus Rath
2017-06-06Describe supported platforms.Nikolaus Rath
2017-04-10Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath
Together with the previous commit, this fixes #156.
2017-04-10Build tests by default.Nikolaus Rath
2017-03-15Document minimum required Meson version.Nikolaus Rath
Fixes #138.
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath
2017-01-12Rephrased security informationNikolaus Rath
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-11Adding the markdown for travis CI build.Arunav Sanyal
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk
2016-10-16Various documentation updatesNikolaus Rath
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-29Added basic unit tests.Nikolaus Rath
Fixes issue #33.
2016-03-01Improve description of issue #15.Nikolaus Rath
2016-02-02Fix description of bug #15.Nikolaus Rath
2016-02-01Document bug #15.Nikolaus Rath
2016-01-28Include documentation in tarball.Nikolaus Rath
2016-01-28Remove "credits" section, we now have an AUTHORS file.Nikolaus Rath
2015-12-21Updated homepage URL and added download location.Nikolaus Rath
2015-12-20Migrated README to README.md for Markdown rendering on GitHub.Nikolaus Rath