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
|
|
|
|
information as well. Improves debug outputs etc.
|
|
|
|
|
|
rely on the new go-ahead-and-try mechanism that I just added to Transfer()
|
|
new logic can retry the same operation on a new connection!
|
|
|
|
|
|
|
|
|
|
- which now is made using a macro named FTPSENDF. I turned it all caps just
to make it more visible that it is in fact a macro.
|
|
|
|
accidentally did after the Curl_tvdiff() interface change
|
|
|
|
connection. The simple socket-check is not enough in these cases.
|
|
|
|
|
|
|
|
to hold 512 bytes (for user+password+hostname)
|
|
|
|
downloads
|
|
We need to set "no further data to download" before the Curl_ldap() function
returns, as otherwise it'll hang on that assumed transfer.
|
|
already existing cookie with a new one.
|
|
more CPU architectures
|
|
|
|
|
|
HTTP server we return error
|
|
- patch by T. Bharath
|
|
unconditionalliy. Previously, the code check was for >= 300 unless follow-
location was enabled...
|
|
makes it easier to disable debug output when built with debug functions
|
|
returned an error as there might be stuff in there we must free/cleanup.
This fixes the memory leak Yanick Pelletier posted about 16 Oct 2001
|
|
|
|
|
|
|
|
now more accurate since it is based on actual spent time without the
assumptions from before
|
|
|
|
|
|
|
|
libcurl should use in its request
|
|
|
|
failf("%d") without the error as argument... it would always make a weird
number get output
|
|
|
|
same name as common functions...
|
|
|
|
|
|
the pack_hostent() is only compiled if gethostbyname_r() isn't present.
|
|
|