summaryrefslogtreecommitdiff
path: root/circbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-4/+4
* lazy allocation of circbufferMatt Johnston2015-11-191-5/+11
* Fix no-writev fallbackMatt Johnston2015-05-021-31/+0
* Avoid copying data into circular bufferMatt Johnston2015-03-011-0/+17
* use an empty writebuf rather than a NULL oneMatt Johnston2013-03-201-1/+3
* Clear a few buffers when possibleMatt Johnston2012-02-101-0/+1
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-5/+5
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-7/+7
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-2/+2
* - added circular buffering for channelsMatt Johnston2004-08-261-0/+138