summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Make sure to send the SpdySettings frame as soon as possible.willchan@chromium.org2010-11-192-5/+67
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-3/+0
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-183-5/+131
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-0/+3
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-113-34/+90
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-026-68/+88
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-015-22/+22
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-293-36/+125
* HttpStream::SendRequestrch@chromium.org2010-10-273-7/+7
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-262-0/+5
* Temporary fix to reduce the spdy concurrent streams to 6.mbelshe@chromium.org2010-10-252-2/+15
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-206-46/+21
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-0/+3
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+1
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-3/+0
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+3
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-162-4/+63
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+2
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-142-7/+7
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-142-10/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-15/+15
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-136-30/+265
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-124-0/+54
* Fix miscellaneous cpplint nits.wtc@chromium.org2010-10-121-1/+1
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-0/+3
* Speculative fix for SpdySettingsStorage crasher.willchan@chromium.org2010-10-073-3/+138
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-071-3/+0
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-071-0/+3
* Fix a bug in SpdyProxyClientSocket::PopulateUserBuffer, whererch@chromium.org2010-10-072-2/+36
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-062-0/+10
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-052-79/+124
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-052-3/+5
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-2/+2
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-6/+7
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-018-4/+1607
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-308-34/+28
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-308-28/+34
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-308-34/+28
* Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.willchan@chromium.org2010-09-292-4/+15
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-292-2/+3
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-291-4/+7
* FBTF: Moves code to the headers.erg@google.com2010-09-282-0/+4
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-281-7/+4
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-281-4/+7
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-288-1546/+4
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-288-4/+1546
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-258-26/+34
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-255-116/+20
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-5/+5
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-6/+3