Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
vor 15 Jahren |
Daniel Stenberg
|
b4ac9cd02c
Remove a chunk of unused code that was #ifdef'de on defines we never set.
|
vor 16 Jahren |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
vor 16 Jahren |
Yang Tse
|
861b647e7b
remove unnecessary typecasting of realloc()
|
vor 16 Jahren |
Yang Tse
|
3dcd2b82c4
fix print formatting string directives
|
vor 16 Jahren |
Dan Fandrich
|
0994d7811f
Removed some redundant type casts
|
vor 16 Jahren |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
vor 16 Jahren |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
vor 17 Jahren |
Dan Fandrich
|
9f44a95522
Renamed several libcurl error codes and options to make them more general
|
vor 17 Jahren |
Yang Tse
|
94b253fde7
Steve Little's fixes to allow compilation on VMS 64-bit mode
|
vor 17 Jahren |
Yang Tse
|
b039d883e5
proper fix for compiler warning
|
vor 17 Jahren |
Yang Tse
|
038fe54e21
fix compiler warning
|
vor 17 Jahren |
Dan Fandrich
|
c321b9f704
Fixes some more out of memory handling bugs.
|
vor 17 Jahren |
Gisle Vanem
|
1c63ceb317
Suppress the "'convbuf' might be used uninitialized in this function" warning.
|
vor 18 Jahren |
Daniel Stenberg
|
359d500908
- David McCreedy made changes to allow base64 encoding/decoding to work on
|
vor 18 Jahren |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
vor 18 Jahren |
Yang Tse
|
d157c29269
Fix compiler warnings
|
vor 18 Jahren |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
vor 19 Jahren |
Dan Fandrich
|
0ddab51ad8
Fix for a base64 decode heap buffer overflow vulnerability.
|
vor 20 Jahren |
Daniel Stenberg
|
527f70e540
Curl_base64_decode() now returns an allocated buffer
|
vor 20 Jahren |
Dan Fandrich
|
1ba47e7af9
Add 'const' to immutable arrays.
|
vor 20 Jahren |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
vor 20 Jahren |
Daniel Stenberg
|
8e09a389c4
make sure the returned pointer is NULL when encoding fails
|
vor 20 Jahren |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
vor 20 Jahren |
Daniel Stenberg
|
4d12be9867
removed an unnecessary shift and splut up som weird two-statements-per-line
|
vor 21 Jahren |
Daniel Stenberg
|
99bc7e5fd3
oops, the decode() function got its arguments reversed in my cleanup
|
vor 21 Jahren |
Daniel Stenberg
|
e1b5e15431
More size_t cleanups in the base64 functions.
|
vor 21 Jahren |
Daniel Stenberg
|
1aba4c519b
The base64 encode function now takes a size_t for size, not an int as
|
vor 21 Jahren |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
vor 21 Jahren |
Daniel Stenberg
|
204f03912f
We noe use CURLDEBUG instead of MALLOCDEBUG
|
vor 21 Jahren |