summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* I investigated the TODO, and decided that the current logic is right.mbelshe@chromium.org2010-09-051-4/+6
* Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of thembelshe@chromium.org2010-09-051-19/+38
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-043-6/+24
* Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log...mbelshe@chromium.org2010-09-041-38/+19
* Rename the ridiculously long and redundant 'SpdyNetworkingTest' prefixmbelshe@chromium.org2010-09-031-1/+1
* Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging wasmbelshe@chromium.org2010-09-031-19/+38
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-032-15/+68
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-015-10/+45
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-013-91/+162
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-3/+3
* Don't write SPDY headers to the log file; they're redundant withmbelshe@chromium.org2010-08-301-34/+0
* Add logging to the spdy session pool.mbelshe@chromium.org2010-08-303-4/+34
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-271-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-7/+5
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-266-12/+175
* Keep push streams open until they are claimed. The previous change I didmbelshe@chromium.org2010-08-251-8/+14
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-252-11/+55
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-255-11/+15
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-253-19/+17
* Missed a file from last checkin. histograms_recorded member variable ismbelshe@chromium.org2010-08-231-1/+0
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-235-137/+271
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-195-32/+52
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-197-36/+90
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-186-38/+106
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-177-75/+92
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1