summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Added changelog entry for symbol versioning fixes.Nikolaus Rath2017-08-031-0/+3
* Added changelog entry for commit f0ecf.Nikolaus Rath2017-08-031-0/+3
* Fix compilation on 32bit systemsNikolaus Rath2017-08-031-0/+6
* Released 3.1.0fuse-3.1.0Nikolaus Rath2017-07-081-2/+2
* Added public fuse_lib_help(), bumped minor versionNikolaus Rath2017-07-081-1/+5
* Fixed description of struct fuse_conn_info->time_granNikolaus Rath2017-07-081-0/+3
* Fixed typo in ChangelogNikolaus Rath2017-07-071-1/+1
* Fixed bug in code example in ChangeLog.Nikolaus Rath2017-07-061-2/+2
* Install init script in $DESTDIR/etc, not $prefix/$sysconfdirNikolaus Rath2017-06-211-0/+2
* examples/passthrough_ll: added support for create()Nikolaus Rath2017-06-051-2/+2
* example/passthrough_ll: added write supportNikolaus Rath2017-06-051-0/+2
* Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Nikolaus Rath2017-05-251-0/+4
* fuse_signals.c: use new do_nothing function instead of SIG_IGNNikolaus Rath2017-05-241-0/+6
* Released libfuse 3.0.2fuse-3.0.2Nikolaus Rath2017-05-241-0/+11
* Released 3.0.1fuse-3.0.1Nikolaus Rath2017-04-101-1/+1
* Added ChangeLog for commits c24cc to eb972.Nikolaus Rath2017-04-101-1/+4
* Fix rst markup.Nikolaus Rath2017-04-071-2/+1
* Document true meaning of the 'use_ino' option.Nikolaus Rath2017-04-071-1/+4
* Document that -o auto_unmount implies -o nodev,nosuidNikolaus Rath2017-03-161-0/+1
* Added experimental support for building with Meson+NinjaNikolaus Rath2017-01-121-1/+1
* Added documentation and test case for null exampleNikolaus Rath2016-12-231-0/+6
* Released 3.0.0fuse-3.0.0Nikolaus Rath2016-12-091-28/+23
* Released 3.0.0rc3fuse-3.0.0rc3Nikolaus Rath2016-11-291-2/+2
* Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath2016-11-291-3/+4
* Make handling of -oallow_root easier to understandNikolaus Rath2016-11-221-0/+5
* Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath2016-11-221-1/+6
* Add support for FUSE_POSIX_ACLNikolaus Rath2016-11-221-1/+2
* Added support for FUSE_PARALLEL_DIROPSNikolaus Rath2016-11-221-0/+1
* Enable more capabilities by default, and document defaults.Nikolaus Rath2016-11-161-0/+8
* Update ChangeLog to include recent documentation improvementsNikolaus Rath2016-11-161-1/+2
* Abort if fs requests capabilities not supported by kernel.Nikolaus Rath2016-11-161-0/+3
* Add support for more detailed error codes from main loopNikolaus Rath2016-11-161-0/+4
* Added documentation for FUSE_CAP_FLOCK_LOCKSNikolaus Rath2016-11-101-0/+2
* Make test for util-linux version more robustNikolaus Rath2016-11-101-0/+2
* Don't expect EACCESS errors as rootNikolaus Rath2016-11-101-0/+5
* Released 3.0.0-rc2fuse-3.0.0rc2Nikolaus Rath2016-11-061-2/+2
* Fix documentation: fuse_file_info may be NULL for open filesNikolaus Rath2016-11-061-0/+4
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath2016-10-281-0/+7
* Released 3.0.0rc1fuse-3.0.0rc1Nikolaus Rath2016-10-281-2/+5
* Add max_read to fuse_conn_infoNikolaus Rath2016-10-271-0/+6
* fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath2016-10-241-0/+4
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath2016-10-201-0/+4
* Pass struct fuse_config to high-level init() handler.Nikolaus Rath2016-10-201-0/+4
* ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTNikolaus Rath2016-10-201-0/+7
* Spelling fixNikolaus Rath2016-10-171-1/+1
* Make --help output more suitable for end-userNikolaus Rath2016-10-151-1/+7
* Removed -o nopath - it never did anythingNikolaus Rath2016-10-151-0/+4
* Removed -o nonempty optionNikolaus Rath2016-10-151-0/+10
* Drop -o large_read mount optionNikolaus Rath2016-10-151-0/+3
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath2016-10-151-0/+7