aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
Commit message (Expand)AuthorAge
* Don't pass --update to cpGravatar Nikolaus Rath2017-08-11
* Fix support for FUSE_POSIX_ACLGravatar Marcin Sulikowski2017-08-07
* Released 3.1.1Gravatar Nikolaus Rath2017-08-06
* Added writeback cache to passthrough_llGravatar Nikolaus Rath2017-08-06
* Clarify how the filesystem should handle open/create flagsGravatar Nikolaus Rath2017-08-06
* Added ChangeLog entry for FreeBSD commits.Gravatar Nikolaus Rath2017-08-03
* Don't check st_nlink value for mkdirGravatar Nikolaus Rath2017-08-03
* Added changelog entry for symbol versioning fixes.Gravatar Nikolaus Rath2017-08-03
* Added changelog entry for commit f0ecf.Gravatar Nikolaus Rath2017-08-03
* Fix compilation on 32bit systemsGravatar Nikolaus Rath2017-08-03
* Released 3.1.0Gravatar Nikolaus Rath2017-07-08
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
* Fixed description of struct fuse_conn_info->time_granGravatar Nikolaus Rath2017-07-08
* Fixed typo in ChangelogGravatar Nikolaus Rath2017-07-07
* Fixed bug in code example in ChangeLog.Gravatar Nikolaus Rath2017-07-06
* Install init script in $DESTDIR/etc, not $prefix/$sysconfdirGravatar Nikolaus Rath2017-06-21
* examples/passthrough_ll: added support for create()Gravatar Nikolaus Rath2017-06-05
* example/passthrough_ll: added write supportGravatar Nikolaus Rath2017-06-05
* Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.Gravatar Nikolaus Rath2017-05-25
* fuse_signals.c: use new do_nothing function instead of SIG_IGNGravatar Nikolaus Rath2017-05-24
* Released libfuse 3.0.2Gravatar Nikolaus Rath2017-05-24
* Released 3.0.1Gravatar Nikolaus Rath2017-04-10
* Added ChangeLog for commits c24cc to eb972.Gravatar Nikolaus Rath2017-04-10
* Fix rst markup.Gravatar Nikolaus Rath2017-04-07
* Document true meaning of the 'use_ino' option.Gravatar Nikolaus Rath2017-04-07
* 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