aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/DynamicFifoBuffer.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/DynamicFifoBuffer: make the "Range" type publicMax Kellermann2014-10-111-0/+1
| | | | | Export it from the protected base class. This fixes a build failure on Mac OS X.
* util/DynamicFifoBuffer: make GetCapacity() and Clear() publicMax Kellermann2014-08-071-1/+2
|
* util/ForeignFifoBuffer: add method GetAvailable()Max Kellermann2014-08-061-1/+2
|
* util/DynamicFifoBuffer: move code to new base class ForeignFifoBufferMax Kellermann2014-08-061-119/+28
|
* util/DynamicFifoBuffer: fix typo in API documentationMax Kellermann2014-07-301-1/+1
|
* util/DynamicFifoBuffer: make constructor "explicit"Max Kellermann2013-12-151-1/+1
|
* util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann2013-12-051-0/+199