- Nov 03, 2008
-
-
Yang Tse authored
-
http://curl.haxx.se/bug/view.cgi?id=2218480Daniel Stenberg authored
problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL pointer read. I also took the opportunity to clean up this logic (storing of the connection's IP address) somewhat as we had it stored in two different places and ways previously and they are now unified.
-
Gisle Vanem authored
and not sprintf().
-
Gisle Vanem authored
for it.
-
Gisle Vanem authored
-
Yang Tse authored
-
Daniel Stenberg authored
instruction in the comments to use that instead! Original mail: http://curl.haxx.se/mail/lib-2008-11/0019.html
-
- Nov 02, 2008
-
-
Dan Fandrich authored
while investigating the issue in http://curl.haxx.se/mail/lib-2008-09/0262.html I'm hesitant to fix them because I have no way of testing the result.
-
- Nov 01, 2008
-
-
Daniel Stenberg authored
done!
-
Daniel Stenberg authored
with ipv6-enabled c-ares
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
in man resolv.conf: causes round robin selection of nameservers from among those listed. This has the effect of spreading the query load among all listed servers, rather than having all clients try the first listed server first every time. You can enable it with ARES_OPT_ROTATE
-
Yang Tse authored
-
Yang Tse authored
convoluted, compiler dependant and in some cases even build target dependat.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Oct 31, 2008
-
-
Daniel Stenberg authored
risk getting postponed for 7.19.2.
-
Yang Tse authored
-
- Oct 30, 2008
-
-
Yang Tse authored
-
Yang Tse authored
implementation from lib/hostip6.c to lib/curl_addrinfo.c and prototypes from lib/hostip.h to lib/curl_addrinfo.h
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Use a wrapper function to call system's getaddrinfo().
-
Yang Tse authored
-
Dan Fandrich authored
-
- Oct 29, 2008
-
-
Daniel Stenberg authored
but I'm not in the mood to fight nroff right now...
-
Dan Fandrich authored
curl_easy_pause() during a chunky upload. Reported by Steve Roskowski.
-
Yang Tse authored
-
Yang Tse authored
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME internal to CHECK_FUNC_GETADDRINFO
-
- Oct 28, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
section of the code that was odd-looking previously
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
function returns an addrinfo with an unfreeable ai_canonname member ptr.
-