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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-5
/
+19
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-19
/
+5
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-5
/
+19
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-2
/
+0
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
1
-0
/
+37
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-17
/
+48
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-16
/
+21
*
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
*
Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the
mbelshe@chromium.org
2010-09-05
1
-19
/
+38
*
Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...
mbelshe@chromium.org
2010-09-04
1
-38
/
+19
*
Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging was
mbelshe@chromium.org
2010-09-03
1
-19
/
+38
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-3
/
+9
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
1
-0
/
+35
*
Keep push streams open until they are claimed. The previous change I did
mbelshe@chromium.org
2010-08-25
1
-8
/
+14
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
1
-11
/
+9
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-0
/
+4
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
1
-17
/
+7
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
1
-107
/
+55
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-1
/
+27
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-25
/
+44
*
Initialize SpdyStreamMember to kInitialWindowSize.
finnur@chromium.org
2010-07-30
1
-1
/
+1
*
Uninitialized member in SpdyStream.
finnur@chromium.org
2010-07-30
1
-1
/
+2
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-27
1
-2
/
+6
*
Fix DeleteStream() being called twice per stream and CloseStream() reporting ...
agayev@chromium.org
2010-07-27
1
-7
/
+1
*
TBR:
erikchen@google.com
2010-07-26
1
-6
/
+3
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-26
1
-3
/
+6
*
SPDY flow control: enforce obeying send window size via a command-line switch...
agayev@chromium.org
2010-07-22
1
-11
/
+31
*
Initial SPDY flow control support
agayev@chromium.org
2010-07-20
1
-0
/
+19
*
Refactor SpdyStream state for WebSocket support
ukai@chromium.org
2010-07-20
1
-36
/
+47
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
1
-17
/
+0
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
1
-0
/
+17
*
SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...
erikchen@google.com
2010-07-14
1
-1
/
+0
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
1
-14
/
+8
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-07-12
1
-8
/
+14
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
1
-15
/
+8
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
1
-8
/
+15
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
1
-0
/
+0
*
Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.
mlloyd@chromium.org
2010-06-24
1
-0
/
+1
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
1
-71
/
+90
*
Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...
willchan@chromium.org
2010-06-18
1
-90
/
+71
*
Refactor SpdyStream to get HTTP specific out of the interface and members.
ukai@chromium.org
2010-06-18
1
-71
/
+90
*
cleaned up the way that streams close so that all of them use DeleteStream
erikchen@google.com
2010-06-15
1
-11
/
+7
*
Refactor SpdyStream.
ukai@chromium.org
2010-06-14
1
-234
/
+68
*
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
willchan@chromium.org
2010-05-13
1
-3
/
+2
*
Fix valgrind memcheck issues with GetPushStream unit test.
cbentzel@chromium.org
2010-05-10
1
-3
/
+22
*
Fix SPDY crash where we receive an early SYN_REPLY.
mbelshe@chromium.org
2010-05-05
1
-6
/
+19
*
A couple of SPDY server push bug fixes.
mbelshe@chromium.org
2010-04-29
1
-1
/
+5
[next]