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_stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDY - Added the following flow control unitests.
rtenneti@chromium.org
2012-04-11
1
-1
/
+9
*
Properly handle spdy3 responses.
rch@chromium.org
2012-04-03
1
-4
/
+0
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-1
/
+1
*
Implement correct v3 CREDENTIAL frame support.
rch@chromium.org
2012-03-24
1
-0
/
+1
*
Rename origin_bound_cert files to server_bound_cert.
mattm@chromium.org
2012-03-22
1
-1
/
+1
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-16
/
+16
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-13
/
+13
*
Send correct request headers when using spdy 3.
rch@chromium.org
2012-03-15
1
-0
/
+6
*
SPDY - flow control optimizations. Send WINDOW_UPDATE
rtenneti@chromium.org
2012-02-29
1
-0
/
+4
*
SPDY - Better SPDY error logging in NetLog.
rtenneti@chromium.org
2012-02-23
1
-0
/
+22
*
Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...
satorux@chromium.org
2012-02-15
1
-1
/
+2
*
SPDY - updated comments and used int32 for window size
rtenneti@chromium.org
2012-02-14
1
-11
/
+11
*
net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().
satorux@chromium.org
2012-02-10
1
-2
/
+1
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
1
-0
/
+3
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
1
-0
/
+17
*
SPDY - Adjust the send window size of all streams (new and current)
rtenneti@chromium.org
2012-02-07
1
-1
/
+4
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-1
/
+4
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
1
-1
/
+1
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+3
*
WebSocket over SPDY: SpdyWebSocketStream
toyoshim@chromium.org
2011-06-27
1
-0
/
+1
*
Net: Add NET_API to socket_stream and spdy.
rvargas@google.com
2011-05-19
1
-3
/
+4
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-4
/
+4
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-4
/
+14
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-14
/
+4
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-4
/
+14
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
1
-0
/
+8
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-2
/
+10
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-0
/
+7
*
Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
1
-7
/
+0
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
1
-0
/
+7
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-2
/
+4
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-0
/
+16
*
Missed a file from last checkin. histograms_recorded member variable is
mbelshe@chromium.org
2010-08-23
1
-1
/
+0
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-0
/
+6
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-6
/
+7
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
1
-23
/
+15
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-1
/
+7
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-0
/
+9
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
SPDY flow control: enforce obeying send window size via a command-line switch...
agayev@chromium.org
2010-07-22
1
-6
/
+12
*
Initial SPDY flow control support
agayev@chromium.org
2010-07-20
1
-0
/
+9
*
Refactor SpdyStream state for WebSocket support
ukai@chromium.org
2010-07-20
1
-7
/
+10
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
1
-9
/
+0
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
1
-0
/
+9
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
1
-18
/
+3
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-07-12
1
-3
/
+18
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
1
-18
/
+3
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
1
-3
/
+18
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
1
-0
/
+0
[next]