summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_proc.cc
Commit message (Expand)AuthorAgeFilesLines
* Workaround for Android getaddrinfo bug.aruslan@chromium.org2012-06-221-0/+7
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+2
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-2/+4
* OpenBSD patches for net, split from CR #8275005robert.nagy@gmail.com2011-10-201-3/+3
* Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1...thakis@chromium.org2011-09-061-14/+4
* Revert 99666 (sync tests started failing on mac10.6:thakis@chromium.org2011-09-051-4/+14
* Linux: Monitor resolv.conf for changes and use that to reload resolver.craig.schlenter@chromium.org2011-09-051-14/+4
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-13/+0
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-0/+13
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-13/+0
* Upstream android net related code (part 1)michaelbai@google.com2011-07-111-1/+2
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-5/+5
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-19/+19
* Return a distinct error from ERR_NAME_NOT_RESOLVED when the call to getaddrin...eroman@chromium.org2010-10-151-4/+15
* linux: avoid closing uninitialized resolverevan@chromium.org2010-10-121-1/+5
* Don't call freeaddrinfo(NULL) to avoid crash on FreeBSD.vandebo@chromium.org2010-09-071-2/+4
* Fix remaining localhost resolution issues.vandebo@chromium.org2010-09-031-1/+58
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+3
* Added defense in depth mechanism to host resolver to prevent long hostnames f...cdn@chromium.org2010-08-071-0/+7
* Split off the DNS reload timeragl@chromium.org2010-07-281-81/+2
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-231-0/+6
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-8/+22
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-5/+13
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-13/+5
* 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