summaryrefslogtreecommitdiff
path: root/lib/base64.c
AgeCommit message (Expand)Author
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-10-14cleanups: reduce variable scopeDaniel Stenberg
2014-07-25Curl_base64url_encode: unit-tested in 1302Daniel Stenberg
2014-07-25base64: added Curl_base64url_encode()Daniel Stenberg
2013-12-01base64: Corrected typo from commit f3ee587775c88aSteve Holme
2013-12-01base64: Post extended extended validation tidy upSteve Holme
2013-12-01base64: Extended validation to look for invalid charactersSteve Holme
2013-11-30base64: Post basic validation tidy upSteve Holme
2013-10-30base64: removed trailing white spaceDaniel Stenberg
2013-10-30base64: Added basic validation to base64 input string when decodingSteve Holme
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-03-22fix several compiler warningsYang Tse
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-10unittest: mark all unit tested functionsDaniel Stenberg
2011-05-23compiler warning: fixYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-17base64.c: removed wrong commentcurl-7_21_5Daniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-22convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse
2010-02-22add header inclusionYang Tse
2010-02-22fix compiler warningYang Tse
2010-02-21fix compiler warningYang Tse
2010-02-20fix compiler warningYang Tse
2010-02-20fix compiler warningYang Tse
2010-02-20fix compiler warningYang Tse
2009-06-04fix shadowing of a global declarationYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2008-11-14Remove a chunk of unused code that was #ifdef'de on defines we never set.Daniel Stenberg
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-09-06remove unnecessary typecasting of realloc()Yang Tse
2008-09-04fix print formatting string directivesYang Tse
2008-09-02Removed some redundant type castsDan Fandrich
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-04-13proper fix for compiler warningYang Tse
2007-04-13fix compiler warningYang Tse
2007-04-04Fixes some more out of memory handling bugs.Dan Fandrich
2007-02-01Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem
2007-01-03- David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg