Age | Commit message (Collapse) | Author |
|
|
|
|
|
string buffer, otherwise Curl_client_write() call with zero size would write
to the end of string buffer including matched POP3_EOB.
|
|
|
|
|
|
|
|
|
|
check for (excess > 0 && !k->ignorebody).
|
|
check for broken connections like ares_process() did. Based on that, I
merged the two functions into a single generic one with two front-ends.
|
|
|
|
http://curl.haxx.se/mail/lib-2009-12/0293.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c-ares is only enabled when specifically requested.
Consequently, c-ares default setting is disabled.
|
|
|
|
|
|
|
|
is now a very long time ago
|
|
proxy that cannot be resolved when using c-ares. This matches the behaviour
when not using c-ares.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from hostip.h to setup.h in order to allow proper inclusion in any file.
This represents no functional change at all in which resolver is used,
everything still works as usual, internally and externally there is no
difference in behavior.
|
|
|
|
|
|
|
|
|