aboutsummaryrefslogtreecommitdiffstats
path: root/lib/buffer.c
AgeCommit message (Expand)AuthorLines
2024-10-14fuse_buf_size fix for SIZE_MAXleipeng-4/+4
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2020-11-11buffer.c: correct return value when buf is NULLZhiqiang Liu-1/+1
2020-11-06buffer.c: check whether buf is NULL in fuse_bufvec_advance funcZhiqiang Liu-0/+3
2019-06-06Avoid pointer arithmetic with `void *`Michael Forney-6/+6
2016-10-02Extended per-file comments.Nikolaus Rath-0/+3
2012-08-24Fix missing config.h in buffer.cMiklos Szeredi-0/+1
2011-05-27Check if splice/vmsplice are supportedMiklos Szeredi-0/+11
2010-11-10fuse_buf_copy: check if buffers are the sameMiklos Szeredi-1/+13
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