summaryrefslogtreecommitdiff
path: root/lib/base64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-2/+2
* Fix compiler warningsYang Tse2006-07-191-4/+6
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Fix for a base64 decode heap buffer overflow vulnerability.Dan Fandrich2005-02-281-3/+17
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-6/+16
* Add 'const' to immutable arrays.Dan Fandrich2004-12-151-1/+1
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-12/+12
* make sure the returned pointer is NULL when encoding failsDaniel Stenberg2004-05-121-0/+2
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+3
* removed an unnecessary shift and splut up som weird two-statements-per-lineDaniel Stenberg2004-03-011-3/+5
* oops, the decode() function got its arguments reversed in my cleanupDaniel Stenberg2004-02-231-1/+1
* More size_t cleanups in the base64 functions.Daniel Stenberg2004-02-231-45/+40
* The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg2004-02-231-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* We noe use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* made a nicer output for the decode test, as it served as a nice tool for me ;-)Daniel Stenberg2003-06-111-4/+20
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-1/+5