summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-2/+2
* Fix a bug with buffering when the connection closesmbelshe@chromium.org2010-03-022-4/+340
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-273-7/+10
* Fix SpdySessionPool to take a host port pair instead of just the host.willchan@chromium.org2010-02-266-48/+62
* Modify the SPDY stream to be buffered.mbelshe@chromium.org2010-02-263-28/+191
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-13/+1
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+1
* Make explicit the assumption that SpdySession::InitializeWithSocket takeswtc@chromium.org2010-02-204-13/+10
* Make SpdySession::GetSSLInfo work when the SpdySession is constructedwtc@chromium.org2010-02-191-0/+4
* Remove agl's NPN in SpdySession hack.willchan@chromium.org2010-02-181-11/+0
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-152-3/+13
* API changes and protocol changes for supporting the latest SPDY spec.mbelshe@chromium.org2010-02-108-88/+142
* Merge deltas from server team common SPDY files.mbelshe@chromium.org2010-02-093-41/+126
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-28/+37
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-0822-987/+987
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-0622-0/+6329