aboutsummaryrefslogtreecommitdiffstats
path: root/example/meson.build
AgeCommit message (Collapse)AuthorLines
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath-5/+5
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath-6/+8
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath-1/+1
The previous name didn't make much sense.
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+1
We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine.
2017-08-23Added examples/printcapNikolaus Rath-1/+1
2017-08-11Don't build passthrough_ll under BSD.Nikolaus Rath-2/+7
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+29