index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
base64.c
Age
Commit message (
Expand
)
Author
2007-04-13
fix compiler warning
Yang Tse
2007-04-04
Fixes some more out of memory handling bugs.
Dan Fandrich
2007-02-01
Suppress 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 on
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2006-07-19
Fix compiler warnings
Yang Tse
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-02-28
Fix for a base64 decode heap buffer overflow vulnerability.
Dan Fandrich
2005-02-22
Curl_base64_decode() now returns an allocated buffer
Daniel Stenberg
2004-12-15
Add 'const' to immutable arrays.
Dan Fandrich
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-05-12
make sure the returned pointer is NULL when encoding fails
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-03-01
removed an unnecessary shift and splut up som weird two-statements-per-line
Daniel Stenberg
2004-02-23
oops, the decode() function got its arguments reversed in my cleanup
Daniel Stenberg
2004-02-23
More size_t cleanups in the base64 functions.
Daniel Stenberg
2004-02-23
The base64 encode function now takes a size_t for size, not an int as
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-06-26
We noe use CURLDEBUG instead of MALLOCDEBUG
Daniel Stenberg
2003-06-11
made a nicer output for the decode test, as it served as a nice tool for me ;-)
Daniel Stenberg
2003-06-11
Initial take at NTLM authentication. It doesn't really work at this point
Daniel Stenberg
2003-02-13
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2003-01-09
proper indent
Daniel Stenberg
2003-01-06
indent fix
Daniel Stenberg
2002-12-19
Curl_base64_decode() fixed by Matthew B
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-24
include setup.h properly, not config.h
Daniel Stenberg
2001-08-14
#include <curl/mprintf.h>
Daniel Stenberg
2001-08-03
Andrew Francis base64 decode, my previous base64 encoder, new source header.
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-09-28
replaced the old base64 stuff with the new ones
Daniel Stenberg
2000-09-21
new interface to the base64 encoder
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg
[prev]