summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Yield in SpdySession::DoReadLoop after 50 ms.bnc2015-07-081-13/+82
* s/SPDY4/HTTP2/g in enum NextProto value names.bnc2015-06-291-6/+6
* SPDY enum cleanup.bnc2015-06-181-8/+8
* Use SequencedSocketData in SpdySessionTest.bnc2015-06-051-941/+873
* Remove redundant at_read_eof and at_write_eof methods.rch2015-05-171-19/+19
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...rch2015-05-081-19/+19
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-081-19/+19
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...piman2015-05-051-19/+19
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-051-19/+19
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-051-19/+19
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-041-19/+19
* Revert of Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketD...dbeam2015-05-041-19/+19
* Re-instating r328154 because it's depended on to compile.Dan Beam2015-05-041-19/+19
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-041-19/+19
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-041-8/+8
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-041-19/+19
* Fix flow control enforcement condition.bnc2015-04-281-0/+146
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-241-6/+8
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-18/+13
* Check if |this| is valid after calling SpdyStream::DecreaseRecvWindowSize.bnc2015-04-231-0/+55
* Change tests not to use a real domain.bnc2015-04-211-20/+20
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-9/+9
* Flow control related refactoring.bnc2015-04-091-14/+15
* * Fix a bug in SpdySession::IncreaseRecvWindowSize() that was causingbnc2015-04-081-18/+1
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Account for HTTP/2 padding in receive windows.bnc2015-03-251-0/+40
* Remove HTTP/2 draft-15 enum values and test cases.bnc2015-03-101-4/+5
* Advertise HTTP/2 support.bnc2015-03-091-1/+1
* Rename SPDY netlog strings to HTTP2.bnc2015-02-251-10/+6
* Delete SPDY5.bnc2015-01-201-4/+0
* Fix crash in handling PushStreamsBacek2015-01-131-2/+4
* Correct initial flow control window size for HTTP/2.bnc2014-12-011-45/+54
* Remove SPDY2 and SPDY/3.0 from tests.bnc2014-11-191-25/+7
* Support HTTP/2 drafts 14 and 15 simultaneously.bnc2014-11-131-2/+3
* Add HTTP/2 error code from latest draft.bnc2014-11-131-0/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-3/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-9/+9
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-2/+2
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-5/+5
* Plumbing for TCP FastOpen for SSL sockets.jri2014-09-121-6/+9
* Go away on odd push and already seen push stream idsbaranovich2014-09-021-2/+5
* Ignore persisent settings on SPDY4.bnc2014-09-021-1/+3
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-271-2/+2
* Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...mlerman@chromium.org2014-08-211-10/+11
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-0/+27
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-191-3/+107
* Revert 290320 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-181-107/+3
* Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."viettrungluu@chromium.org2014-08-181-3/+107
* Revert 289433 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-181-107/+3
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-181-3/+107