| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop using deprecated file_util::Trim* functions. | thestig@chromium.org | 2009-04-21 | 1 | -4/+5 |
* | Disk cache: Modify the unit tests so that they test both | rvargas@google.com | 2009-04-17 | 9 | -150/+397 |
* | s/delete/delete[]/ | thestig@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Fix strict aliasing warning in disk_cache_perftest. | thestig@chromium.org | 2009-04-14 | 1 | -4/+2 |
* | Disk cache: Enable the code that sets the max size automatically. | rvargas@google.com | 2009-04-14 | 3 | -10/+69 |
* | Disk cache: Finish the current experiment. | rvargas@google.com | 2009-04-10 | 3 | -52/+24 |
* | Disk cache: fix broken UMA reports. | rvargas@google.com | 2009-04-09 | 3 | -2/+11 |
* | Disk Cache: Make sure that an entry that pretends to be | rvargas@google.com | 2009-03-30 | 2 | -0/+20 |
* | Add some includes needed by GCC 4.4.0 | mark@chromium.org | 2009-03-30 | 1 | -0/+1 |
* | Disk Cache: Second pass (and final) to allow multiple instances | rvargas@google.com | 2009-03-27 | 7 | -66/+148 |
* | Disk cache: Add a unit test that instantiates three caches | rvargas@google.com | 2009-03-26 | 3 | -7/+50 |
* | Disk cache: First pass to make it possible to have | rvargas@google.com | 2009-03-25 | 11 | -44/+84 |
* | Disk cache: fix the report of first-eviction data to include only | rvargas@google.com | 2009-03-25 | 1 | -1/+1 |
* | Add a new histogram macro to replace a few explicit calls. | rvargas@google.com | 2009-03-24 | 2 | -19/+17 |
* | Use #pragma pack as documented to work with GCC and MSVC | mark@chromium.org | 2009-03-24 | 1 | -2/+2 |
* | Disk cache: More instrumentation for the cache. | rvargas@google.com | 2009-03-20 | 6 | -15/+192 |
* | initialize mixed_ in the File(PlatformFile) constructor variant. | ericroman@google.com | 2009-03-20 | 2 | -2/+2 |
* | Disk cache: Store the stats only once every five minutes. | rvargas@google.com | 2009-03-19 | 1 | -1/+1 |
* | Disk cache: Instead of saving the cache stats only when | rvargas@google.com | 2009-03-18 | 3 | -11/+22 |
* | Document how we avoid running leaky tests under Purify and Valgrind, | dkegel@google.com | 2009-03-18 | 1 | -0/+8 |
* | Disk cache: A few minor fixes to make coverity happy. | rvargas@google.com | 2009-03-18 | 4 | -4/+8 |
* | Disk cache: First implementation of TrimDeleted() and a few | rvargas@google.com | 2009-03-18 | 5 | -10/+70 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 1 | -1/+0 |
* | Fix incorrect include guards in net/, where the guard didn't match the filename. | deanm@chromium.org | 2009-03-17 | 1 | -3/+3 |
* | Make sure that net_perftest doesn't leave temporary files. | phajdan.jr@chromium.org | 2009-03-16 | 3 | -15/+39 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 2 | -12/+11 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 4 | -0/+4 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 34 | -34/+0 |
* | New disk cache eviction algorithm (partial implementation). | rvargas@google.com | 2009-03-06 | 13 | -110/+638 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 5 | -6/+6 |
* | Proposed change to support resource loading for media files. | hclam@chromium.org | 2009-03-02 | 5 | -5/+188 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 7 | -24/+21 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 4 | -28/+40 |
* | Disk cache: Don't add more people to the cache size experiment. | rvargas@google.com | 2009-02-13 | 1 | -10/+2 |
* | Fix some purify warnings. | rvargas@google.com | 2009-02-12 | 1 | -0/+4 |
* | Extend the IOBuffer to the disk cache. | rvargas@google.com | 2009-02-12 | 9 | -234/+298 |
* | Revert cl 9528 to fix mac test_shell_tests | rvargas@google.com | 2009-02-10 | 9 | -267/+234 |
* | Extend the IOBuffer to the disk cache. | rvargas@google.com | 2009-02-10 | 9 | -234/+267 |
* | Fix the windows implementation of KillProcess and WaitForSingleProcess to not... | stoyan@chromium.org | 2009-02-09 | 1 | -1/+1 |
* | Disk cache: Add a check to make sure that the index table mask is not bigger ... | rvargas@google.com | 2009-02-04 | 2 | -2/+14 |
* | Disk cache: Adjust the current experiment so that the cache | rvargas@google.com | 2009-01-23 | 1 | -15/+18 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -5/+5 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -8/+2 |
* | Port crash_cache tool to Linux. | phajdan.jr@chromium.org | 2009-01-13 | 2 | -47/+38 |
* | Try to consistently use arraysize() with strlcpy(). | deanm@chromium.org | 2009-01-02 | 3 | -14/+17 |
* | Use appropriate version of delete in storage block | rvargas@google.com | 2008-12-19 | 2 | -6/+15 |
* | Disk cache: Avoid a crashing on a timer when the cache is disabled. | rvargas@google.com | 2008-12-18 | 1 | -1/+3 |
* | Disk cache: move eviction code to a separate file. | rvargas@google.com | 2008-12-18 | 5 | -87/+197 |
* | Disk cache: remove the hard coded list from rankings.cc | rvargas@google.com | 2008-12-16 | 6 | -143/+204 |