summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-173-13/+122
* Change forward declaration of HttpRequestInfo from class to struct torch@chromium.org2010-09-151-1/+1
* Move two methods in spdy_http_stream.cc from an anonymous namespacerch@chromium.org2010-09-153-136/+174
* Revision 59384 was incorrect and did not properly perform the check. This fix...cdn@chromium.org2010-09-151-1/+1
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-152-7/+2
* Linux: More gcc 4.5 NULL versus 0 fixes.craig.schlenter@chromium.org2010-09-141-1/+1
* Fix for frame buffer resizing when new size is less than 8 bytes larger than ...cdn@chromium.org2010-09-141-8/+7
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-142-2/+7
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-142-7/+2
* Fix nits: remove unnecessary local variable, check forwtc@chromium.org2010-09-131-5/+4
* 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
* Remove the small read buffer size for windows; we landed the async IO mbelshe@chromium.org2010-09-071-6/+0