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
/
net
/
http
/
http_stream_request.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-1105
/
+0
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-0
/
+1105
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
1
-1105
/
+0
*
Add support for testing SPDY with a forced-single-domain mode. This is
mbelshe@chromium.org
2011-02-22
1
-1
/
+1
*
Fix comment in http_stream_request.cc.
willchan@chromium.org
2011-01-26
1
-2
/
+2
*
Prevent over-preconnecting when we already have a SpdySession.
willchan@chromium.org
2011-01-26
1
-2
/
+5
*
Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...
rsleevi@chromium.org
2011-01-13
1
-2
/
+2
*
net: Disable False Start and clear the SSL client auth cache for HTTPS proxie...
agl@chromium.org
2011-01-11
1
-0
/
+17
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
1
-30
/
+1
*
Add a port to the SPDY debugging flags so that we can force SPDY for just a
mbelshe@chromium.org
2011-01-08
1
-5
/
+27
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
1
-7
/
+33
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-0
/
+12
*
Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false rep...
timurrrr@chromium.org
2010-12-07
1
-0
/
+1
*
Fix case where a SPDY stream with an un-verified cert would kill the browser
mbelshe@google.com
2010-12-01
1
-1
/
+6
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-7
/
+7
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-4
/
+4
*
HttpStream::SendRequest
rch@chromium.org
2010-10-27
1
-2
/
+5
*
Do not include "net/socket/ssl_client_socket.h" twice.
wtc@chromium.org
2010-10-26
1
-5
/
+4
*
Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.
mbelshe@chromium.org
2010-10-16
1
-12
/
+1
*
Add an off switch for SPDY:
mbelshe@chromium.org
2010-10-16
1
-20
/
+30
*
Plumb up the preconnect logic from pools to StreamFactory.
willchan@chromium.org
2010-10-16
1
-34
/
+104
*
Cleanup StreamFactory && StreamRequest APIs.
willchan@chromium.org
2010-10-14
1
-62
/
+24
*
Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection
vandebo@chromium.org
2010-10-14
1
-10
/
+2
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-5
/
+13
*
Do not use Alternate-Protocol for establishing new SpdySessions.
willchan@chromium.org
2010-10-08
1
-1
/
+12
*
Add a hostname parameter to HttpStreamRequest::GenerateSslParams
rch@chromium.org
2010-10-07
1
-1
/
+4
*
Detach the ClientSocketHandle from an HttpStream so the same socket can be re...
cbentzel@chromium.org
2010-10-06
1
-2
/
+10
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
1
-2
/
+1
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-1
/
+2
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-2
/
+1
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-2
/
+8
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
1
-4
/
+5
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-5
/
+6
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
1
-11
/
+13
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
1
-6
/
+9
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
1
-0
/
+1
*
Fix a crash when we preconnect to a host that we already have a SPDY session ...
willchan@chromium.org
2010-09-13
1
-1
/
+1
*
Correct typo so that statistics appear for speculative activities
jar@chromium.org
2010-09-12
1
-3
/
+1
*
Crashes net_unittests.
jhawkins@chromium.org
2010-09-11
1
-1
/
+1
*
Correct typo so that statistics appear for speculative activities
jar@chromium.org
2010-09-10
1
-1
/
+1
*
Update the Preconnect logic to use the new HttpStreamFactory for
mbelshe@chromium.org
2010-09-03
1
-0
/
+17
*
Add support for speaking SPDY to an HTTPS proxy.
rch@chromium.org
2010-09-01
1
-5
/
+38
*
Change the API from passing refptr<>s through the interfaces.
mbelshe@chromium.org
2010-09-01
1
-8
/
+7
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
1
-2
/
+2
*
Add a new SSLClientSocket::wasSpdyNegotiated method,
rch@chromium.org
2010-08-27
1
-10
/
+1
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
1
-32
/
+58
*
Move the stream initialization out of the HttpStreamRequest and back
mbelshe@chromium.org
2010-08-25
1
-15
/
+13
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
1
-56
/
+32
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
1
-32
/
+56
*
Refactor: change the spdy session pool key to take a ProxyServer instead of a...
eroman@chromium.org
2010-08-25
1
-3
/
+2
[next]