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
*
SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...
erikchen@google.com
2010-07-14
2
-1
/
+2
*
Remove hex frames from spdy_session_unittest.cc
mlloyd@chromium.org
2010-07-12
1
-27
/
+10
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
9
-263
/
+47
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
4
-8
/
+12
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-07-12
9
-47
/
+263
*
Client attempts to start a new spdy transaction with a session that is closin...
erikchen@google.com
2010-07-09
6
-21
/
+117
*
Mark differences in the hex dumps
mlloyd@chromium.org
2010-07-09
1
-18
/
+46
*
Change a FAILS_ to DISABLED_, since FAILS_ doesnt help when the test crashes.
eroman@chromium.org
2010-07-09
1
-1
/
+1
*
CorrupFrameSessionError Fails.
cbentzel@chromium.org
2010-07-08
1
-1
/
+2
*
Revert 51887 - Disable SpdyNetworkTransactionTest.CorruptFrameSessionError wh...
eroman@chromium.org
2010-07-08
1
-2
/
+1
*
Adds tests for the SpdyFramer.Create* frame creation methods.
mlloyd@chromium.org
2010-07-08
6
-22
/
+576
*
Disable SpdyNetworkTransactionTest.CorruptFrameSessionError which is failing ...
eroman@chromium.org
2010-07-08
1
-1
/
+2
*
Remove the last hex frames from the SPDY unit tests...
mlloyd@chromium.org
2010-07-02
3
-85
/
+99
*
SPDY: Handle incorrect number of headers when parsing frame headers.
cbentzel@chromium.org
2010-07-02
2
-8
/
+55
*
SPDY: Add support for WINDOW_UPDATE frame.
cbentzel@chromium.org
2010-07-01
4
-1
/
+96
*
Remove more hex frames from the SPDY unit tests.
mlloyd@chromium.org
2010-07-01
3
-262
/
+237
*
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
[next]