Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/ConstBuffer: add method skip_front() | Max Kellermann | 2014-06-26 | 1 | -0/+9 |
* | util/ConstBuffer: wrap assert() in NDEBUG check | Max Kellermann | 2014-06-26 | 1 | -0/+4 |
* | util/ConstBuffer: add method Contains() | Max Kellermann | 2014-06-23 | 1 | -0/+10 |
* | util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift() | Max Kellermann | 2014-04-24 | 1 | -0/+59 |
* | util/{Const,Writable}Buffer: add typedef reference_type | Max Kellermann | 2014-04-24 | 1 | -2/+4 |
* | util/ConstBuffer: add FromVoid(), ToVoid() to "void" specialization | Max Kellermann | 2014-03-18 | 1 | -0/+8 |
* | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 2014-03-01 | 1 | -0/+11 |
* | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann | 2014-03-01 | 1 | -0/+34 |
* | util/ConstBuffer: remove cast operator ConstBuffer<void> | Max Kellermann | 2014-03-01 | 1 | -4/+0 |
* | util/ConstBuffer: new utility class | Max Kellermann | 2013-11-29 | 1 | -0/+118 |