summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-0911-114/+310
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-061-2/+7
* Http cache: Always revalidate PUT and DELETE requests.rvargas@google.com2012-08-022-6/+5
* Http cache: Make sure that issuing a byte range requestrvargas@google.com2012-07-304-28/+80
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-3012-90/+236
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-272-2/+2
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-274-16/+16
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-262-4/+4
* Fix removal of headersbattre@chromium.org2012-07-243-54/+62
* Make disk cache tests ETags more HTTP standard conformant.gavinp@chromium.org2012-07-222-7/+7
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-213-5/+6
* Add more using base::Time* to http_cache_transaction.cc.gavinp@chromium.org2012-07-211-4/+6
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-202-4/+4
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-202-4/+4
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-194-289/+245
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-195-1/+284
* Use SPNEGO mechanism with GSSAPI on Posixasanka@chromium.org2012-07-195-38/+24
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1157-57/+0
* fix clang warnings for chrome on androidqinmin@chromium.org2012-07-102-5/+0
* Fix race in HttpNetworkTransactionSpdy2Test.BasicAuthSpdyProxy andmmenke@chromium.org2012-07-102-18/+18
* Fix permissions bit that accidentally got +x.ericu@google.com2012-07-101-0/+0
* [MIPS] Set endianness for MIPS architecture in http_auth_handler_ntlm_portable.petarj@mips.com2012-07-101-2/+6
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-107-37/+41
* Prevent requests for http://host:port/ from being sent over an existing spdy ...rch@chromium.org2012-07-024-6/+523
* 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