aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/base64/base64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove function comments n*4/3 and n*3/4 in base64Evgeny Pokhilko2017-02-061-2/+11
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-16/+16
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Fix round_upSimon Warta2015-07-151-7/+3
* lib/codec: Convert &vec[0] to vec.data()Simon Warta2015-06-271-4/+9
* Clean up base64 handling. Github pull 40 from webmaster128lloyd2015-01-111-11/+10
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Handle zero length inputs correctly in base64. Github issue 37lloyd2015-01-081-2/+9
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-2/+2
* Move lib into srclloyd2014-01-101-0/+245