433b7319 | 28-Jul-2000 |
Daniel Stenberg |
Added [:port] to the -x description for --help |
215c7513 | 28-Jul-2000 |
Daniel Stenberg |
clear the httproxy bit on cleanup if the allocproxy bit was set |
f50fd062 | 28-Jul-2000 |
Daniel Stenberg |
corrected the Host: header's port number |
3d8f3775 | 26-Jul-2000 |
Daniel Stenberg |
ASCII FTP download -F improvements FTP response timeouts HTTP user+password to same host only libtool |
9ec6e9f2 | 26-Jul-2000 |
Daniel Stenberg |
another day, another contributor |
b8159cae | 26-Jul-2000 |
Daniel Stenberg |
removed libtool, added pointer to the sourceforge task list |
5785a81b | 26-Jul-2000 |
Daniel Stenberg |
Added docs/Makefile* |
f71a1485 | 26-Jul-2000 |
Daniel Stenberg |
libtool adjustments |
e76515fa | 25-Jul-2000 |
Daniel Stenberg |
they're generated, they don't belong here |
471edc0b | 25-Jul-2000 |
Daniel Stenberg |
Added Torsten Foertsch's changes to the -F description and his name to the list of contributors. |
293cae68 | 25-Jul-2000 |
Daniel Stenberg |
uses the new curl_close function to clean up the http-specific auth_host |
1156252f | 25-Jul-2000 |
Daniel Stenberg |
Added http_close() |
29eda80f | 25-Jul-2000 |
Daniel Stenberg |
uses auth_host to only send user+password to that particular site, usable if Location: following takes "us" to other servers that should not get the user and password |
29bfaaa1 | 25-Jul-2000 |
Daniel Stenberg |
set a bit when a Location: is followed to allow code to act differently on those occations |
18853542 | 25-Jul-2000 |
Daniel Stenberg |
curl_close is a new function pointer that can be set to a protocol-specific function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) ho
curl_close is a new function pointer that can be set to a protocol-specific function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) host name used
show more ...
|
5b7a5046 | 25-Jul-2000 |
Daniel Stenberg |
Torsten Foertsch's improvements |
0cb48141 | 25-Jul-2000 |
Daniel Stenberg |
tiny adjustments to set the start-time before the curl_connect() is called to allow the connect function to better deal with timeouts, as was just added to ftp |
76f34986 | 25-Jul-2000 |
Daniel Stenberg |
The "get ftp command response" function now uses select() on the socket and thus enables timeout if the server doesn't respond within the proper time. |
f8364000 | 25-Jul-2000 |
Daniel Stenberg |
A range of things done yesterday |
841f370a | 25-Jul-2000 |
Daniel Stenberg |
Added CURLOPT_PROXYPORT |
c8262b2b | 25-Jul-2000 |
Daniel Stenberg |
Added CURLOPT_PROXYPORT, also added some more clarifications about the CURLOPT_PROXY option. |
0a8d0395 | 25-Jul-2000 |
Daniel Stenberg |
Auto referer and a minor netrc fix |
6bdfe18b | 25-Jul-2000 |
Daniel Stenberg |
Added some logic that now prevents multiple conflicting HTTP request types to get specified with the options. |
78686a54 | 25-Jul-2000 |
Daniel Stenberg |
Added proxyport |
bb3fa885 | 25-Jul-2000 |
Daniel Stenberg |
Added CURLOPT_PROXYPORT support Added a missing free() in curl_disconnect() Made (https) connect errors abort better and earlier |