aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/base64.erl
AgeCommit message (Expand)Author
2017-11-28stdlib: Do not check base64 input more than neededHans Bolinder
2017-11-28stdlib: Minor optimization of base64Hans Bolinder
2017-11-28stdlib: Use binary_to_list in base64 when it is fasterHans Bolinder
2017-11-28stdlib: Optimize base64 functionsHans Bolinder
2017-09-25base64:decode(Binary) optimized reimplementationMikael Pettersson
2017-09-24base64:decode(List) put the List parameter first for improved performanceMikael Pettersson
2017-09-12base64:decode(List) optimized reimplementationMikael Pettersson
2017-05-04Update copyright yearRaimo Niskanen
2017-02-27stdlib: Fix mime_decode/1 binary matching performanceJesse Stimpson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-21[hipe, kernel, stdlib] Correct a few typesHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-01-17Removed use of deprecated function sizeIngela Anderton Andin
2010-12-07Improve pad character handling in base64 MIME decoding functionsThomas O'Dowd
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP