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_network_transaction_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDY correctly handles socket writes of zero length.
erikchen@google.com
2010-08-03
1
-1
/
+38
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
1
-7
/
+273
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
1
-4
/
+135
*
Net: Fix leak in SpdyNetworkTransactionTest from r54398.
thestig@chromium.org
2010-07-31
1
-10
/
+15
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
1
-4
/
+61
*
Revert 54381 - Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
1
-18
/
+87
*
Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
1
-87
/
+18
*
Add content-length to spdy post request header.
lzheng@google.com
2010-07-30
1
-18
/
+87
*
Bump the SPDY protocol version to version 2.
mbelshe@chromium.org
2010-07-30
1
-4
/
+8
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-27
1
-2
/
+44
*
TBR:
erikchen@google.com
2010-07-26
1
-44
/
+2
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-26
1
-2
/
+44
*
SPDY now always uses http_network_transaction instead of spdy_network_transac...
erikchen@google.com
2010-07-23
1
-123
/
+142
*
SPDY flow control: enforce obeying send window size via a command-line switch...
agayev@chromium.org
2010-07-22
1
-11
/
+19
*
Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.
erikchen@google.com
2010-07-21
1
-85
/
+29
*
Add Spdy ConnectFailure test back into spdy network tests.
erikchen@google.com
2010-07-20
1
-1
/
+78
*
Initial SPDY flow control support
agayev@chromium.org
2010-07-20
1
-2
/
+129
*
Implement MAX_CONCURRENT_STREAMS SETTINGS header
gavinp@google.com
2010-07-17
1
-56
/
+557
*
Mac compile warning fix for r52670.
erikchen@google.com
2010-07-16
1
-51
/
+47
*
spdy network tests now use http network transaction (production code).
erikchen@google.com
2010-07-16
1
-604
/
+347
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
1
-121
/
+0
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
1
-0
/
+121
*
SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ...
erikchen@google.com
2010-07-14
1
-0
/
+2
*
TBR: reverting broken commit
erikchen@google.com
2010-07-12
1
-148
/
+6
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-07-12
1
-6
/
+148
*
Client attempts to start a new spdy transaction with a session that is closin...
erikchen@google.com
2010-07-09
1
-3
/
+82
*
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
*
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
1
-85
/
+76
*
Remove more hex frames from the SPDY unit tests.
mlloyd@chromium.org
2010-07-01
1
-243
/
+182
*
More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...
mlloyd@chromium.org
2010-06-30
1
-87
/
+69
*
Refactors SPDY frame construction methods out of
mlloyd@chromium.org
2010-06-28
1
-453
/
+88
*
Revert "Streams send a Rst frame upon being closed by client. Some minor edit...
oshima@chromium.org
2010-06-28
1
-163
/
+1
*
Streams send a Rst frame upon being closed by client. Some minor editorial fi...
erikchen@google.com
2010-06-28
1
-1
/
+163
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-4
/
+3
*
Ignore duplicate SYN_REPLYs on the same stream. Added a unit test.
mlloyd@chromium.org
2010-06-24
1
-0
/
+50
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
1
-0
/
+70
*
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
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-0
/
+1
*
Make SpdySessionPool observe network changes.
willchan@chromium.org
2010-06-07
1
-2
/
+2
*
Fix leaky spdy sessions and remove suppression.
vandebo@chromium.org
2010-06-03
1
-1
/
+3
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-1
/
+2
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
1
-0
/
+1
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
1
-1
/
+0
*
Fix SPDY crash where we receive an early SYN_REPLY.
mbelshe@chromium.org
2010-05-05
1
-15
/
+49
*
Fix a hang on SPDY session teardown when streams are still active.
mbelshe@chromium.org
2010-05-04
1
-0
/
+50
*
Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.
willchan@chromium.org
2010-05-04
1
-207
/
+0
[next]