aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Simplify and fix FreeBSD fsname handlingGravatar Nikolaus Rath2017-08-03
* Simply #ifdefsGravatar Nikolaus Rath2017-08-03
* FreeBSD: supprt fsname= optionGravatar Baptiste Daroussin2017-08-03
* FreeBSD: use unmount(2) and add missing FreeBSD mount optionGravatar Baptiste Daroussin2017-08-03
* Fix compiler warnings of gcc-5.4.xGravatar Banglang2017-08-01
* Only declare fuse_new_30() when FUSE_USE_VERSION == 30Gravatar Nikolaus Rath2017-07-13
* fuse_new_30(): call fuse_new_31(), not fuse_new()Gravatar Nikolaus Rath2017-07-13
* Fixup symbol versioning for GCC 4.xGravatar 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
* Don't use emacs' python-mode for meson filesGravatar Nikolaus Rath2017-07-07
* Don't redefine FUSE_USE_VERSIONGravatar Nikolaus Rath2017-07-06
* getgroups(): clarify codeGravatar Nikolaus Rath2017-06-05
* Fix comparison of integers of different signsGravatar Angelo G. Del Regno2017-06-05
* Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptGravatar pablomh2017-05-25
* lib/meson.build: don't crash if there's no libdlGravatar Nikolaus Rath2017-05-24
* 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
* make buffer size match kernel max transfer sizeGravatar Carlos Maiolino2017-04-20
* Set default options before parsingGravatar Tej Chajed2017-04-14
* Released 3.0.1Gravatar Nikolaus Rath2017-04-10
* Optimize fuse_fs_read. (#145)Gravatar amosonn2017-03-03
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
* Set IGNORE_MTAB when running under NetBSDGravatar Nikolaus Rath2016-12-23
* Memory leak fixed in file : mount_bsd.cGravatar itsdeepak2016-12-23
* Improve documentation of fuse_session_unmountGravatar Nikolaus Rath2016-11-29
* Return signal value if session loop is terminated by signal and improve docum...Gravatar Nikolaus Rath2016-11-29
* Rename more things from fuse to fuse3Gravatar Przemysław Pawełczyk2016-11-28
* 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
* Abort if fs requests capabilities not supported by kernel.Gravatar Nikolaus Rath2016-11-16
* Fail more nicely on max_read mismatchGravatar Nikolaus Rath2016-11-16
* Add support for more detailed error codes from main loopGravatar Nikolaus Rath2016-11-16
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Gravatar Nikolaus Rath2016-10-28
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* Use "se" instead of "f" for struct fuse_sessionGravatar Nikolaus Rath2016-10-25
* Added debug logging to chmodGravatar Nikolaus Rath2016-10-24
* Fix segfault in debug logging codeGravatar Nikolaus Rath2016-10-24
* 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
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
* Pass struct fuse_config to high-level init() handler.Gravatar Nikolaus Rath2016-10-20
* Accept zero value for fuse_conn_info optionsGravatar Nikolaus Rath2016-10-20
* Do not close stdout on fuse_session_destroy()Gravatar Consus2016-10-20
* Cast to void where we deliberately ignore return valuesGravatar Nikolaus Rath2016-10-18
|\
| * Ignore some errorsGravatar Mihail Konev2016-10-18