aboutsummaryrefslogtreecommitdiffstats
path: root/src/fifo_buffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fifo_buffer: add function fifo_buffer_realloc()Max Kellermann2011-11-281-1/+13
| | | | For growing FIFO buffers.
* fifo_buffer: add functions _capacity() and _available()Max Kellermann2011-11-271-0/+13
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* fifo_buffer: added buffering libraryMax Kellermann2009-03-141-0/+128
It is a library which I have written years ago for other projects. This library is licensed under BSD 2-clause, because it is very generic.