summaryrefslogtreecommitdiff
path: root/util/base64.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-20/+20
* stdafx->pchDwight2010-04-271-1/+1
* move alphabet to .hEliot Horowitz2010-03-111-33/+2
* remove some manual free()s and mixed new/free()Mathias Stearn2010-02-121-11/+7
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* match free to mallocMathias Stearn2009-11-141-1/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* GCC4.4 doesn't like char array subscriptsMathias Stearn2009-10-151-11/+11
* finish getting rid of boost base64Eliot Horowitz2009-10-011-3/+10
* fix base64 issueEliot Horowitz2009-10-011-15/+18
* base64 decodeEliot Horowitz2009-09-301-16/+65
* simple base64::encodeEliot Horowitz2009-09-301-0/+86