aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
AgeCommit message (Expand)Author
2017-07-08Released 3.1.0Nikolaus Rath
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath
2017-07-07Fixed typo in ChangelogNikolaus Rath
2017-07-06Fixed bug in code example in ChangeLog.Nikolaus Rath
2017-06-21Install init script in $DESTDIR/etc, not $prefix/$sysconfdirNikolaus Rath
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath
2017-06-05example/passthrough_ll: added write supportNikolaus Rath
2017-05-25Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath
2017-05-24fuse_signals.c: use new do_nothing function instead of SIG_IGNNikolaus Rath
2017-05-24Released libfuse 3.0.2Nikolaus Rath
2017-04-10Released 3.0.1Nikolaus Rath
2017-04-10Added ChangeLog for commits c24cc to eb972.Nikolaus Rath
2017-04-07Fix rst markup.Nikolaus Rath
2017-04-07Document true meaning of the 'use_ino' option.Nikolaus Rath
2017-03-16Document that -o auto_unmount implies -o nodev,nosuidNikolaus Rath
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath
2016-12-23Added documentation and test case for null exampleNikolaus Rath
2016-12-09Released 3.0.0Nikolaus Rath
2016-11-29Released 3.0.0rc3Nikolaus Rath
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath
2016-11-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath
2016-11-22Add support for FUSE_POSIX_ACLNikolaus Rath
2016-11-22Added support for FUSE_PARALLEL_DIROPSNikolaus Rath
2016-11-16Enable more capabilities by default, and document defaults.Nikolaus Rath
2016-11-16Update ChangeLog to include recent documentation improvementsNikolaus Rath
2016-11-16Abort if fs requests capabilities not supported by kernel.Nikolaus Rath
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath
2016-11-10Added documentation for FUSE_CAP_FLOCK_LOCKSNikolaus Rath
2016-11-10Make test for util-linux version more robustNikolaus Rath
2016-11-10Don't expect EACCESS errors as rootNikolaus Rath
2016-11-06Released 3.0.0-rc2Nikolaus Rath
2016-11-06Fix documentation: fuse_file_info may be NULL for open filesNikolaus Rath
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath
2016-10-28Released 3.0.0rc1Nikolaus Rath
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath
2016-10-24fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath
2016-10-20ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTNikolaus Rath
2016-10-17Spelling fixNikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Removed -o nopath - it never did anythingNikolaus Rath
2016-10-15Removed -o nonempty optionNikolaus Rath
2016-10-15Drop -o large_read mount optionNikolaus Rath
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13Added lost ChangeLog entries for -o writeback_cache and -o async_dio.Nikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath