Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / base64.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-12-01 Steve Holmebase64: Corrected typo from commit f3ee587775c88a
2013-12-01 Steve Holmebase64: Post extended extended validation tidy up
2013-12-01 Steve Holmebase64: Extended validation to look for invalid characters
2013-11-30 Steve Holmebase64: Post basic validation tidy up
2013-10-30 Daniel Stenbergbase64: removed trailing white space
2013-10-30 Steve Holmebase64: Added basic validation to base64 input string...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-03-22 Yang Tsefix several compiler warnings
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-10 Daniel Stenbergunittest: mark all unit tested functions
2011-05-23 Yang Tsecompiler warning: fix
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-17 Daniel Stenbergbase64.c: removed wrong comment
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-22 Yang Tseconvert Curl_ultous() and Curl_ultouc() functions to...
2010-02-22 Yang Tseadd header inclusion
2010-02-22 Yang Tsefix compiler warning
2010-02-21 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2009-06-04 Yang Tsefix shadowing of a global declaration
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-11-14 Daniel StenbergRemove a chunk of unused code that was #ifdef'de on...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-09-04 Yang Tsefix print formatting string directives
2008-09-02 Dan FandrichRemoved some redundant type casts
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-08-30 Dan FandrichRenamed several libcurl error codes and options to...
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-04-13 Yang Tseproper fix for compiler warning
2007-04-13 Yang Tsefix compiler warning
2007-04-04 Dan FandrichFixes some more out of memory handling bugs.
2007-02-01 Gisle VanemSuppress the "'convbuf' might be used uninitialized...
2007-01-03 Daniel Stenberg- David McCreedy made changes to allow base64 encoding...
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-07-19 Yang TseFix compiler warnings
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-02-28 Dan FandrichFix for a base64 decode heap buffer overflow vulnerability.
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2004-12-15 Dan FandrichAdd 'const' to immutable arrays.
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-05-12 Daniel Stenbergmake sure the returned pointer is NULL when encoding...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-03-01 Daniel Stenbergremoved an unnecessary shift and splut up som weird...
2004-02-23 Daniel Stenbergoops, the decode() function got its arguments reversed...
2004-02-23 Daniel StenbergMore size_t cleanups in the base64 functions.
2004-02-23 Daniel StenbergThe base64 encode function now takes a size_t for size...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-06-26 Daniel StenbergWe noe use CURLDEBUG instead of MALLOCDEBUG
2003-06-11 Daniel Stenbergmade a nicer output for the decode test, as it served...
2003-06-11 Daniel StenbergInitial take at NTLM authentication. It doesn't really...
2003-02-13 Daniel StenbergChristopher R. Palmer fixed Curl_base64_encode() to...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-09 Daniel Stenbergproper indent
2003-01-06 Daniel Stenbergindent fix
2002-12-19 Daniel StenbergCurl_base64_decode() fixed by Matthew B
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-24 Daniel Stenberginclude setup.h properly, not config.h
2001-08-14 Daniel Stenberg#include <curl/mprintf.h>
2001-08-03 Daniel StenbergAndrew Francis base64 decode, my previous base64 encode...
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2000-10-09 Daniel Stenbergadded memory debugging include file
2000-09-28 Daniel Stenbergreplaced the old base64 stuff with the new ones
2000-09-21 Daniel Stenbergnew interface to the base64 encoder
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
1999-12-29 Daniel StenbergInitial revision