summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-2/+2
* Revert 214528 "Add unit tests for cache-control: no-cache header."oshima@chromium.org2013-07-311-53/+0
* Add unit tests for cache-control: no-cache header.ppi@chromium.org2013-07-311-0/+53
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Fix some potential after free errors on TestCompletionCallbackgavinp@chromium.org2013-06-261-9/+14
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-2/+2
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-2/+2
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-34/+40
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-33/+33
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-151-53/+237
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+2
* Fix HTTPCacheTransaction conditionalization header check.digit@chromium.org2013-04-231-60/+39
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-201-2/+44
* Http cache: Don't delete entries when there is a network error.rvargas@chromium.org2013-04-111-0/+28
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-3/+109
* Revert 189935 "Http cache: Don't delete entries when there is a ..."rvargas@google.com2013-03-231-36/+0
* Http cache: Don't delete entries when there is a network error.rvargas@google.com2013-03-221-0/+36
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+85
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-85/+0
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+85
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-47/+94
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Http Cache: Release all references to buffers before invoking callbacks.rvargas@google.com2013-01-151-0/+23
* Http cache: Don't attempt to revalidate entries after a vary header mismatchrvargas@google.com2013-01-111-0/+133
* Http Cache: Invalidate cached GETs after a successful POST.rvargas@google.com2012-12-211-1/+215
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-25/+22
* Http cache: Modify the Vary header behavior.rvargas@google.com2012-11-161-0/+46
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-32/+32
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-141-17/+39
* Revert 153131 (Histograms showed it doesn't help much)mmenke@chromium.org2012-09-111-10/+8
* Reland of http://codereview.chromium.org/10854204/, whichmmenke@chromium.org2012-08-241-8/+10
* Revert 153025 - Automatically retry failed network requests.mmenke@chromium.org2012-08-231-10/+8
* Automatically retry failed network requests.mmenke@chromium.org2012-08-231-8/+10
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-25/+77
* Http cache: Always revalidate PUT and DELETE requests.rvargas@google.com2012-08-021-6/+2
* Http cache: Make sure that issuing a byte range requestrvargas@google.com2012-07-301-5/+30
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-51/+114
* Make disk cache tests ETags more HTTP standard conformant.gavinp@chromium.org2012-07-221-5/+5
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-3/+3
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-3/+3
* Http cache: Test deleting an entry with a pending_entry whenrvargas@google.com2012-05-291-5/+13
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-091-0/+97
* HTTP Cache: Add more POST unit tests.rvargas@google.com2012-04-131-20/+42
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* Http cache: Restart transaction after errors reading from cachedrvargas@google.com2012-03-201-5/+5
* Http Cache: Add support for PUT and DELETE.rvargas@chromium.org2012-03-141-0/+128
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-091-2/+15
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-81/+92