Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-06-24 | Travis-CI: Make sure lsan supppressions file can be read by root. | Nikolaus Rath | -5/+8 | |
2021-06-09 | Cuse example: Fix memory leak (#607) | Christian Menges | -3/+1 | |
* cuse example: fix memory leak * Travis CI: re-enable leak checking | ||||
2020-09-12 | Update Travis to Ubuntu Bionic | Tom Callaway | -1/+1 | |
2020-09-11 | Implement GCC 10 style symbol versioning (#545) | Tom Callaway | -1/+6 | |
2019-05-09 | Added new example filesystem | Nikolaus Rath | -2/+7 | |
passthrough_hp puts emphasis and performance and correctness, rather than simplicity. | ||||
2018-11-06 | Update CI build script | Nikolaus Rath | -2/+2 | |
There is no gcc-6 package anymore. | ||||
2018-10-09 | Add unprivileged option in `mount.fuse3` | Mattias Nissler | -5/+20 | |
The unprivileged option allows to run the FUSE file system process without privileges by dropping capabilities and preventing them from being re-acquired via setuid / fscaps etc. To accomplish this, mount.fuse sets up the `/dev/fuse` file descriptor and mount itself and passes the file descriptor via the `/dev/fd/%u` mountpoint syntax to the FUSE file system. | ||||
2018-04-13 | Fix path to pytest cache directory. | Nikolaus Rath | -1/+1 | |
2018-03-31 | Travis: remove root-owned cache files. | Nikolaus Rath | -0/+3 | |
2017-08-24 | Dropped support for building with autotools | Nikolaus Rath | -8/+0 | |
It's just too much pain to keep it working. | ||||
2017-05-24 | Travis-CI: Don't abort on first failed test | Nikolaus Rath | -4/+6 | |
This should help debugging issue #157. | ||||
2017-04-10 | Fix travis build script. Broken in e372d. | Nikolaus Rath | -3/+3 | |
2017-01-23 | Put -Werror in mesonconf, not CFLAGS | Nikolaus Rath | -3/+2 | |
Putting it in CFLAGS interferes with feature detection. | ||||
2017-01-12 | Only use valgrind if requested explicitly + enable address sanitizer | Nikolaus Rath | -2/+7 | |
2017-01-12 | Switch Travis build to Meson+Ninja | Nikolaus Rath | -0/+53 | |