summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-182-2/+0
* Make string literal initialization more idiomatic.thakis@chromium.org2012-04-171-3/+3
* HTTP Cache: Add more POST unit tests.rvargas@google.com2012-04-131-20/+42
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-111-0/+4
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-102-3/+46
* Persist the alternate protocol as a string not an int to allow the enum to be...rch@chromium.org2012-04-102-2/+17
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-107-17/+17
* Remove SPDY 2.1 support.rch@chromium.org2012-04-0911-10144/+15
* Revert 131256 - Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-082-63/+2
* Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-072-2/+63
* HTTP Pipelining: Log headers with the URL_REQUEST formmenke@chromium.org2012-04-061-1/+1
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-065-589/+3
* disallow proxy push of HTTPS contentbengr@google.com2012-04-053-0/+246
* Properly handle spdy3 responses.rch@chromium.org2012-04-032-4/+4
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-033-1/+10
* Enables a SPDY proxy to push resources from arbitrary origins.bengr@google.com2012-04-033-0/+321
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-025-3/+589
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-3136-132/+131
* net: Re-enable SOCKS4 tests on Mac.satorux@chromium.org2012-03-303-48/+6
* Cache certificates as DER on all platforms.rsleevi@chromium.org2012-03-291-4/+17
* Remove unused variable 'use_alt_protocols' in http_network_layer.ccbenchan@chromium.org2012-03-281-3/+0
* SPDY - add command line options - enable-npn and enable-npn-httprtenneti@chromium.org2012-03-283-27/+30
* Add a DCHECK on having headers in HttpNetworkTransaction::DoReadHeadersComplete.gavinp@chromium.org2012-03-271-0/+1
* Add Net.HttpResponseCode_Nxx_MainFrame histogram.gavinp@chromium.org2012-03-271-0/+7
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-265-589/+3
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-244-195/+118
* SPDY - Added enabling of SPDY/3 and SPDY flow control tortenneti@chromium.org2012-03-233-20/+29
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-2211-364/+364
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-226-9/+12
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-219-27/+41
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-218-39/+79
* Allow broken servers to send us multiple identical Location andmmenke@chromium.org2012-03-214-81/+39
* Avoid using Pickle::WriteSize(), which writes an architecture-dependent amountmdm@chromium.org2012-03-211-2/+3
* Attempting to re-land the feature.rch@chromium.org2012-03-215-3/+565
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-207-13/+13
* Http cache: Restart transaction after errors reading from cachedrvargas@google.com2012-03-203-12/+24
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-205-565/+3
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-205-3/+565
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-176-81/+170
* Remove unused variable and method SpdySession::use_ssl_rch@chromium.org2012-03-164-7/+0
* Remove experimental support for MAC cookiesrsleevi@chromium.org2012-03-153-367/+0
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-3/+3
* Http Cache: Add support for PUT and DELETE.rvargas@chromium.org2012-03-142-2/+161
* Make pipelining resilient to proxy changes.simonjam@chromium.org2012-03-134-4/+64
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-1211-67/+150
* Fix pipelining crash when send is aborted while queued.simonjam@chromium.org2012-03-092-1/+31
* [net] Replace EXPECT_EQ(true/false, ...) with EXPECT_TRUE/FALSE(...)szym@chromium.org2012-03-081-4/+4
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-076-8/+11
* net: Disconnect proxy sockets that have a certificate error.agl@chromium.org2012-03-051-0/+1