summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-173-3/+0
* Reland 47342.willchan@chromium.org2010-05-163-9/+58
* SPDY: Add push streams to the NetLog.willchan@chromium.org2010-05-151-1/+18
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-153-57/+6
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-153-6/+57
* Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.willchan@chromium.org2010-05-136-33/+86
* Plumb NetLog into SpdySession.willchan@chromium.org2010-05-127-30/+45
* Fix valgrind memcheck issues with GetPushStream unit test.cbentzel@chromium.org2010-05-105-10/+47
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Fix leak in SpdyNetworkTransactionTest.CloseWithActiveStream.mbelshe@chromium.org2010-05-051-1/+1
* Fix SPDY crash where we receive an early SYN_REPLY.mbelshe@chromium.org2010-05-054-24/+79
* Disable SpdySessionTest.GetPushStream due to valgrind failures.cbentzel@chromium.org2010-05-042-2/+2
* Fix a hang on SPDY session teardown when streams are still active.mbelshe@chromium.org2010-05-042-2/+51
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-041-207/+0
* Unit test for server push and GetPushStream.cbentzel@chromium.org2010-05-044-4/+92
* A couple of SPDY server push bug fixes.mbelshe@chromium.org2010-04-293-4/+8
* Implement a 15 connection per proxy server limit.willchan@chromium.org2010-04-291-2/+2
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-284-25/+38
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-283-17/+18
* SPDY: Fix Alternate-Protocol.willchan@chromium.org2010-04-263-172/+118
* Fix cut-and-paste error on num_entries.mbelshe@chromium.org2010-04-231-1/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-1/+1
* Fix cases where SpdySession can double-remove from the SpdySessionPool.mbelshe@chromium.org2010-04-233-3/+17
* With the GOAWAY code we now can have a case where we attemptmbelshe@chromium.org2010-04-211-1/+2
* Fix crasher on SpdySession teardown. When we close the session on error,mbelshe@chromium.org2010-04-212-0/+33
* SPDY: Fix unittest-only leak.willchan@chromium.org2010-04-213-23/+21
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-203-23/+15
* Fix crash on IP address change.willchan@chromium.org2010-04-193-5/+16
* SPDY: Remove invalid DCHECK.willchan@chromium.org2010-04-192-2/+5
* SPDY: Minor code cleanup.willchan@chromium.org2010-04-161-4/+5
* Fix crash in WriteSocket() when sending Settings framesmbelshe@chromium.org2010-04-163-1/+28
* Take 2 at landing the SPDY SETTINGS frame patch.mbelshe@chromium.org2010-04-098-48/+441
* Revert 44092 - Add support for the SPDY session frame.jar@chromium.org2010-04-098-439/+48
* Add support for the SPDY session frame.mbelshe@chromium.org2010-04-098-48/+439
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-083-16/+5
* Missed include of <utility> for new use of std::pair.mbelshe@chromium.org2010-04-051-0/+1
* Implement protocol definitions for the SPDY SETTINGS frame (previouslymbelshe@chromium.org2010-04-025-22/+200
* SPDY: Improve logging messages for SpdySession.willchan@chromium.org2010-03-301-3/+9
* Re-enable the ConnectFailure case. Previously, this test casembelshe@chromium.org2010-03-293-6/+14
* Remove memory leak from the SpdyNetworkTransactionTest:ServerPushahendrickson@google.com2010-03-261-4/+3
* Reducing the debug output spam.ahendrickson@google.com2010-03-253-32/+22
* SpdySession now sets the following fields in HttpResponseInfo: ahendrickson@google.com2010-03-256-128/+1055
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-2/+7
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-167-83/+68
* SPDY: Basic peer GoAway frame support.willchan@chromium.org2010-03-103-30/+130
* SPDY: Add basic support for Alternate-Protocol header.willchan@chromium.org2010-03-091-17/+1
* Add command line option for changing the max number of SPDY sessions permbelshe@chromium.org2010-03-052-2/+12
* Update spdy_protocol to support the GOAWAY message.mbelshe@chromium.org2010-03-046-68/+235
* Fix a crash when streams are cancelled and we have a BufferedRead taskmbelshe@chromium.org2010-03-042-3/+87
* Use CHECK_* in netwillchan@chromium.org2010-03-023-14/+14