aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-07Don't use emacs' python-mode for meson filesNikolaus Rath
2017-07-06Don't redefine FUSE_USE_VERSIONNikolaus Rath
2017-06-05getgroups(): clarify codeNikolaus Rath
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno
2017-05-25Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptpablomh
2017-05-24lib/meson.build: don't crash if there's no libdlNikolaus 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-20make buffer size match kernel max transfer sizeCarlos Maiolino
2017-04-14Set default options before parsingTej Chajed
2017-04-10Released 3.0.1Nikolaus Rath
2017-03-03Optimize fuse_fs_read. (#145)amosonn
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath
2016-12-23Set IGNORE_MTAB when running under NetBSDNikolaus Rath
2016-12-23Memory leak fixed in file : mount_bsd.citsdeepak
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath
2016-11-29Return signal value if session loop is terminated by signal and improve docum...Nikolaus Rath
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk
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-16Abort if fs requests capabilities not supported by kernel.Nikolaus Rath
2016-11-16Fail more nicely on max_read mismatchNikolaus Rath
2016-11-16Add support for more detailed error codes from main loopNikolaus Rath
2016-10-28Clean-up doxygen documentationNikolaus Rath
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath
2016-10-25Use "se" instead of "f" for struct fuse_sessionNikolaus Rath
2016-10-24Added debug logging to chmodNikolaus Rath
2016-10-24Fix segfault in debug logging codeNikolaus 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-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath
2016-10-20Accept zero value for fuse_conn_info optionsNikolaus Rath
2016-10-20Do not close stdout on fuse_session_destroy()Consus
2016-10-18Cast to void where we deliberately ignore return valuesNikolaus Rath
2016-10-18Ignore some errorsMihail Konev
2016-10-17Update linker scriptNikolaus Rath
2016-10-17fuse_session_new(): accept --debugNikolaus Rath
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath
2016-10-16fuse_session_new: accept -o debug as synonym for -dNikolaus 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