aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-15Merge branch 'fixup-lock-options'Nikolaus Rath
2016-10-15Re-activated lost no_remote_*lock options.Nikolaus Rath
2016-10-13do_init(): treat command line options consistentlyNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-13Move session options into sub-structNikolaus Rath
2016-10-13Use NULL for option processing function where possible.Nikolaus Rath
2016-10-13Activate splice_read by default if write_buf is implemented.Nikolaus Rath
2016-10-10Factored out LL_OPTIONS macroNikolaus Rath
2016-10-10Removed 'async_read' field in fuse_conn_infoNikolaus Rath
2016-10-10Make several -o NN options work againNikolaus Rath
2016-10-10Use "se" instead of "f" for fuse_session pointer where possible.Nikolaus Rath
2016-10-10fuse_main(): extend support for printing helpNikolaus Rath
2016-10-09fuse_main_real(): use fuse_parse_cmdline().Nikolaus Rath
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath
2016-10-09Added missing export of fuse_pkgversion.Nikolaus Rath
2016-10-09Fix valgrind warningNikolaus Rath
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath
2016-10-05Remove pointless aliasing of fuse_session *se to *fNikolaus Rath
2016-10-05Removed obsolete, unused *f member from struct fuse_session.Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 8)Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 7)Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 6)Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 5)Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 4)Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 3)Nikolaus Rath
2016-10-04Merge fuse_ll into fuse_session (part 2)Nikolaus Rath