| Commit message (Expand) | Author | Age | Files | Lines |
* | Http Cache: Release all references to buffers before invoking callbacks. | rvargas@google.com | 2013-01-15 | 1 | -0/+23 |
* | Http cache: Don't attempt to revalidate entries after a vary header mismatch | rvargas@google.com | 2013-01-11 | 1 | -0/+133 |
* | Http Cache: Invalidate cached GETs after a successful POST. | rvargas@google.com | 2012-12-21 | 1 | -1/+215 |
* | net: Make UploadDataStream independent from UploadData | hashimoto@chromium.org | 2012-12-11 | 1 | -25/+22 |
* | Http cache: Modify the Vary header behavior. | rvargas@google.com | 2012-11-16 | 1 | -0/+46 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 1 | -32/+32 |
* | net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq... | hashimoto@chromium.org | 2012-11-14 | 1 | -17/+39 |
* | Revert 153131 (Histograms showed it doesn't help much) | mmenke@chromium.org | 2012-09-11 | 1 | -10/+8 |
* | Reland of http://codereview.chromium.org/10854204/, which | mmenke@chromium.org | 2012-08-24 | 1 | -8/+10 |
* | Revert 153025 - Automatically retry failed network requests. | mmenke@chromium.org | 2012-08-23 | 1 | -10/+8 |
* | Automatically retry failed network requests. | mmenke@chromium.org | 2012-08-23 | 1 | -8/+10 |
* | Add histograms for network activity, and total/cumulative | tburkard@chromium.org | 2012-08-20 | 1 | -25/+77 |
* | Http cache: Always revalidate PUT and DELETE requests. | rvargas@google.com | 2012-08-02 | 1 | -6/+2 |
* | Http cache: Make sure that issuing a byte range request | rvargas@google.com | 2012-07-30 | 1 | -5/+30 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -51/+114 |
* | Make disk cache tests ETags more HTTP standard conformant. | gavinp@chromium.org | 2012-07-22 | 1 | -5/+5 |
* | CapturingNetLog - remove maximum entries constructor argument. | mmenke@chromium.org | 2012-06-08 | 1 | -3/+3 |
* | Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, | mmenke@chromium.org | 2012-06-02 | 1 | -3/+3 |
* | Http cache: Test deleting an entry with a pending_entry when | rvargas@google.com | 2012-05-29 | 1 | -5/+13 |
* | Http cache: Don't attempt to doom the same entry multiple times | rvargas@google.com | 2012-05-09 | 1 | -0/+97 |
* | HTTP Cache: Add more POST unit tests. | rvargas@google.com | 2012-04-13 | 1 | -20/+42 |
* | Make FileStream::Seek async and add FileStream::SeekSync for sync operation | kinuko@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Http cache: Restart transaction after errors reading from cached | rvargas@google.com | 2012-03-20 | 1 | -5/+5 |
* | Http Cache: Add support for PUT and DELETE. | rvargas@chromium.org | 2012-03-14 | 1 | -0/+128 |
* | Http Cache: Doom cache entries when there is any error reading from the | rvargas@google.com | 2012-02-09 | 1 | -2/+15 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -81/+92 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 1 | -25/+35 |
* | Reverts a commit that caused ASAN failures, and 2 dependent commits. | joi@chromium.org | 2011-12-07 | 1 | -22/+12 |
* | base::Bind: Convert disk_cache_based_ssl_host_info. | jhawkins@chromium.org | 2011-12-06 | 1 | -12/+22 |
* | Split DiskCacheBasedSSLHostInfo unit tests to its own | rvargas@google.com | 2011-11-22 | 1 | -703/+4 |
* | Http Cache: Make sure that we don't switch to mode NONE when | rvargas@google.com | 2011-11-22 | 1 | -0/+54 |
* | HTTP Cache: Implement StopCaching(), to avoid caching | rvargas@google.com | 2011-11-18 | 1 | -0/+84 |
* | base::Bind conversion for net/http/... | adamk@chromium.org | 2011-10-20 | 1 | -2/+3 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -59/+59 |
* | Add a gyp flag to enable dcheck by default in release without | nsylvain@chromium.org | 2011-09-20 | 1 | -1/+1 |
* | Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared with | wtc@chromium.org | 2011-08-24 | 1 | -1/+41 |
* | Revert 97821 - Do not call callback->Run() until we are about to return from ... | rsleevi@chromium.org | 2011-08-23 | 1 | -41/+1 |
* | Do not call callback->Run() until we are about to return from this | wtc@chromium.org | 2011-08-23 | 1 | -1/+41 |
* | Http Cache: Detect Content_length mismatches and mark entries as | rvargas@google.com | 2011-08-18 | 1 | -1/+46 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -0/+34 |
* | Inform disk cache of WebKit memory cache hits. | simonjam@chromium.org | 2011-08-02 | 1 | -4/+6 |
* | Http Cache: Keep track of whether we are doing byte range | rvargas@google.com | 2011-07-22 | 1 | -1/+1 |
* | Reland 85821 - Http cache: Make sure that we don't use http 1.1 features | rvargas@google.com | 2011-05-19 | 1 | -4/+60 |
* | Revert 85821 - Http cache: Make sure that we don't use http 1.1 features | rvargas@google.com | 2011-05-19 | 1 | -60/+4 |
* | Http cache: Make sure that we don't use http 1.1 features | rvargas@google.com | 2011-05-18 | 1 | -4/+60 |
* | Http Cache: make sure that if we cancel a request after all data | rvargas@google.com | 2011-05-05 | 1 | -1/+40 |
* | Http Cache: Only cache range requests when the server provides | rvargas@google.com | 2011-04-13 | 1 | -0/+73 |
* | Http cache: Make sure that the we only transition to | rvargas@chromium.org | 2011-04-04 | 1 | -0/+23 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Http cache: Fix handling of truncated entries. | rvargas@google.com | 2011-03-02 | 1 | -107/+142 |