summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+3
* Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.wtc@chromium.org2011-01-271-6/+5
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-3/+3
* Linux build fix.mbelshe@chromium.org2010-12-081-1/+1
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-5/+114
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-55/+681
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-9/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-2/+43
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-13/+13
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-291-1/+93
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-4/+62
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-051-4/+4
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-7/+7
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-7/+7
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-7/+7
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-2/+2
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-1/+2
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-6/+3
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-4/+1
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-1/+4
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-4/+1
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-171-7/+114
* Not sure how to disable TEST_P tests :-/jhawkins@chromium.org2010-09-101-8/+1
* Disable SpdyNetworkTransactionTest.WriteError on Mac as it's crashing.jhawkins@chromium.org2010-09-101-1/+8
* Rename the ridiculously long and redundant 'SpdyNetworkingTest' prefixmbelshe@chromium.org2010-09-031-1/+1
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-031-1/+51
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-11/+94
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-7/+48
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-251-3/+6
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-251-7/+17
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-231-117/+235
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-2/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-24/+23
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-181-29/+66
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-41/+70
* SpdySession now closes all streams on receiving GoAway stream.erikchen@google.com2010-08-101-47/+1
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-091-222/+230
* Clean up SpdyStream.erikchen@google.com2010-08-061-0/+3
* Review URL: http://codereview.chromium.org/3068015lzheng@google.com2010-08-061-0/+143
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-97/+197
* Disable two SPDY tests, as they sometimes crash net_unittest.erikchen@google.com2010-08-051-2/+2
* Implement server push protocol 2.erikchen@google.com2010-08-051-18/+651
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-051-6/+7
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-041-7/+6
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-041-6/+7