Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-06-21 | libfuse: remove session and chan abstractions | Miklos Szeredi | -29/+0 | |
There's actually just one type of channel and session, so we don't need the generic callback functions. | ||||
2013-06-21 | libfuse: 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-21 | libfuse: 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-20 | libfuse: remove channel user data | Miklos Szeredi | -1/+1 | |
2011-05-25 | Spell 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-12 | change indenting | Miklos Szeredi | -59/+59 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -1/+1 | |
2007-05-10 | fix return value of fuse_loop()/fuse_loop_mt() | Csaba Henk | -1/+5 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2006-12-04 | build fixes | Miklos Szeredi | -0/+1 | |
2006-03-17 | fix | Miklos Szeredi | -10/+14 | |
2006-03-01 | fix | Miklos Szeredi | -11/+18 | |
2006-01-06 | fix | Miklos Szeredi | -1/+1 | |
2005-12-06 | fix | Miklos Szeredi | -1/+5 | |
2005-10-11 | spelling fix | Miklos Szeredi | -1/+1 | |
2005-09-14 | fix | Miklos Szeredi | -4/+6 | |
2005-08-14 | cleanup | Miklos Szeredi | -0/+73 | |