ec9acbcd | 25-Sep-2002 |
Daniel Stenberg |
Andr�s Garc�a found out that Curl_protocol_connect() could return an uninitialized variable. |
c0460660 | 25-Sep-2002 |
Daniel Stenberg |
Wez Furlong's curl_version_info() function added, still needs some adjustments and possibly some improvments to feature all those things we could possibly want from this. |
b03f4919 | 23-Sep-2002 |
Daniel Stenberg |
5 changes since pre3 |
08620743 | 23-Sep-2002 |
Daniel Stenberg |
made the resume error more suitable for all protocols, but we provide a fallback to the old ftp-one to make old programs work the same |
41362f06 | 23-Sep-2002 |
Daniel Stenberg |
fix resume when multiple files were specified |
5b3069e2 | 23-Sep-2002 |
Daniel Stenberg |
spell fix comment |
b4669247 | 23-Sep-2002 |
Daniel Stenberg |
removed use of extra unneeded variable |
cbc0f65f | 23-Sep-2002 |
Daniel Stenberg |
Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes in the same style other code does. |
35089a42 | 23-Sep-2002 |
Daniel Stenberg |
properly disconnect failed connections |
aef3131e | 20-Sep-2002 |
Daniel Stenberg |
Craig Markwardt made the "struct hostent_data" get cleared too, as is needed on Tru64 (or something). |
342fce97 | 18-Sep-2002 |
Daniel Stenberg |
Re-ordered all the options to be more logically structured. Hopefully this will make this page more readable and easy to find things in! |
fb5d267b | 16-Sep-2002 |
Daniel Stenberg |
a follow-up fix to the previous fix for HTTP servers that don't reply *any* headers at all |
c19844a0 | 13-Sep-2002 |
Daniel Stenberg |
better deal with HTTP(S) servers that respond with no headers at all, test case 306 added to verify that we do right |
22cf0551 | 13-Sep-2002 |
Daniel Stenberg |
clarified what CURLOPT_MAXCONNECTS actually do |
511ce356 | 13-Sep-2002 |
Daniel Stenberg |
306 added |
e9b7548d | 13-Sep-2002 |
Daniel Stenberg |
request a page from HTTPS but get no headers |
010cde0a | 11-Sep-2002 |
Daniel Stenberg |
recent fixes |
cac5251a | 11-Sep-2002 |
Daniel Stenberg |
Lukasz Czekierda correctly pointed out that curl used a bad Host: header when talking to a IPv6-server using IPv6 IP address only. |
3b825bcb | 11-Sep-2002 |
Daniel Stenberg |
ignore html files here |
31959fb2 | 11-Sep-2002 |
Daniel Stenberg |
added more recent return codes |
5e9675ad | 11-Sep-2002 |
Daniel Stenberg |
filled in the -k text too |
084b7675 | 11-Sep-2002 |
Daniel Stenberg |
added -k for 7.10, added some more details on -y based on comments from Kingsley Morse |
ed8be5bc | 09-Sep-2002 |
Daniel Stenberg |
we are MIT-only |
efca2943 | 09-Sep-2002 |
Daniel Stenberg |
minor indent change |
371da713 | 09-Sep-2002 |
Daniel Stenberg |
remove redundant comment |