summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Http cache: Test deleting an entry with a pending_entry whenrvargas@google.com2012-05-291-5/+13
* Use TLS 1.1.wtc@chromium.org2012-05-264-30/+124
* Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...fischman@chromium.org2012-05-253-26/+49
* Re-enable embedded identities in URLs for HTTP authentication.asanka@chromium.org2012-05-223-11/+301
* Revert 137445 - CHECK for that we are not seeing user-visible SPDY_PING_FAILE...rch@chromium.org2012-05-171-2/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-172-3/+2
* CHECK for that we are not seeing user-visible SPDY_PING_FAILED errors.rch@chromium.org2012-05-161-0/+2
* Update net::HttpUtil::IsSafeHeader() with two new headersbenjhayden@chromium.org2012-05-142-0/+9
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-094-3/+108
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-074-8/+6
* Disable HttpNetworkTransactionSpdy2Test.UseIPConnectionPooling* tests on Wind...cbentzel@chromium.org2012-05-041-2/+16
* Refuse to pipeline frames, prefetches, and downloads.simonjam@chromium.org2012-04-302-9/+67
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-283-2/+17
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-276-17/+32
* net: don't remember TLS intolerant servers.agl@chromium.org2012-04-265-25/+4
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-241-1/+1
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-2/+2
* Mark HttpNetworkTransactionSpdy2Test.UseIPConnectionPooling as flakyjeremy@chromium.org2012-04-241-1/+1
* net: Use operator!= from scoped_ptr to check if |original_url_| is NULL.tfarina@chromium.org2012-04-221-1/+1
* Report cases where the connection appears to close too early while transferri...cbentzel@chromium.org2012-04-203-8/+36
* 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