summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Release the cache entry on deferred redirect.davidben@chromium.org2013-09-191-1/+1
* Http Cache: Make sure there is a backend to process POST requests.rvargas@chromium.org2013-09-171-0/+3
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-6/+5
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-3/+3
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-3/+10
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-7/+5
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-131-3/+8
* Support optimistic Create and Write operations on the SimpleCache.felipeg@chromium.org2013-05-041-1/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Http cache: disable the infinite cache simulation and perform cleanup of loca...rvargas@chromium.org2013-03-301-7/+14
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-4/+8
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-3/+3
* Http Cache: Invalidate cached GETs after a successful POST.rvargas@google.com2012-12-211-1/+15
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-141-3/+5
* net: Enable the infinite cache simulation.rvargas@google.com2012-09-151-1/+1
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-3/+7
* Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-7/+3
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-3/+7
* Plumbing for the Infinite Cache.tburkard@chromium.org2012-09-101-0/+7
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-62/+4
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-3/+4
* Remove SSLHostInfo.agl@chromium.org2012-06-271-30/+0
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-091-0/+3
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-3/+7
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-4/+4
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-091-1/+12
* [Coverity] fixed uninitialized member varsgroby@chromium.org2011-12-291-1/+3
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-231-64/+39
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-9/+11
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-28/+45
* Reland after fixes.jhawkins@chromium.org2011-12-171-1/+2
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-2/+1
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-1/+2
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-4/+0
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-0/+4
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-4/+0
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-0/+4
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-4/+4
* Reverts a commit that caused ASAN failures, and 2 dependent commits.joi@chromium.org2011-12-071-34/+17
* base::Bind: Convert disk_cache_based_ssl_host_info.jhawkins@chromium.org2011-12-061-17/+34
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-10/+9
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-8/+8
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-081-0/+8