aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_kern_chan.c
AgeCommit message (Collapse)AuthorLines
2013-06-21libfuse: remove session and chan abstractionsMiklos Szeredi-29/+0
There's actually just one type of channel and session, so we don't need the generic callback functions.
2013-06-21libfuse: remove fuse_chan_bufsize()Miklos Szeredi-5/+1
Remove fuse_chan_bufsize() from the lowlevel API. fuse_session_receive_buf() is now responsible for allocating memory for the buffer.
2013-06-21libfuse: remove fuse_chan_(send|receive)Miklos Szeredi-62/+0
Move the fuse_chan_ops.send and .receive implementations to fuse_lowlevel.c. The abstraction wasn't actually useful and made the the splice implementation more difficult. Remove fuse_chan_ops.send and fuse_chan_ops.receive.
2013-06-20libfuse: remove channel user dataMiklos Szeredi-1/+1
2011-05-25Spell checking comments, etc...Reuben Hawkins-1/+1
...with the help of vim :set spell modified: FAQ modified: include/fuse.h modified: include/fuse_common.h modified: include/fuse_opt.h modified: lib/fuse_kern_chan.c modified: util/fusermount.c
2007-12-12change indentingMiklos Szeredi-59/+59
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-05-10fix return value of fuse_loop()/fuse_loop_mt()Csaba Henk-1/+5
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-12-04build fixesMiklos Szeredi-0/+1
2006-03-17fixMiklos Szeredi-10/+14
2006-03-01fixMiklos Szeredi-11/+18
2006-01-06fixMiklos Szeredi-1/+1
2005-12-06fixMiklos Szeredi-1/+5
2005-10-11spelling fixMiklos Szeredi-1/+1
2005-09-14fixMiklos Szeredi-4/+6
2005-08-14cleanupMiklos Szeredi-0/+73