index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
host_resolver_impl_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
HostResolver: don't interpret NULL callback argument as a request to do synch...
agayev@chromium.org
2011-08-04
1
-10
/
+14
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-96
/
+15
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
1
-15
/
+96
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-96
/
+15
*
File reorganization: move AsyncHostResolver files to net/dns.
agayev@chromium.org
2011-07-22
1
-1
/
+1
*
AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.
agayev@chromium.org
2011-07-21
1
-24
/
+19
*
Implemented AsyncHostResolver -- asynchronous HostResolver!
agayev@chromium.org
2011-07-21
1
-80
/
+14
*
Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver.
agayev@chromium.org
2011-07-21
1
-14
/
+80
*
Implemented AsyncHostResolver -- asynchronous HostResolver.
agayev@chromium.org
2011-07-21
1
-80
/
+14
*
Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver.
agayev@chromium.org
2011-07-20
1
-14
/
+80
*
Implement AsyncHostResolver, an asynchronous HostResolver.
agayev@chromium.org
2011-07-20
1
-80
/
+14
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-18
/
+28
*
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-28
/
+18
*
Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-18
/
+28
*
Revert of 83710 which reverted 83641 - DNS Host resolver changes
rtenneti@chromium.org
2011-05-11
1
-3
/
+150
*
Revert 83641 - DNS Host resolver changes with retry logic. Fix for
jar@chromium.org
2011-05-02
1
-151
/
+3
*
DNS Host resolver changes with retry logic. Fix for
rtenneti@chromium.org
2011-04-30
1
-3
/
+151
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-24
/
+24
*
Make the MockHostResolver able to populate AddressLists with multiple IPs.
mbelshe@chromium.org
2011-03-09
1
-2
/
+2
*
Fix broken linux64 build
mbelshe@chromium.org
2011-03-02
1
-2
/
+2
*
Add a flag to a host resolver request to request that resolution only
mbelshe@chromium.org
2011-03-02
1
-0
/
+37
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-3
/
+3
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-19
/
+36
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-42
/
+42
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-54
/
+51
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-1
/
+2
*
HostResolver should flush the JobPools on a network change.
willchan@chromium.org
2010-09-21
1
-0
/
+37
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
1
-21
/
+23
*
Relands r58007.
willchan@chromium.org
2010-09-01
1
-18
/
+102
*
Revert r58019 and r58007 due to flaky.
willchan@chromium.org
2010-08-31
1
-78
/
+0
*
Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.
willchan@chromium.org
2010-08-31
1
-1
/
+2
*
Abort host resolution requests with ERR_ABORTED on ip address change.
willchan@chromium.org
2010-08-31
1
-0
/
+77
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
1
-14
/
+41
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-18
1
-5
/
+0
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-40
/
+14
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-14
/
+40
*
Revert 56384 - Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-0
/
+5
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-5
/
+0
*
Added defense in depth mechanism to host resolver to prevent long hostnames f...
cdn@chromium.org
2010-08-07
1
-0
/
+15
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-28
/
+15
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
1
-4
/
+6
*
Remove the HOST_RESOLVER_IMPL_OBSERVER_* log events. I have never found these...
eroman@chromium.org
2010-05-11
1
-10
/
+2
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-20
/
+26
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-0
/
+32
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
1
-2
/
+8
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
1
-32
/
+0
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
1
-10
/
+3
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
1
-3
/
+10
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-27
/
+36
[next]