summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util.cc
Commit message (Expand)AuthorAgeFilesLines
* More net/ reordering.erg@google.com2011-01-211-0/+96
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-3/+5
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-9/+47
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-291-33/+26
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-1/+0
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-0/+61
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-2/+16
* 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