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
/
chrome
/
browser
/
net
/
preconnect.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base::Bind() cleanup in chrome/browser/net
dcheng@chromium.org
2011-12-22
1
-2
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec...
thakis@chromium.org
2011-10-20
1
-9
/
+10
*
Updating Preconnect to no longer get the default context. Instead it now gets...
rlp@chromium.org
2011-10-20
1
-10
/
+9
*
net: rework the NPN patch.
agl@chromium.org
2011-10-18
1
-2
/
+2
*
Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job
rch@chromium.org
2011-09-02
1
-1
/
+1
*
Deprecate Profile::GetDefaultRequestContext().
willchan@chromium.org
2011-07-20
1
-1
/
+2
*
Ensure User-agent is present in preconnection request
jar@chromium.org
2011-04-07
1
-0
/
+2
*
Consistently trim learned referrer database
jar@chromium.org
2011-04-06
1
-0
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
1
-3
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-46
/
+30
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-30
/
+46
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
1
-46
/
+30
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
1
-35
/
+19
*
Revert 67614 - Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
1
-19
/
+35
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-29
1
-35
/
+19
*
We have to do EV certificate verification for every resource
wtc@chromium.org
2010-11-02
1
-1
/
+1
*
Cleanup StreamFactory && StreamRequest APIs.
willchan@chromium.org
2010-10-14
1
-3
/
+8
*
Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection
vandebo@chromium.org
2010-10-14
1
-7
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part8:
tfarina@chromium.org
2010-10-09
1
-3
/
+3
*
Detach the ClientSocketHandle from an HttpStream so the same socket can be re...
cbentzel@chromium.org
2010-10-06
1
-2
/
+7
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
1
-2
/
+2
*
Update the Preconnect logic to use the new HttpStreamFactory for
mbelshe@chromium.org
2010-09-03
1
-93
/
+59
*
Refactor: Address a TODO about renaming a function.
eroman@chromium.org
2010-08-31
1
-1
/
+1
*
Display the "effective" proxy settings in about:net-internals.
eroman@chromium.org
2010-08-28
1
-3
/
+3
*
(repair leak) Handle synchronous request for a preconnection
jar@chromium.org
2010-08-10
1
-6
/
+9
*
(repair leak) Protect instance after commiting to use network
jar@chromium.org
2010-08-09
1
-2
/
+2
*
Reland 54771 (and 54795) To enable TCP Preconnection by default
jar@chromium.org
2010-08-06
1
-21
/
+43
*
Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default
dhollowa@chromium.org
2010-08-05
1
-43
/
+21
*
Reland 54771 (and 54795) To enable TCP Preconnection by default
jar@chromium.org
2010-08-05
1
-21
/
+43
*
Revert 54771 - Enable speculative preconnection by default
jar@chromium.org
2010-08-04
1
-43
/
+21
*
Enable speculative preconnection by default
jar@chromium.org
2010-08-03
1
-21
/
+43
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Support both preconnection, and pre-resolution for subresources
jar@chromium.org
2010-07-28
1
-6
/
+10
*
SPDY now always uses http_network_transaction instead of spdy_network_transac...
erikchen@google.com
2010-07-23
1
-1
/
+1
*
Implement SSLClientSocketPool.
vandebo@chromium.org
2010-07-14
1
-9
/
+31
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
1
-2
/
+3
*
Avoid preconnect (and pre-resolution) when proxy MIGHT be present
jar@chromium.org
2010-07-09
1
-0
/
+39
*
Fix the construction of the pool names for preconnect.
mbelshe@chromium.org
2010-06-29
1
-1
/
+7
*
Do speculative preconnection based on network traffic (not just DNS)
jar@chromium.org
2010-06-23
1
-6
/
+6
*
Support speculative pre-connection to search URLs
jar@chromium.org
2010-05-18
1
-0
/
+67