summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Plumbing for the Infinite Cache.tburkard@chromium.org2012-09-102-0/+10
* Use HttpAuthController in SocketStreambashi@chromium.org2012-09-082-1/+30
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-0710-155/+40
* net: Move file operation code from UploadData to UploadDataStreamhashimoto@chromium.org2012-09-012-2/+0
* Brace style fixes in http_cache_transaction.ccgavinp@chromium.org2012-08-311-13/+19
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-3017-23/+28
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-1/+1
* Reland of http://codereview.chromium.org/10854204/, whichmmenke@chromium.org2012-08-243-33/+51
* Revert 153025 - Automatically retry failed network requests.mmenke@chromium.org2012-08-233-47/+29
* Automatically retry failed network requests.mmenke@chromium.org2012-08-233-29/+47
* SPDY - Alternate-Protocol to be enabled when SPDY/3 protocol is negotiated. rtenneti@google.com2012-08-221-0/+1
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-212-12/+12
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-204-30/+111
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-098-31/+52
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-094-9/+207
* 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