summaryrefslogtreecommitdiffstats
path: root/src/test/base64.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* Fix base64-decoding when input ends in newline.Tommi Virtanen2011-02-021-0/+12
* Fix inner loop index variable. i and j are too close together ;)Tommi Virtanen2011-02-021-1/+1
* units: RandomRoundTrips: fix endptr for bufferColin Patrick McCabe2011-01-211-1/+1
* units: base64 should test more round-tripsColin Patrick McCabe2011-01-181-0/+27
* units: better names for the base64 testColin Patrick McCabe2011-01-181-3/+3
* Revert "unit tests: do standard ceph init before tests"Tommi Virtanen2011-01-151-2/+0
* unit tests: do standard ceph init before testsColin Patrick McCabe2011-01-141-0/+2
* common: fix buffer::list::decode_base64Colin Patrick McCabe2011-01-131-2/+19
* unit: add IncorrectBase64Encoding testColin Patrick McCabe2011-01-131-0/+9
* unit: Add test/base64.ccColin Patrick McCabe2011-01-131-0/+35