Age | Commit message (Collapse) | Author |
|
cache within the multi handle.
|
|
|
|
|
|
command on subsequent requests on a re-used connection unless it has to.
|
|
|
|
failure.
|
|
|
|
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
and David Byron. libcurl previously wrongly used GetLastError() on windows to
get error details after socket-related function calls, when it really should
use WSAGetLastError() instead.
When changing to this, the former function Curl_ourerrno() is now instead
called Curl_sockerrno() as it is necessary to only use it to get errno from
socket-related functions as otherwise it won't work as intended on Windows.
|
|
unsigned chars
|
|
never executed code when -Wunreachable-code is used
|
|
The tag 'before_ftp_statemachine' was set just before this commit in case
of future need.
|
|
|
|
errors.
|
|
|
|
|
|
|
|
functions (and prevent warnings)
|
|
|
|
|
|
|
|
linked list for name resolved data, even on hosts/systems with only IPv4
stacks as this simplifies a lot of code.
|
|
take a CURLcode as a second argument, that is non-zero when Curl_done()
is called after an error was returned from Curl_do() (or similar).
|
|
memory.h is included everywhere for this.
|
|
|
|
|
|
|
|
defines are in setup.h.
|
|
machines.
|
|
|
|
|
|
|
|
|
|
warnings. Minor edits by me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need it.
|
|
of the sessionhandle struct, as that was not good.
|
|
|
|
|
|
various system's other defines.
|
|
|
|
code as this makes compiler warnings. We *should* fix the code to deal with
the return codes instead...
|
|
compiler, mentioned by Andi Jahja
|
|
|
|
way for emacs, and vim users should provide a similar non-polluting style
|
|
|