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
/
spdy
/
spdy_http_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...
rsleevi@chromium.org
2012-06-14
1
-5
/
+3
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-3
/
+2
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-1
/
+2
*
Properly handle spdy3 responses.
rch@chromium.org
2012-04-03
1
-1
/
+2
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-4
/
+2
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-3
/
+3
*
Send correct request headers when using spdy 3.
rch@chromium.org
2012-03-15
1
-1
/
+2
*
SPDY Proxy - Bug fix to handle flow control (spdy/2.1)
rtenneti@google.com
2012-02-16
1
-2
/
+1
*
Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...
satorux@chromium.org
2012-02-15
1
-13
/
+28
*
net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().
satorux@chromium.org
2012-02-10
1
-28
/
+13
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
1
-17
/
+42
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-3
/
+3
*
base::Bind: Convert net/spdy.
jhawkins@chromium.org
2011-12-21
1
-4
/
+8
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-23
/
+23
*
Initialize protocol_version to Unknown.
rtenneti@chromium.org
2011-12-20
1
-2
/
+4
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-2
/
+7
*
SPDY - add support for spdy/2.1 to support flow control.
rtenneti@google.com
2011-12-10
1
-1
/
+1
*
Basic HTTP pipelining support.
simonjam@chromium.org
2011-10-19
1
-0
/
+5
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-5
/
+5
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-05-05
1
-1
/
+6
*
Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...
asanka@chromium.org
2011-04-29
1
-6
/
+1
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-04-29
1
-1
/
+6
*
Don't drain response bodies for SpdyHttpStreams.
willchan@chromium.org
2011-03-11
1
-0
/
+4
*
Revert r77399 in preparation for merging a small portion of it to 696.
willchan@chromium.org
2011-03-11
1
-4
/
+0
*
Reland r77075,r77077.
willchan@chromium.org
2011-03-09
1
-0
/
+4
*
Revert 77077 - Fix clang after r77075.
jochen@chromium.org
2011-03-07
1
-4
/
+0
*
Fix clang after r77075.
willchan@chromium.org
2011-03-06
1
-0
/
+4
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-5
/
+26
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-26
/
+5
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-5
/
+26
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-1
/
+10
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-1
/
+1
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
1
-1
/
+9
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-0
/
+26
*
Don't set SSLInfo on non-https requests. For SPDY with self-signed certs
mbelshe@chromium.org
2010-12-09
1
-1
/
+4
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-10
/
+23
*
call SpdySession::flow_control() statically, instead of as
rch@chromium.org
2010-12-02
1
-1
/
+1
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-2
/
+2
*
HttpStream::SendRequest
rch@chromium.org
2010-10-27
1
-4
/
+2
*
Move BuildRequestHeaders from HttpNetworkTransaction to
rch@chromium.org
2010-10-20
1
-1
/
+5
*
Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection
vandebo@chromium.org
2010-10-14
1
-8
/
+0
*
Detach the ClientSocketHandle from an HttpStream so the same socket can be re...
cbentzel@chromium.org
2010-10-06
1
-0
/
+8
*
Move two methods in spdy_http_stream.cc from an anonymous namespace
rch@chromium.org
2010-09-15
1
-136
/
+1
*
Add support for speaking SPDY to an HTTPS proxy.
rch@chromium.org
2010-09-01
1
-5
/
+10
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-0
/
+2
*
Move the stream initialization out of the HttpStreamRequest and back
mbelshe@chromium.org
2010-08-25
1
-4
/
+7
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
1
-1
/
+2
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-4
/
+24
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-4
/
+1
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
1
-0
/
+1
[next]