| Commit message (Expand) | Author | Age | Files | Lines |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -4/+2 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -6/+7 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -7/+6 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -6/+7 |
* | Shows the default_address_family on both the DNS tab and in log dumps, | mmenke@chromium.org | 2010-10-07 | 1 | -0/+3 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -10/+9 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -2/+2 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -14/+10 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -8/+1 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -1/+3 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -3/+0 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -3/+1 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+9 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -0/+3 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -3/+0 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -0/+3 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -5/+1 |
* | Make HostResolver NonThreadSafe and not thread safe refcounted. | willchan@chromium.org | 2010-06-03 | 1 | -2/+2 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -3/+0 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -0/+11 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -0/+3 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -11/+0 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -0/+11 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -4/+4 |
* | Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ... | jar@chromium.org | 2010-02-26 | 1 | -1/+1 |
* | Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has... | jar@chromium.org | 2010-02-26 | 1 | -1/+1 |
* | Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre... | jar@chromium.org | 2010-02-25 | 1 | -1/+1 |
* | Refine IPv6 probe to require that the client has an IPv6 address on an interface | jar@chromium.org | 2010-02-25 | 1 | -1/+1 |
* | Make MappedHostResolver display its internals on the about:net-internals page... | eroman@chromium.org | 2010-02-19 | 1 | -4/+5 |
* | Add a command-line flag to remap hostnames based on patterns. | eroman@chromium.org | 2010-02-18 | 1 | -0/+7 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | Remove the HostResolver::Shutdown() method. | eroman@chromium.org | 2010-02-05 | 1 | -3/+0 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -1/+5 |
* | Add fine grain tracing to HostResolverImpl. | eroman@chromium.org | 2010-02-02 | 1 | -4/+5 |
* | Add mechanism for global queueing and prioritization of DNS. | eroman@chromium.org | 2010-01-30 | 1 | -1/+9 |
* | Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec... | eroman@chromium.org | 2010-01-07 | 1 | -0/+4 |
* | Some small comment fixes for HostResolver and DnsMaster. | eroman@chromium.org | 2009-11-23 | 1 | -2/+3 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -5/+7 |
* | Add a command line flag to force all network traffic through a particular ser... | mbelshe@google.com | 2009-11-03 | 1 | -5/+7 |
* | Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv... | eroman@chromium.org | 2009-10-26 | 1 | -2/+5 |
* | Add a mechanism to disable IPv6. | eroman@chromium.org | 2009-10-21 | 1 | -0/+13 |
* | Fixed a few data races on reference counters. | timurrrr@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Add a visualizer for the HostCache (DNS cache) on the network internals page. | eroman@chromium.org | 2009-09-02 | 1 | -0/+5 |
* | Fix access control. | maruel@chromium.org | 2009-08-28 | 1 | -2/+4 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -6/+6 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -4/+12 |
* | Update a bug number referenced by some TODOs, to point at the new bug for tra... | eroman@chromium.org | 2009-08-03 | 1 | -1/+1 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -141/+18 |