| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -22/+22 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -1/+1 |
* | Shows the default_address_family on both the DNS tab and in log dumps, | mmenke@chromium.org | 2010-10-07 | 1 | -0/+1 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -5/+5 |
* | HostResolver should flush the JobPools on a network change. | willchan@chromium.org | 2010-09-21 | 1 | -2/+2 |
* | Relands r58007. | willchan@chromium.org | 2010-09-01 | 1 | -0/+14 |
* | Revert r58019 and r58007 due to flaky. | willchan@chromium.org | 2010-08-31 | 1 | -14/+0 |
* | Abort host resolution requests with ERR_ABORTED on ip address change. | willchan@chromium.org | 2010-08-31 | 1 | -0/+14 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -7/+14 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -12/+7 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -7/+12 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | [Linux] Enable connecting to localhost when offline. | vandebo@chromium.org | 2010-07-23 | 1 | -0/+3 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-09 | 1 | -1/+1 |
* | Revert 51877, since SpdyNetworkTransactionTest.CorruptFrameSessionError start... | eroman@chromium.org | 2010-07-08 | 1 | -1/+1 |
* | Add the capability to run multiple proxy PAC scripts in parallel. | eroman@chromium.org | 2010-07-08 | 1 | -1/+1 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -6/+1 |
* | Make HostResolver NonThreadSafe and not thread safe refcounted. | willchan@chromium.org | 2010-06-03 | 1 | -0/+2 |
* | Log the OS error that getaddrinfo() failed with. | eroman@chromium.org | 2010-05-16 | 1 | -3/+6 |
* | Replace about:net-internals with the javascript-based frontend. | eroman@chromium.org | 2010-05-10 | 1 | -14/+0 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -0/+1 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -2/+5 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -5/+2 |
* | Refine IPv6 probe to require that the client has an IPv6 address on an interface | jar@chromium.org | 2010-03-16 | 1 | -3/+21 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -6/+7 |
* | Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ... | jar@chromium.org | 2010-02-26 | 1 | -11/+3 |
* | Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has... | jar@chromium.org | 2010-02-26 | 1 | -3/+11 |
* | Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre... | jar@chromium.org | 2010-02-25 | 1 | -11/+3 |
* | Refine IPv6 probe to require that the client has an IPv6 address on an interface | jar@chromium.org | 2010-02-25 | 1 | -3/+11 |
* | Make MappedHostResolver display its internals on the about:net-internals page... | eroman@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Remove the HostResolver::Shutdown() method. | eroman@chromium.org | 2010-02-05 | 1 | -4/+4 |
* | Fix regression that broke the --disable-ipv6 command line flag. | eroman@chromium.org | 2010-02-05 | 1 | -0/+5 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -3/+4 |
* | Add fine grain tracing to HostResolverImpl. | eroman@chromium.org | 2010-02-02 | 1 | -1/+23 |
* | Add mechanism for global queueing and prioritization of DNS. | eroman@chromium.org | 2010-01-30 | 1 | -1/+64 |
* | Set up HostResolverImpl to flush cache on IP address change. | willchan@chromium.org | 2010-01-11 | 1 | -5/+14 |
* | Cache failed DNS resolutions for 1 second. | eroman@chromium.org | 2009-12-10 | 1 | -10/+13 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -5/+5 |
* | Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv... | eroman@chromium.org | 2009-10-26 | 1 | -6/+4 |
* | Add a mechanism to disable IPv6. | eroman@chromium.org | 2009-10-21 | 1 | -4/+14 |
* | Add a visualizer for the HostCache (DNS cache) on the network internals page. | eroman@chromium.org | 2009-09-02 | 1 | -0/+1 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Implement LoadLog, and hook up HostResolverImpl to LoadLog. | ericroman@google.com | 2009-08-14 | 1 | -12/+15 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -2/+5 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -0/+136 |