aboutsummaryrefslogtreecommitdiffstats
path: root/src/ringbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-30ringbuf: create a new struct rbvec instead of reusing struct iovecEric Wong1-18/+18
2008-08-30fixed ringbuf.c warningsMax Kellermann1-4/+4
2008-06-30ringbuf: add thread-safe, thread-specific reset functionsEric Wong1-0/+12
2008-06-30ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong1-3/+4
2008-06-30Add a generic ring buffer implementationEric Wong1-0/+296