summaryrefslogtreecommitdiff
path: root/src/test/bufferlist.cc
Commit message (Expand)AuthorAgeFilesLines
* common/buffer: slightly more useful crc caching with testwip-cache-crcSamuel Just2013-09-261-0/+17
* test/bufferlist: fix warningSage Weil2013-02-191-1/+1
* buffer: drop large malloc testsSage Weil2013-02-171-2/+4
* buffer: put big buffer on heap, not stackSage Weil2013-02-171-3/+4
* unit tests for src/common/buffer.{cc,h}Loic Dachary2013-02-171-75/+1692
* buffer::ptr::cmp only compares up to the smallest lengthLoic Dachary2013-02-171-0/+17
* fix operator>=(bufferlist& l, bufferlist& r)Loic Dachary2013-02-161-0/+47
* fix buffer::list::zero(unsigned o, unsigned l) to act on all buffer::ptrLoic Dachary2013-02-141-0/+47
* buffer::ptr self assignment bug + patchLoic Dachary2013-02-101-0/+48
* unittest_bufferlist: change include orderSage Weil2011-07-281-1/+2
* test/bufferlist: don't alloc large array on stackColin Patrick McCabe2011-06-141-4/+7
* test/bufferlist: add copy_all testColin Patrick McCabe2011-06-071-0/+18
* test/bufferlist.cc: retab for consistencyColin Patrick McCabe2011-06-071-38/+38
* test/bufferlist.cc: Added append testssam2011-03-301-0/+43
* tests: add bufferlist unit testSamuel Just2011-03-101-0/+12