aboutsummaryrefslogtreecommitdiff
path: root/lib/buffer.c
AgeCommit message (Expand)Author
2020-11-11buffer.c: correct return value when buf is NULLZhiqiang Liu
2020-11-06buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu
2019-06-06Avoid pointer arithmetic with `void *`Michael Forney
2016-10-02Extended per-file comments.Nikolaus Rath
2012-08-24Fix missing config.h in buffer.cMiklos Szeredi
2011-05-27Check if splice/vmsplice are supportedMiklos Szeredi
2010-11-10fuse_buf_copy: check if buffers are the sameMiklos Szeredi
2010-11-08Fix fuse_buf_copy() if already at the end of the buffersMiklos Szeredi
2010-07-12libfuse: add buffer interfaceMiklos Szeredi