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 |
caf8c01e | 25-Jul-2000 |
Daniel Stenberg |
re-added the check for BOTH nsl and socket libs |
e9991827 | 25-Jul-2000 |
Daniel Stenberg |
The Host: header now includes the port number if not default HTTP |
d9c41a0f | 25-Jul-2000 |
Daniel Stenberg |
Code 250 is okay as well as the previous 226-code after a successful file transfer |
1ef3600a | 20-Jun-2000 |
Daniel Stenberg |
haxx.nu => haxx.se |
e33ac6b3 | 20-Jun-2000 |
Daniel Stenberg |
FTP bug fix new referer magic tricks! |
f22717fe | 20-Jun-2000 |
Daniel Stenberg |
Added auto and free referer fields to the UrlData struct |
1c6eccbf | 20-Jun-2000 |
Daniel Stenberg |
Added AUTOREFERER |
f30ffef4 | 20-Jun-2000 |
Daniel Stenberg |
autoreferer added, switches off POST on location: following |