summaryrefslogtreecommitdiff
path: root/lib/base64.c
Commit message (Expand)AuthorAgeFilesLines
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* cleanups: reduce variable scopeDaniel Stenberg2014-10-141-4/+3
* Curl_base64url_encode: unit-tested in 1302Daniel Stenberg2014-07-251-1/+1
* base64: added Curl_base64url_encode()Daniel Stenberg2014-07-251-23/+60
* base64: Corrected typo from commit f3ee587775c88aSteve Holme2013-12-011-2/+2
* base64: Post extended extended validation tidy upSteve Holme2013-12-011-28/+19
* base64: Extended validation to look for invalid charactersSteve Holme2013-12-011-16/+44
* base64: Post basic validation tidy upSteve Holme2013-11-301-9/+8
* base64: removed trailing white spaceDaniel Stenberg2013-10-301-2/+2
* base64: Added basic validation to base64 input string when decodingSteve Holme2013-10-301-4/+15
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+248
* build: rename 93 lib/*.c filesYang Tse2013-01-031-248/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* fix several compiler warningsYang Tse2012-03-221-4/+4
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-21/+43
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-0/+3
* compiler warning: fixYang Tse2011-05-231-1/+5
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-24/+8
* base64.c: removed wrong commentcurl-7_21_5Daniel Stenberg2011-04-171-11/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-3/+3
* add header inclusionYang Tse2010-02-221-0/+1
* fix compiler warningYang Tse2010-02-221-3/+3
* fix compiler warningYang Tse2010-02-211-16/+15
* fix compiler warningYang Tse2010-02-201-7/+7
* fix compiler warningYang Tse2010-02-201-6/+12
* fix compiler warningYang Tse2010-02-201-7/+7
* fix shadowing of a global declarationYang Tse2009-06-041-3/+4
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Remove a chunk of unused code that was #ifdef'de on defines we never set.Daniel Stenberg2008-11-141-127/+0
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-2/+2
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* fix print formatting string directivesYang Tse2008-09-041-1/+1
* Removed some redundant type castsDan Fandrich2008-09-021-2/+2
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-2/+2
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-1/+1
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-3/+3
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-2/+2
* proper fix for compiler warningYang Tse2007-04-131-1/+1
* fix compiler warningYang Tse2007-04-131-1/+1
* Fixes some more out of memory handling bugs.Dan Fandrich2007-04-041-0/+2
* Suppress the "'convbuf' might be used uninitialized in this function" warning.Gisle Vanem2007-02-011-1/+1
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-22/+74