qemu-gpiodev/libfuse.git
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_...
2016-10-09 Nikolaus Rathtestfs2: Also test fuse_notify_retrieve().
2016-10-09 Nikolaus RathAdded timefs[12] examples.
2016-10-09 Nikolaus RathAdded safe_sleep()
2016-10-09 Nikolaus RathClarify that readdir() *may* report . and .. entries.
2016-10-09 Nikolaus RathRemoved ``-o big_writes`` option
2016-10-06 Nikolaus RathTest more combinations of low-level options.
2016-10-05 Nikolaus RathRemove pointless aliasing of fuse_session *se to *f
2016-10-05 Nikolaus RathRemoved obsolete, unused *f member from struct fuse_ses...
2016-10-05 Nikolaus RathMerge struct fuse_ll into struct fuse_session.
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 8)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 7)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 6)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 5)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 4)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 3)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 2)
2016-10-05 Nikolaus RathMerge fuse_ll into fuse_session (part 1)
2016-10-05 Nikolaus Rathfuse_mount_help(): clarify that listed options are...
2016-10-05 Nikolaus RathClarified purpose of helper.c, moved *version() to...
2016-10-04 Nikolaus RathMerge branch 'fix-root-umount'
2016-10-04 Nikolaus Rathfuse_session_unmount(): fix unmounting as root
2016-10-04 Nikolaus RathMerge master fuse_chan into fuse_session.
2016-10-04 Nikolaus Rathfuse_lowlevel_notify_poll(): use master channel
2016-10-04 Nikolaus RathStore struct fuse_session* in struct fuse_req
2016-10-04 Nikolaus Rathfuse_session_process_buf(): improve documentation
2016-10-03 Nikolaus RathReleased 3.0.0pre0 fuse-3.0.0pre0
2016-10-03 Nikolaus RathDon't crash if valgrind or libtool are not installed.
2016-10-03 Nikolaus RathRun tests under valgrind when available.
2016-10-03 Nikolaus RathImport os.path.join as pjoin
2016-10-03 Nikolaus RathAdded fuse_session_fd()
next