aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/WritableBuffer.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift()Max Kellermann2014-04-241-0/+59
* util/{Const,Writable}Buffer: add typedef reference_typeMax Kellermann2014-04-241-2/+4
* util/{Const,Writable}Buffer: add operator[]Max Kellermann2014-03-011-0/+11
* util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann2014-03-011-0/+34
* util/WritableBuffer: add cast methodsMax Kellermann2013-12-151-1/+30
* util/WritableBuffer: fix indentMax Kellermann2013-12-151-31/+31
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-151-0/+87