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
*
More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...
mlloyd@chromium.org
2010-06-30
3
-180
/
+220
*
Handle the zero-length name or value case when parsing frame headers.
cbentzel@chromium.org
2010-06-30
2
-0
/
+30
*
Cleanup svn:executable prop from r51049.
thestig@chromium.org
2010-06-29
1
-0
/
+0
*
Refactors SPDY frame construction methods out of
mlloyd@chromium.org
2010-06-28
3
-484
/
+587
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
8
-267
/
+42
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
8
-42
/
+267
*
SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...
willchan@chromium.org
2010-06-28
6
-33
/
+79
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
5
-25
/
+20
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
3
-0
/
+0
*
Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.
mlloyd@chromium.org
2010-06-24
4
-4
/
+66
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
11
-433
/
+652
*
Fix crash in GetSpdySessionFromSSLSocket in the case where the
mbelshe@chromium.org
2010-06-24
4
-17
/
+31
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
Factor out factory method for Google GET request, which is constructed identi...
mlloyd@chromium.org
2010-06-22
1
-117
/
+53
*
Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...
willchan@chromium.org
2010-06-18
9
-563
/
+415
*
Refactor SpdyStream to get HTTP specific out of the interface and members.
ukai@chromium.org
2010-06-18
9
-415
/
+563
*
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
5
-192
/
+52
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
3
-0
/
+3
*
Refactor SpdyStream.
ukai@chromium.org
2010-06-14
10
-344
/
+504
*
SPDY: Minor code cleanup.
willchan@chromium.org
2010-06-11
1
-1
/
+3
*
Return NULL instead of false when appropriate.
evan@chromium.org
2010-06-10
1
-1
/
+1
*
Make SpdySessionPool observe network changes.
willchan@chromium.org
2010-06-07
5
-9
/
+34
*
SPDY: Fix stream cancellation during ReadResponseBody() callback.
willchan@chromium.org
2010-06-07
2
-3
/
+127
*
Import the server-side code for URL encoding & unittest.
mbelshe@chromium.org
2010-06-07
1
-1
/
+0
*
Fix leaky spdy sessions and remove suppression.
vandebo@chromium.org
2010-06-03
3
-4
/
+10
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
3
-2
/
+5
*
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
2
-13
/
+62
*
Separate SPDY data-frame compression from the header compressors.
mbelshe@chromium.org
2010-05-21
5
-139
/
+473
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
3
-0
/
+3
*
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
[next]