summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-12/+24
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-1110-12/+12
* Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.akalin@chromium.org2013-06-114-79/+169
* Remove a couple of obsolete/done TODOs.akalin@chromium.org2013-06-111-6/+0
* [SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()akalin@chromium.org2013-06-114-1/+20
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-072-2/+2
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-7/+7
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-0211-55/+55
* [SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-014-579/+280
* [SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPushakalin@chromium.org2013-06-012-35/+60
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0119-317/+334
* [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil classakalin@chromium.org2013-05-318-559/+499
* [SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()akalin@chromium.org2013-05-314-147/+34
* Fix for closing idle SPDY sessions with aliases to unblockmmenke@chromium.org2013-05-303-4/+174
* [SPDY] Refactor SpdyStream state machineakalin@chromium.org2013-05-296-139/+132
* [SPDY] Refactor SpdyStream::Delegateakalin@chromium.org2013-05-2914-217/+134
* [SPDY] Add a SpdyStreamType enum and use it for SpdyStreamakalin@chromium.org2013-05-2720-248/+390
* [SPDY] Keep track of whether we have no more data to send in SpdyStreamakalin@chromium.org2013-05-2514-168/+202
* [SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headersakalin@chromium.org2013-05-2411-208/+143
* Merge ConstructSpdyConnectttuttle@chromium.org2013-05-246-52/+28
* [SPDY] Remove more code related to sending HEADERS framesakalin@chromium.org2013-05-2410-81/+44
* [SPDY] Remove the ability to send HEADERS framesakalin@chromium.org2013-05-2310-284/+18
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-2316-94/+94
* [SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()akalin@chromium.org2013-05-2313-212/+444
* Merge ConstructSpdyGet into SpdyTestUtilttuttle@chromium.org2013-05-2312-501/+493
* [SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return valueakalin@chromium.org2013-05-2212-97/+101
* [SPDY] Rework SPDY flow control tests and add some for http://crbug.com/242288akalin@chromium.org2013-05-224-190/+170
* Remove ConstructSpdyHeaderttuttle@chromium.org2013-05-214-94/+0
* Merge ConstructSpdyReplyString into SpdyTestUtilttuttle@chromium.org2013-05-208-172/+91
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-1719-357/+558
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-1623-219/+205
* Merge SpdyProxyClientSocket unittests.ttuttle@chromium.org2013-05-164-1528/+118
* [SPDY] Strengthen checks in SpdyStream::DoSendBody()akalin@chromium.org2013-05-151-3/+4
* Merge framer-based Construct* functions to SpdyTestUtilttuttle@chromium.org2013-05-1516-267/+250
* [SPDY] Add in_do_loop_ sentinel variable to SpdyStreamakalin@chromium.org2013-05-153-8/+31
* [SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameterakalin@chromium.org2013-05-152-8/+12
* [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.akalin@chromium.org2013-05-1510-117/+236
* Clean up local functions in spdy_test_util_spdy[23]ttuttle@chromium.org2013-05-154-97/+38
* [SPDY] Make SpdyStream not ref-countedakalin@chromium.org2013-05-149-227/+245
* Merge ConstructSpdyControlFrame into SpdyTestUtil.ttuttle@chromium.org2013-05-1412-698/+687
* [SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStreamakalin@chromium.org2013-05-146-66/+72
* Make SpdySessions implement LayeredPool and hook them upmmenke@chromium.org2013-05-144-5/+456
* [SPDY] Make sure final SpdyStream references are held by SpdySessionakalin@chromium.org2013-05-1320-455/+584
* [SPDY] Make SpdySession::ResetStream take a RequestPriority parameterakalin@chromium.org2013-05-103-58/+71
* Merge ConstructSpdyFrame into SpdyTestUtilttuttle@chromium.org2013-05-1013-211/+251
* Create SpdyTestUtil and add first two methodsttuttle@chromium.org2013-05-089-103/+139
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-0319-561/+417
* SPDY - In CreateStream close the SpdySession if socket is not connected.rtenneti@chromium.org2013-05-013-14/+116