Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/{Static,Foreign}FifoBuffer: lazy shift | Max Kellermann | 2014-08-07 | 1 | -1/+5 |
| | | | | Reduce the number of unnecessary memmove() calls. | ||||
* | util/ForeignFifoBuffer: add method Swap() | Max Kellermann | 2014-08-07 | 1 | -0/+7 |
| | |||||
* | util/ForeignFifoBuffer: add method MoveFrom() | Max Kellermann | 2014-08-07 | 1 | -0/+16 |
| | |||||
* | util/ForeignFifoBuffer: add method GetAvailable() | Max Kellermann | 2014-08-06 | 1 | -0/+4 |
| | |||||
* | util/DynamicFifoBuffer: move code to new base class ForeignFifoBuffer | Max Kellermann | 2014-08-06 | 1 | -0/+219 |