aboutsummaryrefslogtreecommitdiffstats
path: root/src/ringbuf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed unused sourcesMax Kellermann2008-11-021-227/+0
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* don't include os_compat.hMax Kellermann2008-10-081-1/+2
* fixed ringbuf.c warningsMax Kellermann2008-08-251-1/+1
* ringbuf: add thread-safe, thread-specific reset functionsEric Wong2008-06-301-0/+18
* ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong2008-06-301-2/+5
* Add a generic ring buffer implementationEric Wong2008-06-301-0/+205