Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename config.h -> common/config.h | Colin Patrick McCabe | 2011-02-23 | 1 | -1/+1 |
* | Fix base64-decoding when input ends in newline. | Tommi Virtanen | 2011-02-02 | 1 | -0/+12 |
* | Fix inner loop index variable. i and j are too close together ;) | Tommi Virtanen | 2011-02-02 | 1 | -1/+1 |
* | units: RandomRoundTrips: fix endptr for buffer | Colin Patrick McCabe | 2011-01-21 | 1 | -1/+1 |
* | units: base64 should test more round-trips | Colin Patrick McCabe | 2011-01-18 | 1 | -0/+27 |
* | units: better names for the base64 test | Colin Patrick McCabe | 2011-01-18 | 1 | -3/+3 |
* | Revert "unit tests: do standard ceph init before tests" | Tommi Virtanen | 2011-01-15 | 1 | -2/+0 |
* | unit tests: do standard ceph init before tests | Colin Patrick McCabe | 2011-01-14 | 1 | -0/+2 |
* | common: fix buffer::list::decode_base64 | Colin Patrick McCabe | 2011-01-13 | 1 | -2/+19 |
* | unit: add IncorrectBase64Encoding test | Colin Patrick McCabe | 2011-01-13 | 1 | -0/+9 |
* | unit: Add test/base64.cc | Colin Patrick McCabe | 2011-01-13 | 1 | -0/+35 |