summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: code style fixups - no semantic change.agl@chromium.org2012-03-051-10/+15
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-047-204/+20100
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-2/+1
* SPDY - by default disable spdy/2.1 (flow control). Itrtenneti@chromium.org2012-03-034-38/+64
* Ensure pipelined requests are sent in the same order they're queued. Also, en...simonjam@chromium.org2012-03-034-11/+84
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-0124-256/+899
* Small cleanup of spdy next protocol negotiation configuration in tests.rch@chromium.org2012-03-012-20/+5
* Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...rch@chromium.org2012-02-282-1/+143
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-272-5/+76
* Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Requirerch@chromium.org2012-02-271-14/+26
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-257-78/+95
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-235-590/+585
* Simplify the initialization of the various NPN fields in SSLSocketDataProvider.rch@chromium.org2012-02-221-59/+15
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-175-30/+30
* Send RST_STREAM on receipt of non-lowercased header names. Add newrch@chromium.org2012-02-171-1/+1
* SPDY - enable SPDY/2.1 (flow control).rtenneti@google.com2012-02-164-31/+40
* SPDY - trun off spdy/2.1 by default. It could be enabledrtenneti@chromium.org2012-02-144-16/+17