- Sep 28, 2007
-
-
Dan Fandrich authored
-
- Aug 26, 2007
-
-
Dan Fandrich authored
-
- 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
-
- Jun 26, 2007
-
-
Daniel Stenberg authored
hash function for different hashes, and also expanded the default size for the socket hash table used in multi handles to greatly enhance speed when very many connections are added and the socket API is used.
-
- Apr 25, 2007
-
-
Yang Tse authored
-
- Feb 26, 2007
-
-
Gisle Vanem authored
since they're already included through "setup.h".
-
- Feb 21, 2007
-
-
Yang Tse authored
-
- Aug 21, 2006
-
-
Dan Fandrich authored
-
- Aug 16, 2006
-
-
Dan Fandrich authored
-
- Jul 25, 2006
-
-
Yang Tse authored
-
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>.
-
Gisle Vanem authored
Curl_freeaddrinfo() and Curl_ip2addr().
-
Gisle Vanem authored
-
- Jul 21, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Jul 11, 2006
-
-
Yang Tse authored
-
- Jul 07, 2006
-
-
Daniel Stenberg authored
the crash was that libcurl internally was a bit confused about who owned the DNS cache at all times so if you created an easy handle that uses a shared DNS cache and added that to a multi handle it would crash. Now we keep more careful internal track of exactly what kind of DNS cache each easy handle uses: None, Private (allocated for and used only by this single handle), Shared (points to a cache held by a shared object), Global (points to the global cache) or Multi (points to the cache within the multi handle that is automatically shared between all easy handles that are added with private caches).
-
- 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).
-
- Feb 16, 2006
-
-
Daniel Stenberg authored
as previously it could be holding on to old cached entries longer than requested.
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
- Jan 25, 2005
-
-
Daniel Stenberg authored
-
- Nov 18, 2004
-
-
Daniel Stenberg authored
errors.
-
- Oct 10, 2004
-
-
Daniel Stenberg authored
Andy Cedilnik reported. Warning on HP-UX?
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Oct 04, 2004
-
-
Daniel Stenberg authored
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing.
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
precaution to prevent mistakes to lead to buffer overflows.
-
Daniel Stenberg authored
of typecasts all over
-
Daniel Stenberg authored
-
Daniel Stenberg authored
linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code.
-
- Jun 10, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a host name that resolves to multiple IP addresses.
-
- May 17, 2004
-
-
Daniel Stenberg authored
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- May 04, 2004
-
-
Daniel Stenberg authored
out of memory (thanks to 'runtests.pl -t')
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
make the code easier to read
-
Daniel Stenberg authored
usage.
-