aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove unused member of 'struct fuse_dh'Gravatar Rostislav Skudnov2018-07-25
* Fix readdir() bug when a non-zero offset is specified in filler (#269)Gravatar Rostislav2018-07-21
* rename: perform user mode dir loop check when not done in kernelGravatar Bill Zissimooulos2018-05-18
* rename: perform user mode dir loop check when not done in kernelGravatar Bill Zissimooulos2018-05-18
* Drop unneeded void cast for actually used local variableGravatar Tomohiro Kusumi2018-04-13
* Fix uninitialised read in fuse_new_30() (#231) (#234)Gravatar Ashley Pittman2018-02-09
* Spelling (#223)Gravatar Josh Soref2017-11-27
* Backed out d92bf83Gravatar Nikolaus Rath2017-11-03
* Adding pointer dereferencing after calling dlsym()Gravatar Sangwoo Moon2017-09-27
* fuse_lib_ioctl(): don't call memcpy with NULL argumentGravatar Nikolaus Rath2017-09-25
* Link with -lrt to support ancient libcGravatar Nikolaus Rath2017-09-25
* Correctly define fusermount3 path.Gravatar Nikolaus Rath2017-09-19
* Make *_loop_mt() available in version 3.0 againGravatar Nikolaus Rath2017-09-19
* Fix versioned symbols in version scriptGravatar Nikolaus Rath2017-09-19
* Don't use external symbol names in internal filesGravatar Nikolaus Rath2017-09-19
* fuse_kern_unmount(): close fd before calling umountGravatar Nikolaus Rath2017-09-11
* do_init(): print missing capabilities if there are any.Gravatar Nikolaus Rath2017-08-25
* Dropped support for building with autotoolsGravatar Nikolaus Rath2017-08-24
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
* Allow inode cache invalidation in high-level APIGravatar SÅ‚awek Rudnicki2017-08-24
* fuse_loop_mt(): on error, return errno rather than -1.Gravatar Nikolaus Rath2017-08-23
* fuse_loop(): don't return non-zero if there was no errorGravatar Nikolaus Rath2017-08-23
* Document and unify error codes of fuse_lowlevel_notify_*Gravatar Nikolaus Rath2017-08-22
* Fix two compiler warnings.Gravatar Nikolaus Rath2017-08-22
* Allow building without iconv.Gravatar Nikolaus Rath2017-08-22
* directly call fuse_new_31() instead of fuse_new() internallyGravatar userwithuid2017-08-14
* fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyGravatar Nikolaus Rath2017-08-11
* fuse_kern_unmount(): fix variable type.Gravatar Nikolaus Rath2017-08-11
* Fix unused variable warnings under FreeBSD.Gravatar Nikolaus Rath2017-08-11
* Fix support for FUSE_POSIX_ACLGravatar Marcin Sulikowski2017-08-07
* Released 3.1.1Gravatar Nikolaus Rath2017-08-06
* 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