c050619b | 22-Mar-2001 |
Daniel Stenberg |
made it use Curl_ prefixes on global symbols |
58085dbb | 22-Mar-2001 |
Daniel Stenberg |
Jim Drash suggested and I made it not encode what looks like an already encoded letter (in curl_escape) |
546572da | 22-Mar-2001 |
Daniel Stenberg |
7.7 commit |
005536cc | 22-Mar-2001 |
Daniel Stenberg |
removed the duplicates! |
3d5b6aa3 | 22-Mar-2001 |
Daniel Stenberg |
added escape and unescape |
f8d88335 | 22-Mar-2001 |
Daniel Stenberg |
the new escape/unescape function setup |
c23df41d | 22-Mar-2001 |
Daniel Stenberg |
(un)escape, configure hack, betas run fine |
8e7b2619 | 22-Mar-2001 |
Daniel Stenberg |
added how to pronounce curl! ;-) |
08e3d034 | 22-Mar-2001 |
Daniel Stenberg |
don't mention explicit version 7.8 removed escape/unescape as they're now documented |
2f869f89 | 22-Mar-2001 |
Daniel Stenberg |
added escape and unescape man pages |
0f310a50 | 22-Mar-2001 |
Daniel Stenberg |
not exactly new, but documented for 7.7 |
ad1abee4 | 22-Mar-2001 |
Daniel Stenberg |
Andr�s Garc�a's problems on the mailing list made me realize that we can't allow this script to simply detect a gethostbyname_r() if it can't figure out how to use it. From now on, this scrip
Andr�s Garc�a's problems on the mailing list made me realize that we can't allow this script to simply detect a gethostbyname_r() if it can't figure out how to use it. From now on, this script will fail when that happens.
show more ...
|
669709f8 | 20-Mar-2001 |
Daniel Stenberg |
GNUTLS is another new SSL library we can add support for. Anyone? |
ea409d03 | 19-Mar-2001 |
Daniel Stenberg |
7.7-beta5 commit |
eaaa1a1f | 19-Mar-2001 |
Daniel Stenberg |
test case 39 added, HTTP location and continue |
78b4851d | 19-Mar-2001 |
Daniel Stenberg |
Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines |
38c47803 | 16-Mar-2001 |
Daniel Stenberg |
detect if chunked transfers are aborted |
455663ba | 16-Mar-2001 |
Daniel Stenberg |
corrected the close to sclose() so that the memdebug stuff works |
efb5d9a4 | 16-Mar-2001 |
Daniel Stenberg |
new directories |
b1a5208e | 16-Mar-2001 |
Daniel Stenberg |
removed the CURL_SEPARATORS define |
e6dacd92 | 16-Mar-2001 |
Daniel Stenberg |
re-generated with the memdebug.h include |
952b3a2c | 16-Mar-2001 |
Daniel Stenberg |
added memdebug.h include |
721f9bca | 16-Mar-2001 |
Daniel Stenberg |
moved to ../../php/examples/ |
ad4d5fab | 16-Mar-2001 |
Daniel Stenberg |
the PHP examples are moved |
aa860990 | 16-Mar-2001 |
Daniel Stenberg |
fix the new makefiles in php/ and perl/ |