Age | Commit message (Collapse) | Author |
|
functions formatting functionality when handling signed and unsigned shorts.
|
|
|
|
|
|
|
|
Makefile.inc since that can't be included directly.
|
|
|
|
|
|
'int' which fits better with existing CURL_PROGRESS_* definitions.
|
|
|
|
possible loss of data
|
|
using different qsort implementations. In order to make this test give
same results on different systems, paths now have different lengths.
|
|
|
|
|
|
initialized.
|
|
possible loss of data
|
|
(1) conversion from 'const int ' to 'unsigned char ', possible loss of data
(2) conditional expression is constant
|
|
|
|
|
|
symbol will not be available when building with CURL_NO_OLDIES defined. Use
of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
|
|
|
|
|
|
|
|
Simplify preprocessor symbol checking
|
|
slightly while editing
|
|
|
|
that each call will contain a full protocol packet.
|
|
writing out the whole header. The docs say it writes the whole header,
but the code (before this patch) did not write out the leading $.
|
|
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added
benefit that this goes in line with my long-term wishes to get rid of the
CURLM_CALL_MULTI_PERFORM all together from the public API.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|