aboutsummaryrefslogtreecommitdiffstats
path: root/src/filters/base64
Commit message (Expand)AuthorAgeFilesLines
* Rename the base64 filter and macro names in prep for addinglloyd2010-10-273-368/+0
* Move base64 char tables to base64.cpplloyd2010-10-272-48/+36
* Use size_t in filterslloyd2010-10-122-23/+23
* Remove more implicit vector to pointer conversionslloyd2010-09-141-10/+10
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-2/+4
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+4
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-2/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-8/+0
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-174-0/+382