Age | Commit message (Collapse) | Author |
|
that is dead, because it can only find one entry anyway and if that is dead
there won't be any other entry that matches
|
|
rely on the new go-ahead-and-try mechanism that I just added to Transfer()
|
|
|
|
connection. The simple socket-check is not enough in these cases.
|
|
to hold 512 bytes (for user+password+hostname)
|
|
HTTP server we return error
|
|
|
|
|
|
|
|
libcurl should use in its request
|
|
|
|
|
|
|
|
IPv6
|
|
|
|
|
|
changed the Curl_connethost() proto again
|
|
name resolving, as that should be the *ONLY* section in libcurl that may
take a while in a synchronous call.
|
|
|
|
|
|
have a protocol:// part did wrong
|
|
|
|
This is T. Bharath's fix
|
|
|
|
|
|
|
|
be posted in a minute to the libcurl list.
|
|
|
|
|
|
and possibly free the existing pointer first, and then clear the "allocated"
bit. We previously mistakenly could free the new pointer passed to us by
the friendly user...!
|
|
|
|
|
|
|
|
to use 'struct UrlData *' instead
|
|
Curl_ldap_done() and Curl_dict_done() were removed,
compiler warnings corrected
|
|
it.
|
|
file:// URL treatment improvements
|
|
read a void * and not a FILE *, as that was how it used to work and not
anymore...
|
|
|
|
|
|
resumed downloads
|
|
|
|
|
|
|
|
|
|
curl_global_* functions
|
|
|
|
|
|
|
|
that multiple FTP transfers were not possible
|