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
/
mock_host_resolver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-2
/
+8
*
Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...
agayev@chromium.org
2011-07-28
1
-8
/
+2
*
HostResolverImpl: don't interpret NULL callback argument as a request to do s...
agayev@chromium.org
2011-07-28
1
-2
/
+8
*
Upstream android net related code (part 1)
michaelbai@google.com
2011-07-11
1
-0
/
+6
*
Revert of 85854 which is a revert of 85852 - Add a command line option
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Revert 85852 - Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Add a command line option ("host-resolver-retry-attempts")
rtenneti@chromium.org
2011-05-19
1
-1
/
+1
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Make the MockHostResolver able to populate AddressLists with multiple IPs.
mbelshe@chromium.org
2011-03-09
1
-18
/
+31
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-32
/
+32
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
1
-0
/
+25
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-1
/
+1
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
1
-25
/
+0
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
1
-0
/
+25
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
1
-1
/
+1
*
Fix remaining localhost resolution issues.
vandebo@chromium.org
2010-09-03
1
-15
/
+22
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
1
-1
/
+1
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-18
1
-9
/
+17
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-1
/
+1
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-1
/
+1
*
Revert 56384 - Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-9
/
+9
*
Don't resolve IP literals.
vandebo@chromium.org
2010-08-17
1
-9
/
+9
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-1
/
+1
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
1
-60
/
+26
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
1
-3
/
+4
*
Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.
cbentzel@chromium.org
2010-04-28
1
-13
/
+67
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-4
/
+0
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
1
-3
/
+9
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
1
-0
/
+4
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
1
-9
/
+3
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
1
-3
/
+9
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-2
/
+2
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
1
-1
/
+1
*
Remove the HostResolver::Shutdown() method.
eroman@chromium.org
2010-02-05
1
-4
/
+0
*
Add fine grain tracing to HostResolverImpl.
eroman@chromium.org
2010-02-02
1
-4
/
+0
*
Add mechanism for global queueing and prioritization of DNS.
eroman@chromium.org
2010-01-30
1
-1
/
+1
*
Set up HostResolverImpl to flush cache on IP address change.
willchan@chromium.org
2010-01-11
1
-1
/
+1
*
Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...
pkasting@chromium.org
2010-01-08
1
-6
/
+5
*
Cache failed DNS resolutions for 1 second.
eroman@chromium.org
2009-12-10
1
-3
/
+9
*
Fixes to the string MatchPattern functions:
tony@chromium.org
2009-12-03
1
-1
/
+1
*
Refactor: Address some style comments from a review (which missed the origina...
eroman@chromium.org
2009-10-23
1
-3
/
+3
*
Disable IPv6 results for the PAC bindings:
eroman@chromium.org
2009-10-22
1
-6
/
+26
*
Add a mechanism to disable IPv6.
eroman@chromium.org
2009-10-21
1
-2
/
+5
*
Add a visualizer for the HostCache (DNS cache) on the network internals page.
eroman@chromium.org
2009-09-02
1
-0
/
+4
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-4
/
+4
*
Remove the unittest "DnsMasterTest.OsCachesLookupsTest".
eroman@chromium.org
2009-08-12
1
-4
/
+1
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-2
/
+3
[next]