Age | Commit message (Collapse) | Author |
|
|
|
implementation from lib/hostip6.c to lib/curl_addrinfo.c
and prototypes from lib/hostip.h to lib/curl_addrinfo.h
|
|
|
|
|
|
|
|
Use a wrapper function to call system's getaddrinfo().
|
|
curl_easy_pause() during a chunky upload. Reported by Steve Roskowski.
|
|
section of the code that was odd-looking previously
|
|
|
|
|
|
|
|
|
|
and isn't strictly needed here.
|
|
|
|
|
|
|
|
inclusion by the curl tool without colliding with the curl_strequal functions.
|
|
|
|
don't have prototypes. They didn't serve any useful purpose here, anyway.
|
|
Changed checkprefix() to use it and those instances of strnequal() that
compare host names or other protocol strings that are defined to be
independent of case in the C locale. This should fix a few more
Turkish locale problems.
|
|
|
|
run-time relocations.
|
|
|
|
|
|
|
|
|
|
|
|
dereferenced here, if the app passes in a funny combo. Detected by coverity.com
|
|
|
|
|
|
|
|
by coverity.com
|
|
|
|
|
|
|
|
|
|
|
|
GTLS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--disable-proxy mode.
Removed some unnecessary prototypes.
|
|
CURLOPT_PROXYUSERPWD
|
|
make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding
these new options is that they have no problems with the colon separator
that the CURLOPT_PROXYUSERPWD option does.
|
|
used in strequal.c so now all test cases run fine for me again.
|