aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/base64
Commit message (Expand)AuthorAgeFilesLines
* Ignore \r as whitespace in base64 decoder - caused test failures onlloyd2011-06-031-1/+3
* Fixes for base64 incremental decoding.lloyd2011-05-161-14/+11
* Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-122-0/+221
* Use runtime asserts herelloyd2010-12-231-2/+3
* Remove debug includeslloyd2010-12-231-3/+0
* Doxygenlloyd2010-11-021-2/+0
* Simple standalone base64 encoderlloyd2010-10-283-0/+159
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-174-382/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-4/+4
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-303-57/+63
* Split the last parts of the 'core' modulelloyd2008-11-081-1/+0
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
* Doxygen comments for base64 and hex from InSiTolloyd2008-10-131-12/+45
* Document dependencies between moduleslloyd2008-10-011-0/+4
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-282-0/+46
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-283-0/+295