aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
Commit message (Expand)AuthorAge
...
* Document that -o auto_unmount implies -o nodev,nosuidGravatar Nikolaus Rath2017-03-16
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
* Added documentation and test case for null exampleGravatar Nikolaus Rath2016-12-23
* Released 3.0.0Gravatar Nikolaus Rath2016-12-09
* Released 3.0.0rc3Gravatar Nikolaus Rath2016-11-29
* Return signal value if session loop is terminated by signal and improve docum...Gravatar Nikolaus Rath2016-11-29
* Make handling of -oallow_root easier to understandGravatar Nikolaus Rath2016-11-22
* Add support for FUSE_HANDLE_KILLPRIVGravatar Nikolaus Rath2016-11-22
* Add support for FUSE_POSIX_ACLGravatar Nikolaus Rath2016-11-22
* Added support for FUSE_PARALLEL_DIROPSGravatar Nikolaus Rath2016-11-22
* Enable more capabilities by default, and document defaults.Gravatar Nikolaus Rath2016-11-16
* Update ChangeLog to include recent documentation improvementsGravatar Nikolaus Rath2016-11-16
* Abort if fs requests capabilities not supported by kernel.Gravatar Nikolaus Rath2016-11-16
* Add support for more detailed error codes from main loopGravatar Nikolaus Rath2016-11-16
* Added documentation for FUSE_CAP_FLOCK_LOCKSGravatar Nikolaus Rath2016-11-10
* Make test for util-linux version more robustGravatar Nikolaus Rath2016-11-10
* Don't expect EACCESS errors as rootGravatar Nikolaus Rath2016-11-10
* Released 3.0.0-rc2Gravatar Nikolaus Rath2016-11-06
* Fix documentation: fuse_file_info may be NULL for open filesGravatar Nikolaus Rath2016-11-06
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Gravatar Nikolaus Rath2016-10-28
* Released 3.0.0rc1Gravatar Nikolaus Rath2016-10-28
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* fuse_session_new(): don't accept empty argv, check argv[0]Gravatar Nikolaus Rath2016-10-24
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okGravatar Nikolaus Rath2016-10-20
* Pass struct fuse_config to high-level init() handler.Gravatar Nikolaus Rath2016-10-20
* ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTGravatar Nikolaus Rath2016-10-20
* Spelling fixGravatar Nikolaus Rath2016-10-17
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Removed -o nopath - it never did anythingGravatar Nikolaus Rath2016-10-15
* Removed -o nonempty optionGravatar Nikolaus Rath2016-10-15
* Drop -o large_read mount optionGravatar 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
* Added lost ChangeLog entries for -o writeback_cache and -o async_dio.Gravatar Nikolaus Rath2016-10-13
* Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* Activate splice_read by default if write_buf is implemented.Gravatar Nikolaus Rath2016-10-13
* do_init(): treat command line options consistentlyGravatar Nikolaus Rath2016-10-13
* Removed 'async_read' field in fuse_conn_infoGravatar Nikolaus Rath2016-10-10
* Added ChangeLog entry for commit 225c12aebf2d2f27e1d0.Gravatar Nikolaus Rath2016-10-09
* Renamed cuses example and added test programGravatar Nikolaus Rath2016-10-09
* Renamed timefsN examples to fuse_notify_*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
* testfs2: Also test fuse_notify_retrieve().Gravatar Nikolaus Rath2016-10-08
* Added timefs[12] examples.Gravatar Nikolaus Rath2016-10-08
* Removed ``-o big_writes`` optionGravatar Nikolaus Rath2016-10-08
* Released 3.0.0pre0Gravatar Nikolaus Rath2016-10-03
* Added fuse_session_fd()Gravatar Nikolaus Rath2016-10-02
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02