Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
18 years ago |
Daniel Stenberg
|
5a4b43848a
First commit of David McCreedy's EBCDIC and TPF changes.
|
18 years ago |
Daniel Stenberg
|
090b89cc76
Variable type cleanups to please the picky MIPSPro compiler.
|
20 years ago |
Daniel Stenberg
|
cf10df6c68
include header for our printfs
|
20 years ago |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 years ago |
Daniel Stenberg
|
5bf02b16a0
curl_free() doesn't free(NULL) but just returns
|
20 years ago |
Daniel Stenberg
|
c123676825
return NULL on out of memory
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
a684c51c9b
size_t/int/long fixes
|
20 years ago |
Daniel Stenberg
|
4d17d6876e
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
2bd71d70ff
use CURLDEBUG instead of MALLOCDEBUG
|
21 years ago |
Daniel Stenberg
|
2356325592
David Balazic pointed out the lack of checks for a valid %XX code when
|
21 years ago |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
22 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Jean-Philippe Barette-LaPierre
|
6a7e53a7c7
fixed a very, very rare and very, very little memory leak
|
22 years ago |
Daniel Stenberg
|
6883f0c49f
Walter J. Mack added curl_free
|
22 years ago |
Daniel Stenberg
|
ba4e69bebc
updated source code boilerplate/header
|
22 years ago |
Daniel Stenberg
|
2f8e7f56b3
ignore '+' in URLs, generate only %-codes
|
22 years ago |
Daniel Stenberg
|
974f314f57
copyright string (year) update
|
22 years ago |
Sterling Hughes
|
8e91d5de8e
looks nicer and is better compatible with older vim versions
|
23 years ago |
Sterling Hughes
|
6147879837
Added formatting sections for emacs and vim
|
23 years ago |
Daniel Stenberg
|
08655d8d5d
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
|
23 years ago |
Daniel Stenberg
|
7b4b166718
added typecasts when converting from unsigned int to int
|
23 years ago |
Daniel Stenberg
|
2827f5327a
curl_escape() no longer attempts to detect already encoded stuff (in order
|
23 years ago |
Daniel Stenberg
|
84e71e1c50
Andrs Garca fixed curl_escape()
|
23 years ago |
Daniel Stenberg
|
58085dbbf6
Jim Drash suggested and I made it not encode what looks like an already
|
24 years ago |
Daniel Stenberg
|
f8d883355d
the new escape/unescape function setup
|
24 years ago |
Daniel Stenberg
|
0dc8c4d451
use unsigned int hex to receive the hex digit in, caused a warning with
|
24 years ago |
Daniel Stenberg
|
24dee483e9
dual-license fix
|
24 years ago |