Age | Commit message (Expand) | Author |
2013-09-17 | dns: fix compilation with MinGW from commit df69440d05f113 | Steve Holme |
2013-09-12 | libcurl: New options to bind DNS to local interfaces or IP addresses | Kim Vandry |
2013-08-08 | global dns cache: didn't work [regression] | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-11-18 | fixed memory leak: CURLOPT_RESOLVE with multi interface | Daniel Stenberg |
2011-12-31 | CURLOPT_RESOLVE: avoid adding already present host names | Daniel Stenberg |
2011-12-23 | resolve: don't leak pre-populated dns entries | Daniel Stenberg |
2011-11-17 | CURLOPT_DNS_SERVERS: set name servers if possible | Jason Glasgow |
2011-04-25 | Fixed compilation when the synchronous resolver is used | Dan Fandrich |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2011-04-25 | asynch resolvers: cleanup | Daniel Stenberg |
2011-04-25 | asynch resolvers: unified | Vsevolod Novikov |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-03-23 | ipv6: only probe once | Daniel Stenberg |
2010-12-27 | c-ares: fix cancelled resolves | Daniel Stenberg |
2010-11-11 | ip_version: moved to connection struct | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-01-25 | Constantine Sapuntzakis threaded resolver enhancements | Yang Tse |
2010-01-22 | Definitions of resolver specialty compile-time defines CURLRES_* moved | Yang Tse |
2010-01-22 | Constantine Sapuntzakis refactoring of async callbacks, allowing | Yang Tse |
2009-11-11 | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg |
2008-11-06 | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse |
2008-10-30 | Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo() | Yang Tse |
2008-10-30 | Use our Curl_addrinfo definition even when an addrinfo struct is available. | Yang Tse |
2008-10-02 | take 2 at fixing compiler warning: argument might be clobbered by `longjmp' o... | Yang Tse |
2008-10-02 | fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork' | Yang Tse |
2008-09-29 | Moved all signal-based name resolution timeout handling into a single new | Dan Fandrich |
2008-09-18 | fix compiler warning: external declaration in primary source file | Yang Tse |
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 |