Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new GetHost() usage
new base64 encoder usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
these changes when trying to run lclint on the curl code.
|
|
|
|
|
|
allow the connect function to better deal with timeouts, as was just added
to ftp
|
|
Added a missing free() in curl_disconnect()
Made (https) connect errors abort better and earlier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
properly when the new URL is an absolute one to a different port than the
first URL...
|
|
the proxy server data internally as it did, since when doing a location:
following it needs the proxy server string several times.
|
|
|
|
|
|
|
|
|
|
|
|
location: URL turns out to be an "absolute" one and that should be the only
time it is required.
|
|
in the Location: following system that made curl following a location: to a
different protocol to fail.
|
|
|
|
|