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_session.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
1
-48
/
+24
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
1
-24
/
+48
*
SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...
willchan@chromium.org
2010-06-28
1
-14
/
+41
*
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
-4
/
+11
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
1
-201
/
+52
*
Fix crash in GetSpdySessionFromSSLSocket in the case where the
mbelshe@chromium.org
2010-06-24
1
-7
/
+13
*
Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...
willchan@chromium.org
2010-06-18
1
-52
/
+201
*
Refactor SpdyStream to get HTTP specific out of the interface and members.
ukai@chromium.org
2010-06-18
1
-201
/
+52
*
Fix crash in SpdySession::DeleteStream.
ukai@chromium.org
2010-06-18
1
-2
/
+2
*
Fix crash in DeleteStream.
ukai@chromium.org
2010-06-16
1
-2
/
+3
*
cleaned up the way that streams close so that all of them use DeleteStream
erikchen@google.com
2010-06-15
1
-55
/
+39
*
Refactor SpdyStream.
ukai@chromium.org
2010-06-14
1
-14
/
+18
*
SPDY: Fix stream cancellation during ReadResponseBody() callback.
willchan@chromium.org
2010-06-07
1
-3
/
+8
*
Import the server-side code for URL encoding & unittest.
mbelshe@chromium.org
2010-06-07
1
-1
/
+0
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
1
-0
/
+5
*
Add more histograms for SPDY and settings.
mbelshe@chromium.org
2010-05-21
1
-13
/
+57
*
Separate SPDY data-frame compression from the header compressors.
mbelshe@chromium.org
2010-05-21
1
-2
/
+2
*
Reland 47342.
willchan@chromium.org
2010-05-16
1
-6
/
+55
*
SPDY: Add push streams to the NetLog.
willchan@chromium.org
2010-05-15
1
-1
/
+18
*
Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...
willchan@chromium.org
2010-05-15
1
-54
/
+3
*
Support SpdySession as a new NetLog source type. Start logging some more SPDY...
willchan@chromium.org
2010-05-15
1
-3
/
+54
*
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
willchan@chromium.org
2010-05-13
1
-21
/
+71
*
Plumb NetLog into SpdySession.
willchan@chromium.org
2010-05-12
1
-10
/
+10
*
Fix valgrind memcheck issues with GetPushStream unit test.
cbentzel@chromium.org
2010-05-10
1
-2
/
+1
*
Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream.
mbelshe@chromium.org
2010-05-05
1
-1
/
+1
*
Fix SPDY crash where we receive an early SYN_REPLY.
mbelshe@chromium.org
2010-05-05
1
-2
/
+9
*
Fix a hang on SPDY session teardown when streams are still active.
mbelshe@chromium.org
2010-05-04
1
-2
/
+1
*
Unit test for server push and GetPushStream.
cbentzel@chromium.org
2010-05-04
1
-2
/
+2
*
A couple of SPDY server push bug fixes.
mbelshe@chromium.org
2010-04-29
1
-1
/
+1
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-1
/
+1
*
Fix cases where SpdySession can double-remove from the SpdySessionPool.
mbelshe@chromium.org
2010-04-23
1
-3
/
+11
*
Fix crasher on SpdySession teardown. When we close the session on error,
mbelshe@chromium.org
2010-04-21
1
-0
/
+4
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-7
/
+7
*
SPDY: Remove invalid DCHECK.
willchan@chromium.org
2010-04-19
1
-2
/
+0
*
SPDY: Minor code cleanup.
willchan@chromium.org
2010-04-16
1
-4
/
+5
*
Fix crash in WriteSocket() when sending Settings frames
mbelshe@chromium.org
2010-04-16
1
-1
/
+7
*
Take 2 at landing the SPDY SETTINGS frame patch.
mbelshe@chromium.org
2010-04-09
1
-43
/
+68
*
Revert 44092 - Add support for the SPDY session frame.
jar@chromium.org
2010-04-09
1
-68
/
+43
*
Add support for the SPDY session frame.
mbelshe@chromium.org
2010-04-09
1
-43
/
+68
*
SPDY: Improve logging messages for SpdySession.
willchan@chromium.org
2010-03-30
1
-3
/
+9
*
Re-enable the ConnectFailure case. Previously, this test case
mbelshe@chromium.org
2010-03-29
1
-0
/
+4
*
Reducing the debug output spam.
ahendrickson@google.com
2010-03-25
1
-4
/
+0
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
1
-20
/
+52
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-7
/
+7
*
SPDY: Basic peer GoAway frame support.
willchan@chromium.org
2010-03-10
1
-24
/
+38
*
Update spdy_protocol to support the GOAWAY message.
mbelshe@chromium.org
2010-03-04
1
-3
/
+6
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
1
-4
/
+4
[next]