summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-8/+0
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-181-2/+12
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-4/+12
* Implement server push protocol 2.erikchen@google.com2010-08-051-76/+219
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-0/+8
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Implement prefetching in chromegavinp@google.com2010-07-311-5/+12
* Revert 54381 - Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-301-5/+10
* Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-301-10/+5
* Add content-length to spdy post request header.lzheng@google.com2010-07-301-5/+10
* Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings.glider@chromium.org2010-07-301-3/+3
* Use relative instead of absolute URIs in SPDY requestsmbelshe@chromium.org2010-07-301-3/+32
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-0/+37
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-0/+16
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-16/+15
* Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...cbentzel@chromium.org2010-07-141-16/+0
* SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.cbentzel@chromium.org2010-07-141-0/+16
* TBR: reverting broken commiterikchen@google.com2010-07-121-13/+0
* Streams send a Rst frame upon being closed by client. Some minor editorial fi...erikchen@google.com2010-07-121-0/+13
* Remove the last hex frames from the SPDY unit tests...mlloyd@chromium.org2010-07-021-0/+18
* Remove more hex frames from the SPDY unit tests.mlloyd@chromium.org2010-07-011-13/+38
* More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...mlloyd@chromium.org2010-06-301-19/+117
* Cleanup svn:executable prop from r51049.thestig@chromium.org2010-06-291-0/+0
* Refactors SPDY frame construction methods out ofmlloyd@chromium.org2010-06-281-0/+367