summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-282-4/+4
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-282-4/+4
* Remove SSLHostInfo.agl@chromium.org2012-06-2714-558/+5
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-06-202-2/+2
* (Finally) Remove NetLog::EventParameters.mmenke@chromium.org2012-06-192-0/+2
* Do not enqueue multiple socket writes performing an HTTP chunked requestrsleevi@chromium.org2012-06-153-4/+176
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-144-4/+22
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-1413-170/+247
* NetLogEventParameter to Callback refactoring 5.mmenke@chromium.org2012-06-138-187/+103
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-1013-162/+199
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-086-112/+288
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-084-50/+50
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-083-5/+5
* Don't pass GSS_C_NO_CONTEXT into gss_inquire_context()asanka@chromium.org2012-06-051-1/+3
* Prefer 'filename' parameters if both 'name' and 'filename' parameters are spe...asanka@chromium.org2012-06-042-5/+16
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-024-32/+66
* Always enqueue SYN_STREAM frames to the output queue at HIGHEST priorityrch@chromium.org2012-05-312-5/+5
* Add the SSL_VERSION_FALLBACK event type for NetLog.wtc@chromium.org2012-05-311-6/+44
* 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