qemu-gpiodev/libfuse.git
2016-11-07 Nikolaus RathReleased 3.0.0-rc2 fuse-3.0.0rc2
2016-11-07 Nikolaus RathRemoved reference to developer-notes.rst (was removed...
2016-11-07 Nikolaus RathFixed section names in documentation index
2016-11-07 Nikolaus RathFix documentation: fuse_file_info may be NULL for open...
2016-11-07 Nikolaus RathRemoved reference to fgetattr and ftruncate (don't...
2016-11-07 Nikolaus RathFixed typo in comment.
2016-11-07 Nikolaus RathDon't hardcode test file name.
2016-11-07 Nikolaus RathAdded test for fchmod
2016-10-31 Nikolaus RathMerge pull request #109 from divinity76/patch-1
2016-10-31 divinity76silence bogus eclipse linter warning
2016-10-29 Nikolaus RathClean-up doxygen documentation
2016-10-28 Nikolaus RathFix memory leak in fusermount.
2016-10-28 Nikolaus RathRenamed fusermount / mount.fuse to fusermount3 / mount...
2016-10-28 Nikolaus RathReleased 3.0.0rc1 fuse-3.0.0rc1
2016-10-28 Mihail Konevman: Document suid requirement
2016-10-28 Nikolaus RathAdd max_read to fuse_conn_info
2016-10-28 Nikolaus RathRemoved obsolete FUSE_DEV_OLD
2016-10-28 Nikolaus RathRemoved some more "Changed in version x.py" comments.
2016-10-27 Nikolaus RathRecommend when to use -o default_permissions automatically
2016-10-27 Nikolaus RathDescribe all mount options in mount.fuse(8).
2016-10-27 Nikolaus RathImprove documentation of -o default_permissions
2016-10-27 Nikolaus RathImprove documentation of capability flags.
2016-10-27 Nikolaus RathImprove man page title
2016-10-26 Nikolaus RathClarify which mount options are intended for file-syste...
2016-10-26 Nikolaus RathClarify difference between notify_inval_entry and notif...
2016-10-26 Nikolaus RathUse "se" instead of "f" for struct fuse_session
2016-10-25 Nikolaus RathAdded debug logging to chmod
2016-10-25 Nikolaus RathFix segfault in debug logging code
2016-10-25 Nikolaus Rathfuse_session_new(): don't accept empty argv, check...
2016-10-20 Nikolaus RathTurn fuse_operations.nopath_flag into fuse_config.nullp...
2016-10-20 Nikolaus Rathfuse_new(): don't accept options that don't make sense...
2016-10-20 Nikolaus RathDocument -o remember= mount option.
2016-10-20 Nikolaus RathPass struct fuse_config to high-level init() handler.
2016-10-20 Nikolaus RathChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORT
2016-10-20 Nikolaus RathAccept zero value for fuse_conn_info options
2016-10-20 Nikolaus RathRemoved all "Introduced in..." comments
2016-10-20 Nikolaus Rathmount.fuse(8): remove max_readahead, max_write, [a...
2016-10-20 ConsusDo not close stdout on fuse_session_destroy()
2016-10-19 Nikolaus RathCast to void where we deliberately ignore return values
2016-10-18 Mihail KonevIgnore some errors
2016-10-18 Nikolaus RathUpdate linker script
2016-10-18 Nikolaus Rathfuse_session_new(): accept --debug
2016-10-18 Nikolaus RathSpelling fix
2016-10-17 Nikolaus RathIgnore GNU Global tag files.
2016-10-16 Nikolaus RathMention that low-level fs need to set FUSE_CAP_EXPORT_S...
2016-10-16 Nikolaus RathDefault to FUSE_USE_VERSION 30
2016-10-16 Nikolaus RathVarious documentation updates
2016-10-16 Nikolaus RathInlined fuse_mount_help() into fuse_lowlevel_help().
2016-10-16 Nikolaus Rathfuse_new(): instead of listing options, refer to mount...
2016-10-16 Nikolaus Rathfuse_session_new(): instead of listing options, refer...
2016-10-16 Nikolaus Rathfuse_session_new: accept -o debug as synonym for -d
2016-10-16 Nikolaus RathUpdated man-pages.
2016-10-16 Nikolaus RathMake --help output more suitable for end-user
2016-10-16 Nikolaus RathRemoved -o nopath - it never did anything
2016-10-16 Nikolaus RathRemoved -o nonempty option
2016-10-16 Nikolaus RathFix documentation of -o max_write=
2016-10-16 Nikolaus RathDrop -o large_read mount option
2016-10-16 Nikolaus RathPass fuse_file_info to getattr, chown, chmod, truncate...
2016-10-15 Nikolaus RathUnify handling of fuse_conn_info options
2016-10-15 Nikolaus RathMerge branch 'fixup-lock-options'
2016-10-15 Nikolaus RathRe-activated lost no_remote_*lock options.
2016-10-13 Nikolaus Rathtests: use freshly-build fusermount (instead of system...
2016-10-13 Nikolaus RathTravis: use "make test" instead of calling pytest directly
2016-10-13 Nikolaus RathOnly test writeback cache if kernel is recent enough.
2016-10-13 Nikolaus RathAdded lost ChangeLog entries for -o writeback_cache...
2016-10-13 Nikolaus Rathdo_init(): treat command line options consistently
2016-10-13 Nikolaus RathMake -o clone_fd into a parameter of session_loop_mt().
2016-10-13 Nikolaus RathMove session options into sub-struct
2016-10-13 Nikolaus RathMention atomic_o_trunc capability in description of...
2016-10-13 Nikolaus RathUse NULL for option processing function where possible.
2016-10-13 Nikolaus RathActivate splice_read by default if write_buf is impleme...
2016-10-11 Nikolaus RathDocument when fuse_reply_data will use splice()
2016-10-10 Nikolaus RathFactored out LL_OPTIONS macro
2016-10-10 Nikolaus RathRemoved 'async_read' field in fuse_conn_info
2016-10-10 Nikolaus RathMake several -o NN options work again
2016-10-10 Nikolaus RathFix race condition in notify_* examples
2016-10-10 Nikolaus RathAdded write cache tests.
2016-10-10 Nikolaus RathUse "se" instead of "f" for fuse_session pointer where...
2016-10-10 Nikolaus Rathfuse_main(): extend support for printing help
2016-10-10 Nikolaus RathUse NULL as option processor where possible.
2016-10-10 Nikolaus Rathfuse_main_real(): use fuse_parse_cmdline().
2016-10-10 Nikolaus RathAdded ChangeLog entry for commit 225c12aebf2d2f27e1d0.
2016-10-10 Nikolaus RathAdded cuse unit test.
2016-10-10 Nikolaus RathRenamed cuses example and added test program
2016-10-10 Nikolaus RathIncrease timeouts in notify_* tests
2016-10-10 Nikolaus RathDon't confuse lookup count for mountpoint and file
2016-10-10 Nikolaus RathRenamed timefsN examples to fuse_notify_*
2016-10-10 Nikolaus RathInclude testfsN examples in Doxygen documentation.
2016-10-10 Nikolaus RathRenamed ioctl and poll examples
2016-10-10 Nikolaus RathRenamed some examples to make their function more obvious
2016-10-10 Nikolaus Rathfuse_parse_cmdline(): do not print help/version text
2016-10-10 Nikolaus RathAdded missing export of fuse_pkgversion.
2016-10-09 Nikolaus RathMerge pull request #80 from libfuse/master-proposed
2016-10-09 Nikolaus RathWhitespace fix.
2016-10-09 Nikolaus RathFix valgrind warning
2016-10-09 Nikolaus RathFix documentation of fuse_parse_cmdline().
2016-10-09 Nikolaus RathDropped example/null.c
2016-10-09 Nikolaus RathAdded timefs3 to test notify_inval_entry.
2016-10-09 Nikolaus RathAdd background and multithreading support to hello_ll...
2016-10-09 Nikolaus RathUpdate list of requests that can be answered with fuse_...
next