aboutsummaryrefslogtreecommitdiffstats
path: root/lib/buffer.c
AgeCommit message (Collapse)AuthorLines
2010-11-08Fix fuse_buf_copy() if already at the end of the buffersMiklos Szeredi-4/+14
2010-07-12libfuse: add buffer interfaceMiklos Szeredi-0/+284
Add a generic buffer interface for use with I/O. Buffer vectors are supplied and each buffer in the vector may be a memory pointer or a file descriptor. The fuse_reply_fd() interface is converted to using buffers.