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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
3
-3
/
+0
*
Reland 47342.
willchan@chromium.org
2010-05-16
3
-9
/
+58
*
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
3
-57
/
+6
*
Support SpdySession as a new NetLog source type. Start logging some more SPDY...
willchan@chromium.org
2010-05-15
3
-6
/
+57
*
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
willchan@chromium.org
2010-05-13
6
-33
/
+86
*
Plumb NetLog into SpdySession.
willchan@chromium.org
2010-05-12
7
-30
/
+45
*
Fix valgrind memcheck issues with GetPushStream unit test.
cbentzel@chromium.org
2010-05-10
5
-10
/
+47
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
1
-1
/
+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
4
-24
/
+79
*
Disable SpdySessionTest.GetPushStream due to valgrind failures.
cbentzel@chromium.org
2010-05-04
2
-2
/
+2
*
Fix a hang on SPDY session teardown when streams are still active.
mbelshe@chromium.org
2010-05-04
2
-2
/
+51
*
Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.
willchan@chromium.org
2010-05-04
1
-207
/
+0
*
Unit test for server push and GetPushStream.
cbentzel@chromium.org
2010-05-04
4
-4
/
+92
*
A couple of SPDY server push bug fixes.
mbelshe@chromium.org
2010-04-29
3
-4
/
+8
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
1
-2
/
+2
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
4
-25
/
+38
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
3
-17
/
+18
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
3
-172
/
+118
*
Fix cut-and-paste error on num_entries.
mbelshe@chromium.org
2010-04-23
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
3
-3
/
+17
*
With the GOAWAY code we now can have a case where we attempt
mbelshe@chromium.org
2010-04-21
1
-1
/
+2
*
Fix crasher on SpdySession teardown. When we close the session on error,
mbelshe@chromium.org
2010-04-21
2
-0
/
+33
*
SPDY: Fix unittest-only leak.
willchan@chromium.org
2010-04-21
3
-23
/
+21
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
3
-23
/
+15
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
3
-5
/
+16
*
SPDY: Remove invalid DCHECK.
willchan@chromium.org
2010-04-19
2
-2
/
+5
*
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
3
-1
/
+28
*
Take 2 at landing the SPDY SETTINGS frame patch.
mbelshe@chromium.org
2010-04-09
8
-48
/
+441
*
Revert 44092 - Add support for the SPDY session frame.
jar@chromium.org
2010-04-09
8
-439
/
+48
*
Add support for the SPDY session frame.
mbelshe@chromium.org
2010-04-09
8
-48
/
+439
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
3
-16
/
+5
*
Missed include of <utility> for new use of std::pair.
mbelshe@chromium.org
2010-04-05
1
-0
/
+1
*
Implement protocol definitions for the SPDY SETTINGS frame (previously
mbelshe@chromium.org
2010-04-02
5
-22
/
+200
*
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
3
-6
/
+14
*
Remove memory leak from the SpdyNetworkTransactionTest:ServerPush
ahendrickson@google.com
2010-03-26
1
-4
/
+3
*
Reducing the debug output spam.
ahendrickson@google.com
2010-03-25
3
-32
/
+22
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
6
-128
/
+1055
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-2
/
+7
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
7
-83
/
+68
*
SPDY: Basic peer GoAway frame support.
willchan@chromium.org
2010-03-10
3
-30
/
+130
*
SPDY: Add basic support for Alternate-Protocol header.
willchan@chromium.org
2010-03-09
1
-17
/
+1
*
Add command line option for changing the max number of SPDY sessions per
mbelshe@chromium.org
2010-03-05
2
-2
/
+12
*
Update spdy_protocol to support the GOAWAY message.
mbelshe@chromium.org
2010-03-04
6
-68
/
+235
*
Fix a crash when streams are cancelled and we have a BufferedRead task
mbelshe@chromium.org
2010-03-04
2
-3
/
+87
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
3
-14
/
+14
[next]