aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/codec/base64/base64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Backport of #2543 to release-2Jack Lloyd2020-12-151-77/+96
* Backport of #2541 increase alignment of lookup tablesJack Lloyd2020-12-121-2/+2
* Simplify base32/base64 by moving common logic to code_base.hJack Lloyd2018-10-151-35/+8
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-8/+8
* Add some final annotationsJack Lloyd2018-08-131-1/+1
* Use codec_base for Base64 encodingWambou2018-08-041-156/+151
* Remove redundant parensJack Lloyd2017-10-031-2/+2
* 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