| Commit message (Expand) | Author | Age | Files | Lines |
* | On Windows, avoid QUIC UDP-port selection in Stable and Beta channels | jar@chromium.org | 2014-01-22 | 1 | -0/+7 |
* | Remove HttpTransactionDelegate and all users (LoadTimeStats). | rvargas@chromium.org | 2013-12-27 | 1 | -2/+0 |
* | Add a --quic-version flag to specify a specific version of QUIC to use. | rch@chromium.org | 2013-12-23 | 1 | -0/+4 |
* | Add a preference (proxy.quick_check_enabled, default true) to control QuickCh... | ellyjones@chromium.org | 2013-12-17 | 1 | -0/+2 |
* | Certificate Transparency: Threading the CT verifier into the SSL client socket. | eranm@google.com | 2013-11-28 | 1 | -0/+2 |
* | Configure QUIC max packet size via a Field Trial or command line arg. | rch@chromium.org | 2013-11-27 | 1 | -2/+15 |
* | Support multiple SpdyProxy auth proxies | bengr@chromium.org | 2013-11-08 | 1 | -1/+2 |
* | [SPDY] Remove most code dealing with credential frames | akalin@chromium.org | 2013-10-29 | 1 | -1/+0 |
* | [SPDY] Do not advertise SPDY/2 by default | akalin@chromium.org | 2013-10-06 | 1 | -3/+3 |
* | Enable HTTPS over QUIC via field trial | rch@chromium.org | 2013-07-24 | 1 | -0/+4 |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 1 | -0/+5 |
* | Replace PrefProxyConfigTracker typedef by proper interface. | pneubeck@chromium.org | 2013-07-22 | 1 | -2/+2 |
* | Change BrowserThreadDelegate to run Init() async. | mariakhomenko@chromium.org | 2013-07-17 | 1 | -0/+1 |
* | Added flags to about:flags to enable QUIC over HTTPS | rtenneti@chromium.org | 2013-07-15 | 1 | -0/+1 |
* | [SPDY] Refactor and clean up SpdySessionPool | akalin@chromium.org | 2013-07-03 | 1 | -1/+0 |
* | Set trusted_spdy_proxy parameter based on its switch, if set. | piatek@google.com | 2013-06-13 | 1 | -0/+1 |
* | Change --origin-port-to-force-quic-on to --origin-to-force-quic-on. | rch@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Enable/Disable QUIC via a field trial (or about:flags). | rch@chromium.org | 2013-06-01 | 1 | -0/+4 |
* | Allow specifying proxy scripts using file:, data:, and ftp: URLs. This addre... | pauljensen@chromium.org | 2013-05-30 | 1 | -0/+5 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -3/+0 |
* | Split NetworkTimeTracker into service part and observer part. | zea@chromium.org | 2013-04-30 | 1 | -0/+2 |
* | base/prefs: Remove the public/ directory and move the files to //base/prefs. | tfarina@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+3 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -3/+0 |
* | Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC. | rch@chromium.org | 2013-02-25 | 1 | -1/+0 |
* | Support spdy proxy origin settings via gyp. | bengr@chromium.org | 2013-02-21 | 1 | -1/+1 |
* | Switch IOThread to standard way of doing pref registrations. | joi@chromium.org | 2013-02-21 | 1 | -2/+2 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 1 | -3/+3 |
* | Add a new enable_user_alternate_protocol_ports flag. | rch@chromium.org | 2013-02-01 | 1 | -0/+1 |
* | Add support for a --enable-quic command line flag. | rch@chromium.org | 2013-01-29 | 1 | -0/+1 |
* | Add a command line option to enable SPDY request encoding for QUIC requests. | rch@chromium.org | 2013-01-25 | 1 | -0/+1 |
* | Fix ServerBoundCertServiceRequest leaks by system request context. | mattm@chromium.org | 2012-12-28 | 1 | -1/+2 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -2/+3 |
* | Integrating the QuicStreamFactory into the network stack. | rch@chromium.org | 2012-12-16 | 1 | -0/+1 |
* | Revert 173311 | rch@chromium.org | 2012-12-15 | 1 | -1/+0 |
* | Integrating the QuicStreamFactory into the network stack. | rch@chromium.org | 2012-12-15 | 1 | -0/+1 |
* | Move PrefMember to base/prefs/public now that it has no bad dependencies. | joi@chromium.org | 2012-12-12 | 1 | -1/+1 |
* | Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli... | rch@chromium.org | 2012-12-04 | 1 | -0/+33 |
* | Move EnableSpdy from HttpNetworkLayer to IOThread. | rch@chromium.org | 2012-11-30 | 1 | -0/+17 |
* | Move InitializeNetworkOptions from ChromeBrowserMain to IOThread. This is in ... | rch@chromium.org | 2012-11-29 | 1 | -3/+14 |
* | Add policy for disabling the built-in asynchronous DNS client. | szym@chromium.org | 2012-11-26 | 1 | -0/+4 |
* | Put DnsProbeService on IOThread. | ttuttle@chromium.org | 2012-11-14 | 1 | -0/+5 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 1 | -0/+2 |
* | SPDY proxy authentication support. | piatek@google.com | 2012-09-28 | 1 | -0/+1 |
* | Remove static variables from HttpStreamFactory. | szager@chromium.org | 2012-09-07 | 1 | -0/+6 |
* | Move PrefMember and PrefChangeRegistrar to api directory. | joi@chromium.org | 2012-08-21 | 1 | -1/+1 |
* | Add histograms for network activity, and total/cumulative | tburkard@chromium.org | 2012-08-20 | 1 | -2/+2 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -0/+2 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 1 | -6/+9 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |