bc5954fe | 23-Mar-2001 |
Daniel Stenberg |
updates by SM nttp at iname.com |
02f6894a | 23-Mar-2001 |
Daniel Stenberg |
now always stops reading a HEAD reply after all the headers have been returned RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that the server MUST NOT return a messag
now always stops reading a HEAD reply after all the headers have been returned RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response."
show more ...
|
76576cd1 | 23-Mar-2001 |
Daniel Stenberg |
ConnectionExists() wrongly returned TRUE for too many connections if proxy was not used... |
997672ba | 22-Mar-2001 |
Daniel Stenberg |
updated with the new don't-encode-already-encoded-data concept |
ec1f42a1 | 22-Mar-2001 |
Daniel Stenberg |
Treat 302-redirects the same way we treat 303-redirects |
aa1c3bb4 | 22-Mar-2001 |
Daniel Stenberg |
reset the follow location counter in Curl_perform() so that we can follow new locations on the same connection that was previously followed on |
95f0714f | 22-Mar-2001 |
Daniel Stenberg |
brand new Curl_ prefixes on global symbols |
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 |