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