Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
pointer. Bugs item #566835.
|
|
|
|
|
|
on a patch from Jacob Meuser, input from Götz Babin-Ebell and my own
browsing of the latest include files.
|
|
failed and you reinvoked curl_easy_perform().
|
|
|
|
|
|
|
|
Bug report #564585.
|
|
|
|
|
|
|
|
|
|
timer
|
|
|
|
|
|
|
|
is fine to get.
|
|
messages are stored, so that they don't have to be kept around for the multi
handle's entire life time. He also made it return failure codes properly
which it didn't do before.
I made the messages only get stored per easy-handle so that they can be
independently killed easier without ruining the "master list". It makes
the info_read() function slightly less beautiful as it has to scan for
messages to return, but it makes removing individual handles a lot easier
and less error prone.
|
|
curl_multi_fdset() is not used.
|
|
|
|
|
|
|
|
|
|
|
|
we might actually re-use a connection to a different host, when using proxies!
This was what bug report #558888 was all about.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
empty string
|
|
|
|
|
|
to us by Juergen Wilke.
|
|
version
|
|
|
|
checking for particular errors. curl/curl.h defines the errros
|
|
of the previous one that used SSL_CTX_use_certificate_file()
|
|
|
|
mainly for AIX in the first place...! As reported in bug report #556869
|
|
after we've realloc() the packed hostent struct.
|
|
|
|
|