summaryrefslogtreecommitdiffstats
path: root/net/base/host_resolver_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-19/+36
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-42/+42
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-54/+51
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* HostResolver should flush the JobPools on a network change.willchan@chromium.org2010-09-211-0/+37
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-21/+23
* Relands r58007.willchan@chromium.org2010-09-011-18/+102
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-311-78/+0
* Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.willchan@chromium.org2010-08-311-1/+2
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-311-0/+77
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-14/+41
* Don't resolve IP literals.vandebo@chromium.org2010-08-181-5/+0
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-40/+14
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-14/+40
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-0/+5
* Don't resolve IP literals.vandebo@chromium.org2010-08-171-5/+0
* Added defense in depth mechanism to host resolver to prevent long hostnames f...cdn@chromium.org2010-08-071-0/+15
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-28/+15
* Log the OS error that getaddrinfo() failed with.eroman@chromium.org2010-05-161-4/+6
* Remove the HOST_RESOLVER_IMPL_OBSERVER_* log events. I have never found these...eroman@chromium.org2010-05-111-10/+2
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-20/+26
* Fix crash on IP address change.willchan@chromium.org2010-04-191-0/+32
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-2/+8
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-32/+0
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-10/+3
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-3/+10
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-27/+36
* Fix regression that broke the --disable-ipv6 command line flag.eroman@chromium.org2010-02-051-25/+275
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-4/+3
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-15/+262
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-25/+19
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-111-14/+47
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-5/+5
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-7/+1
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-16/+21
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-6/+6
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-2/+4
* Fix some style nits in unittests.eroman@chromium.org2009-08-201-113/+110
* Undisable HostResolverImplTest.EmptyHost, by making empty host fail to resolve.ericroman@google.com2009-08-171-6/+1
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-15/+15
* Implement LoadLog, and hook up HostResolverImpl to LoadLog.ericroman@google.com2009-08-141-4/+45
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-15/+15
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-181-1/+6
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-0/+923