| Commit message (Expand) | Author | Age | Files | Lines |
* | Disk cache: Fix style and extra net:: specification. | rvargas@google.com | 2012-03-23 | 1 | -29/+24 |
* | Disk cache: Remove all non essential synchronization from the | rvargas@google.com | 2012-03-20 | 1 | -2/+8 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 1 | -14/+15 |
* | Reverts a commit that caused ASAN failures, and 2 dependent commits. | joi@chromium.org | 2011-12-07 | 1 | -14/+0 |
* | base::Bind: Convert disk_cache_based_ssl_host_info. | jhawkins@chromium.org | 2011-12-06 | 1 | -0/+14 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -17/+21 |
* | Disk cache: Add another timming histogram. | rvargas@google.com | 2011-10-20 | 1 | -1/+3 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -13/+13 |
* | Disk Cache: Improve handling of dirty entries. | rvargas@google.com | 2011-09-29 | 1 | -0/+8 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -1/+3 |
* | Disk cache: Perform additional verifications of the key | rvargas@google.com | 2011-07-19 | 1 | -0/+3 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | disk cache: Add NET_API for net.dll | rvargas@google.com | 2011-05-07 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Disk cache: More fixes to avoid corruption. | rvargas@google.com | 2011-02-23 | 1 | -3/+12 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -22/+22 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 1 | -0/+18 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 1 | -18/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+18 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -18/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+18 |
* | Disk cache: Handle failures growing the user_buffer that | rvargas@google.com | 2010-09-29 | 1 | -2/+3 |
* | Disk cache: Fix the order in which we delete data | rvargas@google.com | 2010-09-16 | 1 | -0/+3 |
* | Disk cache: For an AppCache, now we only update the | rvargas@google.com | 2010-08-27 | 1 | -1/+2 |
* | Disk cache: Extend the internal buffering performed by each entry | rvargas@google.com | 2010-08-23 | 1 | -6/+18 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Disk cache: Code cleanup after the last cl. | rvargas@google.com | 2010-07-15 | 1 | -3/+0 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-13 | 1 | -2/+15 |
* | Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -15/+2 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -2/+15 |
* | Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-02 | 1 | -15/+2 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -2/+15 |
* | Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -15/+2 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-06-30 | 1 | -2/+15 |
* | Disk Cache: Remove deprecated methods from the disk cache interface. | rvargas@google.com | 2010-06-17 | 1 | -1/+3 |
* | Http Cache: Remove blocking calls to GetAvailableRange. | rvargas@google.com | 2010-06-11 | 1 | -1/+2 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -2/+2 |
* | Disk cache: Use TimeTicks instead of Time for some of the | rvargas@google.com | 2010-02-22 | 1 | -1/+1 |
* | Disk Cache: New interface that enables asynchronous completion | rvargas@google.com | 2009-11-05 | 1 | -0/+2 |
* | Disk cache: Add a method to cancel pending sparse operations. | rvargas@google.com | 2009-10-08 | 1 | -0/+2 |
* | Disk cache: Add a histogram to measure the latency of | rvargas@google.com | 2009-08-28 | 1 | -10/+11 |
* | Disk Cache: Don't depend on the backend being enabled to | rvargas@google.com | 2009-08-06 | 1 | -2/+4 |
* | Disk cache: Add explicit support for eviction / deletion | rvargas@google.com | 2009-07-09 | 1 | -0/+16 |
* | Disk cache: Keep a map of all open entries. | rvargas@google.com | 2009-07-07 | 1 | -4/+4 |
* | Disk Cache: Split some time histograms in groups based | rvargas@google.com | 2009-06-25 | 1 | -5/+15 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 1 | -4/+11 |
* | Revert cl 18723. | rvargas@google.com | 2009-06-18 | 1 | -11/+4 |
* | Disk cache: First pass to add support for sparse entries. | rvargas@google.com | 2009-06-18 | 1 | -4/+11 |
* | Disk cache: Interface for the sparse cache support. | rvargas@google.com | 2009-06-04 | 1 | -0/+5 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -4/+0 |