aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAge
...
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okGravatar Nikolaus Rath2016-10-20
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* Fix race condition in notify_* examplesGravatar Nikolaus Rath2016-10-10
* fuse_main(): extend support for printing helpGravatar Nikolaus Rath2016-10-10
* Use NULL as option processor where possible.Gravatar Nikolaus Rath2016-10-09
* Renamed cuses example and added test programGravatar Nikolaus Rath2016-10-09
* Don't confuse lookup count for mountpoint and fileGravatar Nikolaus Rath2016-10-09
* Renamed timefsN examples to fuse_notify_*Gravatar Nikolaus Rath2016-10-09
* Include testfsN examples in Doxygen documentation.Gravatar Nikolaus Rath2016-10-09
* Renamed ioctl and poll examplesGravatar Nikolaus Rath2016-10-09
* Renamed some examples to make their function more obviousGravatar Nikolaus Rath2016-10-09
* fuse_parse_cmdline(): do not print help/version textGravatar Nikolaus Rath2016-10-09
* Whitespace fix.Gravatar Nikolaus Rath2016-10-09
* Dropped example/null.cGravatar Nikolaus Rath2016-10-09
* Added timefs3 to test notify_inval_entry.Gravatar Nikolaus Rath2016-10-08
* Add background and multithreading support to hello_ll and fuse_lo-plusGravatar Nikolaus Rath2016-10-08
* testfs2: Also test fuse_notify_retrieve().Gravatar Nikolaus Rath2016-10-08
* Added timefs[12] examples.Gravatar Nikolaus Rath2016-10-08
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Fixed permissions of source files.Gravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Renamed fuse_lowlevel_new() to fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Fix ioctl exampleGravatar Nikolaus Rath2016-05-13
* Added test_fselGravatar Nikolaus Rath2016-03-29
* libfuse: add flags to ->rename()Gravatar Miklos Szeredi2014-07-15
* compile fix for fuse_lo-plusGravatar Miklos Szeredi2014-03-18
* compile fixGravatar Miklos Szeredi2014-03-17
* libfuse: implement readdirplus for high-level APIGravatar Eric Wong2014-03-05
* libfuse: added fuse_lo-plus.c to the examplesGravatar Miklos Szeredi2014-02-21
* ulockmgr: strip ulockmgr support from this source packageGravatar Miklos Szeredi2013-07-25
* libfuse: fuse -> fuse3Gravatar Miklos Szeredi2013-07-25
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcGravatar Miklos Szeredi2013-07-24
* Documentation fixesGravatar Miklos Szeredi2013-07-17
* rewrote c++ style comments to c style coments mentioned by Miklos SzerediGravatar Joachim Schiele2013-07-02
* - added a doxygen main pageGravatar Joachim Schiele2013-06-20
* libfuse: remove deprecated fuse_operations.utime_omit_okGravatar Miklos Szeredi2013-02-08
* Remove compatibility path handlingGravatar Miklos Szeredi2012-07-20
* Start of 3.0 seriesGravatar Miklos Szeredi2012-07-19
* Add FALLOCATE operationGravatar Anatol Pomozov2012-06-18
* Fix the compile command in the examplesGravatar Miklos Szeredi2012-05-16
* Add 'flag_utime_omit_ok' flag to fuse_operationsGravatar Miklos Szeredi2012-04-10
* utimens availability checkGravatar Emmanuel Dreyfus2011-12-08
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* utimens must not follow symlinksGravatar Sebastian Pipping2011-07-04
* Remove -lrt -ldl from fuse.pc for dynamic linkingGravatar Miklos Szeredi2011-05-26