Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-07 | util/{Static,Foreign}FifoBuffer: lazy shift | Max Kellermann | 1 | -1/+5 | |
Reduce the number of unnecessary memmove() calls. | |||||
2014-08-07 | util/ForeignFifoBuffer: add method Swap() | Max Kellermann | 1 | -0/+7 | |
2014-08-07 | util/ForeignFifoBuffer: add method MoveFrom() | Max Kellermann | 1 | -0/+16 | |
2014-08-06 | util/ForeignFifoBuffer: add method GetAvailable() | Max Kellermann | 1 | -0/+4 | |
2014-08-06 | util/DynamicFifoBuffer: move code to new base class ForeignFifoBuffer | Max Kellermann | 1 | -55/+75 | |
2014-07-30 | util/DynamicFifoBuffer: fix typo in API documentation | Max Kellermann | 1 | -1/+1 | |
2013-12-15 | util/DynamicFifoBuffer: make constructor "explicit" | Max Kellermann | 1 | -1/+1 | |
2013-12-05 | util/DynamicFifoBuffer: new class replacing growing_fifo | Max Kellermann | 1 | -0/+199 | |