qemu-gpiodev/libfuse.git
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()
2016-10-03 Nikolaus RathDocument that client pid/gid/uid may be zero.
2016-10-03 Nikolaus RathMerged fuse_session.c into fuse_lowlevel.c
2016-10-03 Nikolaus RathMerged fuse_mt.c into fuse.c
2016-10-03 Nikolaus RathExtended per-file comments.
2016-10-03 Nikolaus RathDon't handle --help and --version in fuse_session_new().
2016-10-03 Nikolaus Rathfuse_mount_opts: don't keep max_read= option.
2016-10-03 Nikolaus RathAdd section headings for --help output
2016-10-03 Nikolaus RathEdited comments for clarity.
2016-10-03 Nikolaus RathAdded test for fuse_lo-plus.
2016-10-03 Nikolaus RathRun hello_ll single-threaded explicitly.
2016-10-03 Nikolaus RathFixed permissions of source files.
2016-10-02 Nikolaus RathTurn struct fuse_chan into an implementation detail
2016-10-02 Nikolaus RathRenamed fuse_lowlevel_new() to fuse_session_new().
2016-10-02 Nikolaus RathRe-order declarations to reflect typical order of use
2016-10-02 Nikolaus RathIntroduce separate mount/umount functions for low-level...
2016-10-02 Nikolaus RathTell emacs to use tabs for linkerscript.
2016-10-02 Nikolaus RathTurned fuse_session_{process,receive}_buf into wrapper...
2016-10-02 Nikolaus RathInlined fuse_session_new()
2016-10-01 Nikolaus RathImprove documentation of argument parsing.
2016-09-28 Nikolaus RathAdded notes for libfuse hackers.
2016-09-28 Nikolaus RathDocumentation improvements.
next