summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_proc.cc
Commit message (Expand)AuthorAgeFilesLines
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-5/+13
* Revert 38078 - Turn off ipv6 when there is no support at startup.jar@chromium.org2010-02-041-23/+0
* Turn off ipv6 when there is no support at startup.jar@chromium.org2010-02-041-0/+23
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-291-8/+13
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-3/+25
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-7/+1
* [GTTF] Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-12-021-6/+12
* Revert "Apply test isolation goodness to net_unittests."phajdan.jr@chromium.org2009-11-261-11/+6
* Fix a memory leak in DnsReloadTimerphajdan.jr@chromium.org2009-11-261-0/+1
* Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-11-261-6/+10
* Remove the temporary instrumentation to getaddrinfo().eroman@chromium.org2009-11-251-20/+1
* Add some instrumentation to SystemHostResolverProc() to capture the hostname ...eroman@chromium.org2009-11-061-1/+20
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-231-1/+8
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-4/+14
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-111-17/+0
* Don't use the AI_ADDRCONFIG flag on Mac OS X. It's not necessary.wtc@chromium.org2009-08-171-0/+17
* Undisable HostResolverImplTest.EmptyHost, by making empty host fail to resolve.ericroman@google.com2009-08-171-0/+6
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-0/+180