summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/preconnect.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind() cleanup in chrome/browser/netdcheng@chromium.org2011-12-221-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec...thakis@chromium.org2011-10-201-9/+10
* Updating Preconnect to no longer get the default context. Instead it now gets...rlp@chromium.org2011-10-201-10/+9
* net: rework the NPN patch.agl@chromium.org2011-10-181-2/+2
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-021-1/+1
* Deprecate Profile::GetDefaultRequestContext().willchan@chromium.org2011-07-201-1/+2
* Ensure User-agent is present in preconnection requestjar@chromium.org2011-04-071-0/+2
* Consistently trim learned referrer databasejar@chromium.org2011-04-061-0/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-46/+30
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-30/+46
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-46/+30
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-35/+19
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-19/+35
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-291-35/+19
* We have to do EV certificate verification for every resourcewtc@chromium.org2010-11-021-1/+1
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-3/+8
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-7/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-3/+3
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-2/+7
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-2/+2
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-031-93/+59
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-1/+1
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-281-3/+3
* (repair leak) Handle synchronous request for a preconnectionjar@chromium.org2010-08-101-6/+9
* (repair leak) Protect instance after commiting to use networkjar@chromium.org2010-08-091-2/+2
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-21/+43
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-43/+21
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-21/+43
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-43/+21
* Enable speculative preconnection by defaultjar@chromium.org2010-08-031-21/+43
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-281-6/+10
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-1/+1
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-9/+31
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-2/+3
* Avoid preconnect (and pre-resolution) when proxy MIGHT be presentjar@chromium.org2010-07-091-0/+39
* Fix the construction of the pool names for preconnect.mbelshe@chromium.org2010-06-291-1/+7
* Do speculative preconnection based on network traffic (not just DNS)jar@chromium.org2010-06-231-6/+6
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-181-0/+67