aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2016-10-08Update list of requests that can be answered with fuse_reply_none().Nikolaus Rath-0/+2
2016-10-08testfs2: Also test fuse_notify_retrieve().Nikolaus Rath-2/+44
2016-10-08Added timefs[12] examples.Nikolaus Rath-3/+724
2016-10-08Added safe_sleep()Nikolaus Rath-0/+14
2016-10-08Clarify that readdir() *may* report . and .. entries.Nikolaus Rath-0/+3
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-12/+14
2016-10-05Test more combinations of low-level options.Nikolaus Rath-6/+12
2016-10-05Remove pointless aliasing of fuse_session *se to *fNikolaus Rath-34/+9
2016-10-05Removed obsolete, unused *f member from struct fuse_session.Nikolaus Rath-1/+0
2016-10-04Merge struct fuse_ll into struct fuse_session.Nikolaus Rath-245/+218
2016-10-04Merge fuse_ll into fuse_session (part 8)Nikolaus Rath-6/+6
2016-10-04Merge fuse_ll into fuse_session (part 7)Nikolaus Rath-34/+30
2016-10-04Merge fuse_ll into fuse_session (part 6)Nikolaus Rath-3/+1
2016-10-04Merge fuse_ll into fuse_session (part 5)Nikolaus Rath-13/+3
2016-10-04Merge fuse_ll into fuse_session (part 4)Nikolaus Rath-9/+3
2016-10-04Merge fuse_ll into fuse_session (part 3)Nikolaus Rath-16/+15
2016-10-04Merge fuse_ll into fuse_session (part 2)Nikolaus Rath-117/+117
2016-10-04Merge fuse_ll into fuse_session (part 1)Nikolaus Rath-76/+72
2016-10-04fuse_mount_help(): clarify that listed options are FUSE specificNikolaus Rath-2/+2
2016-10-04Clarified purpose of helper.c, moved *version() to fuse.cNikolaus Rath-10/+14
2016-10-04Merge branch 'fix-root-umount'Nikolaus Rath-0/+0
2016-10-04fuse_session_unmount(): fix unmounting as rootNikolaus Rath-3/+4
2016-10-03Merge master fuse_chan into fuse_session.Nikolaus Rath-220/+101
2016-10-03fuse_lowlevel_notify_poll(): use master channelNikolaus Rath-5/+4
2016-10-03Store struct fuse_session* in struct fuse_reqNikolaus Rath-5/+6
2016-10-03fuse_session_process_buf(): improve documentationNikolaus Rath-3/+4
2016-10-03Released 3.0.0pre0Nikolaus Rath-4/+16
2016-10-03Don't crash if valgrind or libtool are not installed.Nikolaus Rath-3/+7
2016-10-02Run tests under valgrind when available.Nikolaus Rath-20/+46
2016-10-02Import os.path.join as pjoinNikolaus Rath-26/+27
2016-10-02Added fuse_session_fd()Nikolaus Rath-1/+26
2016-10-02Document that client pid/gid/uid may be zero.Nikolaus Rath-2/+9
2016-10-02Merged fuse_session.c into fuse_lowlevel.cNikolaus Rath-114/+95
2016-10-02Merged fuse_mt.c into fuse.cNikolaus Rath-26/+14
2016-10-02Extended per-file comments.Nikolaus Rath-0/+24
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath-290/+317
2016-10-02fuse_mount_opts: don't keep max_read= option.Nikolaus Rath-2/+0
2016-10-02Add section headings for --help outputNikolaus Rath-13/+13
2016-10-02Edited comments for clarity.Nikolaus Rath-12/+9
2016-10-02Added test for fuse_lo-plus.Nikolaus Rath-0/+31
2016-10-02Run hello_ll single-threaded explicitly.Nikolaus Rath-0/+3
2016-10-02Fixed permissions of source files.Nikolaus Rath-0/+0
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-327/+363
2016-10-02Renamed fuse_lowlevel_new() to fuse_session_new().Nikolaus Rath-17/+21
2016-10-02Re-order declarations to reflect typical order of useNikolaus Rath-71/+73
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath-66/+111
2016-10-02Tell emacs to use tabs for linkerscript.Nikolaus Rath-0/+4
2016-10-02Turned fuse_session_{process,receive}_buf into wrapper functions.Nikolaus Rath-7/+26
2016-10-02Inlined fuse_session_new()Nikolaus Rath-23/+5
2016-10-01Improve documentation of argument parsing.Nikolaus Rath-3/+38