Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get output as plain newlines.
|
|
it is a bit ugly work-around to add this here, it is still a working work-
around! ;-)
|
|
curl...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CURLOPT_WRITEDATA and CURLOPT_READDATA
|