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
2016-10-31
base64: check for integer overflow on large input
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-03-13
base64: Minor coding standard and style updates
Steve Holme
2016-03-13
base64: Use 'CURLcode result' for curl result codes
Steve Holme
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-10-14
cleanups: reduce variable scope
Daniel Stenberg
2014-07-25
Curl_base64url_encode: unit-tested in 1302
Daniel Stenberg
2014-07-25
base64: added Curl_base64url_encode()
Daniel Stenberg
2013-12-01
base64: Corrected typo from commit f3ee587775c88a
Steve Holme
2013-12-01
base64: Post extended extended validation tidy up
Steve Holme
2013-12-01
base64: Extended validation to look for invalid characters
Steve Holme
2013-11-30
base64: Post basic validation tidy up
Steve Holme
2013-10-30
base64: removed trailing white space
Daniel Stenberg
2013-10-30
base64: Added basic validation to base64 input string when decoding
Steve Holme
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-03-22
fix several compiler warnings
Yang Tse
2011-08-24
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-10
unittest: mark all unit tested functions
Daniel Stenberg
2011-05-23
compiler warning: fix
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-17
base64.c: removed wrong comment
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-22
convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
Yang Tse
2010-02-22
add header inclusion
Yang Tse
2010-02-22
fix compiler warning
Yang Tse
2010-02-21
fix compiler warning
Yang Tse
2010-02-20
fix compiler warning
Yang Tse
2010-02-20
fix compiler warning
Yang Tse
2010-02-20
fix compiler warning
Yang Tse
2009-06-04
fix shadowing of a global declaration
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-11-14
Remove a chunk of unused code that was #ifdef'de on defines we never set.
Daniel Stenberg
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of realloc()
Yang Tse
2008-09-04
fix print formatting string directives
Yang Tse
2008-09-02
Removed some redundant type casts
Dan Fandrich
2008-08-17
libcurl internal base64.h header file renamed to curl_base64.h
Yang Tse
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
[next]