- Apr 21, 2011
-
-
Fabian Keil authored
Found with codespell.
-
- Mar 23, 2011
-
-
Daniel Stenberg authored
Move ipv6-functional-probe into a single function that is used from all places that need to know. Make the probe function store the result in a static variable so that subsequent invokes just returns the previous result and won't have to probe again.
-
- Nov 11, 2010
-
-
Daniel Stenberg authored
The IP version choice was previously only in the UserDefined struct within the SessionHandle, but since we sometimes alter that option during a request we need to have it on a per-connection basis. I also moved more "init conn" code into the allocate_conn() function which is designed for that purpose more or less.
-
- Apr 16, 2010
-
-
Daniel Stenberg authored
No resolver anymore needs to use AI_CANONNAME and do reverse lookups. We should work hard to avoid having code that relies on it.
-
- Mar 24, 2010
-
-
Daniel Stenberg authored
-
- Jan 25, 2010
-
-
Yang Tse authored
-
- Jan 22, 2010
-
-
Yang Tse authored
removal of Curl_addrinfo_copy(), Curl_addrinfo6_callback(), and Curl_addrinfo4_callback()
-
- Jan 18, 2010
-
-
Yang Tse authored
of messages atomic, on systems where an fwrite of a memory buffer is atomic.
-
- Dec 30, 2009
-
-
Yang Tse authored
-
- Apr 21, 2009
- Oct 30, 2008
- Oct 27, 2008
-
-
Yang Tse authored
-
- Sep 29, 2008
-
-
Dan Fandrich authored
-
- Sep 24, 2008
-
-
Yang Tse authored
-
- Jul 27, 2008
-
-
Dan Fandrich authored
address in an IPv6 capable libcurl.
-
- Nov 07, 2007
-
-
Daniel Stenberg authored
while () => while() and some other minor re-indentings
-
- Jul 01, 2007
-
-
Daniel Stenberg authored
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
-
- Feb 26, 2007
-
-
Gisle Vanem authored
since they're already included through "setup.h".
-
- Feb 16, 2007
-
-
Yang Tse authored
-
- Jul 27, 2006
-
-
Daniel Stenberg authored
behaviour and a socket leak
-
- Jul 25, 2006
-
-
Yang Tse authored
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
-
- Jul 24, 2006
-
-
Gisle Vanem authored
-
- Jul 21, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 20, 2006
-
-
Gisle Vanem authored
-
- Jul 11, 2006
-
-
Yang Tse authored
-
- Jul 04, 2006
-
-
Yang Tse authored
-
- Jul 03, 2006
-
-
Yang Tse authored
-
- May 05, 2006
-
-
Daniel Stenberg authored
-
- May 04, 2006
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini and David Byron. libcurl previously wrongly used GetLastError() on windows to get error details after socket-related function calls, when it really should use WSAGetLastError() instead. When changing to this, the former function Curl_ourerrno() is now instead called Curl_sockerrno() as it is necessary to only use it to get errno from socket-related functions as otherwise it won't work as intended on Windows.
-
- Apr 26, 2006
-
-
Gisle Vanem authored
(more logical).
-
- Dec 13, 2005
-
-
Yang Tse authored
-
- Dec 12, 2005
-
-
Yang Tse authored
-
- Dec 11, 2005
- Dec 08, 2005
-
-
Yang Tse authored
-
- Nov 08, 2005
-
-
Daniel Stenberg authored
we really have no use for reverse lookups of the address. I truly hope these are the last reverse lookups we had lingering in the code!
-