Age | Commit message (Expand) | Author |
2008-07-09 | - Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I | Daniel Stenberg |
2008-01-15 | Woops, partly revert my previous commit and do it slightly differently instead. | Daniel Stenberg |
2008-01-15 | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg |
2007-09-28 | Adapted the c-ares code to the API change c-ares 1.5.0 brings in the | Daniel Stenberg |
2007-06-30 | minor patches to enable building for NetWare CLIB. | Gunter Knauf |
2006-09-08 | Compilation fix | Yang Tse |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-08 | moved ugly NetWare hack to hostip.h so that hostip.c uses it too. | Gunter Knauf |
2006-07-24 | Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone. | Gisle Vanem |
2006-07-21 | Constify arguments to Curl_he2ai() and Curl_addrinfo_copy(). | Gisle Vanem |
2006-07-21 | Constify 'hostname' and 'service' to various resolver functions. | Gisle Vanem |
2006-07-14 | Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R... | Yang Tse |
2006-07-04 | Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions. | Yang Tse |
2006-07-03 | Fix compiler warning. | Yang Tse |
2006-04-11 | added docs and removed proto | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-02-23 | Lots of work and analysis by "xbx___" in bug #1431750 | Daniel Stenberg |
2005-12-11 | Undo last changes | Yang Tse |
2005-12-11 | Fix compiler warning and compatibility issue with the type of the parameter u... | Yang Tse |
2005-04-04 | kill warnings | Daniel Stenberg |
2005-04-04 | hostthre.c: destroy_thread_data() made public. Called | Gisle Vanem |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-02-08 | Curl_addrinfo?_callback() and addrinfo_callback() now returns | Gisle Vanem |
2005-01-25 | Use plain structs and not typedef'ed ones in the hash and linked-list code. | Daniel Stenberg |
2004-06-24 | Gisle cleaned up remaining host resolve re-org issues | Daniel Stenberg |
2004-06-24 | made the Curl_he2ai() take the port number as an int intead, to avoid lots | Daniel Stenberg |
2004-06-24 | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg |
2004-06-10 | removed trailing whitespace | Daniel Stenberg |
2004-06-10 | Gisle corrected two comments | Daniel Stenberg |
2004-06-10 | Gisle Vanem's improved verbose output and timeout handling when connecting to | Daniel Stenberg |
2004-04-26 | Made defines instead of plain numbers for the Curl_resolv() return code to | Daniel Stenberg |
2004-04-26 | Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |
2004-03-30 | adjusted to the new dns cache function to hide more hostip internals | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-12-15 | added a library-wide interface for doing dns cache pruning, and no longer | Daniel Stenberg |
2003-10-04 | Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when | Daniel Stenberg |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-05-13 | Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup | Daniel Stenberg |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-11-26 | fixed Curl_freeaddrinfo() to only free addrinfo, and added Curl_freednsinfo() | Daniel Stenberg |
2002-11-11 | unlock dns cache entries with a function call instead of a variable fiddle | Daniel Stenberg |
2002-11-05 | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-04-25 | In order to not get problems with DNS cache pruning, we no longer store | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-01-07 | Make cach'ing work with threads now, there are now three cases: | Sterling Hughes |
2002-01-03 | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg |