qemu-gpiodev/libfuse.git
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.
2016-09-28 Nikolaus RathAdded TAGS to .gitignore
2016-09-28 Nikolaus RathFixed up permissions.
2016-09-28 Nikolaus Rathfuse_lowlevel_notify_*: take struct fuse_session instea...
2016-09-28 Nikolaus RathDropped fuse_unmount_compat22
2016-08-24 Nikolaus RathFixed typo.
2016-08-04 bobrofonDon't hardcode /sbin, /lib & /etc
2016-07-23 Nikolaus RathDisable thread sanitizer, use newer gcc.
2016-07-23 Nikolaus RathUpdated ChangeLog
2016-07-23 Nikolaus RathInclude test suite in tarball
2016-07-21 Alex Richmanadd error checking to setuid calls (#66)
2016-06-20 Hendrik Bruecknerlibfuse/fuse_daemonize: wait until daemon child proces...
2016-06-05 Nikolaus RathAutomatically run CI tests with clang
2016-06-05 Nikolaus RathInlined calculate_dirent*_size functions
2016-06-05 Nikolaus RathDon't use IFTODT macro.
2016-06-05 Nikolaus RathInlined fuse_add_dirent
2016-06-04 Nikolaus RathMerge branch 'add-dirent-strlen3' of git://github.com...
2016-05-13 Nikolaus RathAdd 'traceback' as suspicious test output pattern.
2016-05-13 Nikolaus RathAdded Travis integration
2016-05-13 Nikolaus RathMerge remote-tracking branch 'origin/master'
2016-05-13 Nikolaus RathMerge branch 'ioctl-test'
2016-05-13 Nikolaus RathAdd ioctl tests.
2016-05-13 Nikolaus RathFix ioctl example
2016-05-12 Antonio SJ... remove double calculation of filename length and dirent...
2016-05-11 David Sheetslib/fuse_lowlevel.c: fix small typo in fuse_ll_help...
2016-04-27 Nikolaus RathFixup commit 482a49c.
2016-04-27 Nikolaus RathMerge remote-tracking branch 'origin/master'
2016-04-23 Sam StueweRemove leading _ on header guards to comply with reserv...
2016-04-02 Nikolaus RathMerge pull request #35 from 1ace/master
2016-04-02 Eric EngestromFix spelling mistake
2016-03-29 Nikolaus RathAdded test_fsel
2016-03-29 Nikolaus RathAdded unit tests for fusexmp and hello
2016-03-29 Nikolaus RathAdded basic unit tests.
2016-03-29 Nikolaus RathIntegrate tests with autotools
2016-03-29 Nikolaus RathWhitespace cleanup.
2016-03-29 Nikolaus RathAdded .dir-locals.el to customize emacs settings
2016-03-29 Nikolaus RathInlined fuse_chan_fd
2016-03-29 Nikolaus RathInlined fuse_chan_{send, recv}
2016-03-23 Nikolaus RathMerge pull request #24 from jblumsch/doc-statfs-frsize
2016-03-11 Winfried Koehlercuse_lowlevel.setup(): fix double free of local variabl...
2016-03-09 Jan Blumscheinfuse.h doc fix: The f_frsize field is not ignored by...
2016-03-01 Nikolaus RathImprove description of issue #15.
2016-02-02 Nikolaus RathFix description of bug #15.
2016-02-01 Nikolaus RathDocument bug #15.
2016-01-29 Nikolaus RathInclude documentation in tarball.
2016-01-29 Nikolaus RathRemove "credits" section, we now have an AUTHORS file.
2016-01-14 Nikolaus RathRemoved placeholder README file and switch automake...
next