summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Treat 0 returned from HttpStream::ReadResponseBody correctly.paivanof@gmail.com2012-10-172-22/+66
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-172-4/+6
* Use the NSS internal key slot for all temporary key operationsrsleevi@chromium.org2012-10-171-1/+1
* Receiving Connection: Proxy-Bypass induces proxy fallback.piatek@google.com2012-10-162-5/+197
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-132-4/+4
* Http cache: Fix the last access time for the infinite cache simulation.rvargas@google.com2012-10-122-24/+41
* net-internals: Add HTTP_TRANSACTION_SEND_REQUEST_BODY eventmmenke@chromium.org2012-10-111-1/+32
* Fix bug in percentage increase computation for cache sensitivity analysis,tburkard@chromium.org2012-10-031-6/+4
* Track ga.js through the cache.willchan@chromium.org2012-09-292-13/+77
* SPDY proxy authentication support.piatek@google.com2012-09-282-0/+2
* Sensitivity Analysis to see how cache performance affects PLTs.tburkard@chromium.org2012-09-272-16/+114
* Http Cache: Small adjustment to the logic that determines the reuse status of...rvargas@google.com2012-09-211-6/+6
* Http cache: Make sure we separate the infinite cache simulation from the real...rvargas@google.com2012-09-203-18/+20
* Use net::UploadDataStream::Init() instead of InitSync()hashimoto@chromium.org2012-09-192-8/+30
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-1/+1
* Http Cache: Fix a histogram name.rvargas@google.com2012-09-181-1/+1
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-182-7/+7
* Httpb Cache: handle error codes when reading data from the net,rvargas@google.com2012-09-171-0/+3
* net: Enable the infinite cache simulation.rvargas@google.com2012-09-151-1/+1
* net: don't run InfiniteCache.DeleteBetween on Android.rvargas@google.com2012-09-141-0/+2
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-147-5/+1417
* Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-147-1416/+5
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-147-5/+1416
* net: Move data reading functionalities from UploadElement to UploadElementReaderhashimoto@chromium.org2012-09-112-6/+8
* Revert 153131 (Histograms showed it doesn't help much)mmenke@chromium.org2012-09-113-51/+33
* 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