| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kelly | mark@chromium.org | 2008-09-16 | 1 | -1/+14 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 1 | -1/+0 |
* | Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux. | mark@chromium.org | 2008-09-10 | 2 | -6/+31 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -2/+2 |
* | Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files. | mmoss@google.com | 2008-09-09 | 7 | -19/+36 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 1 | -1/+0 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 2 | -60/+35 |
* | Fix the mac build. | rvargas@google.com | 2008-08-29 | 1 | -0/+2 |
* | Fixing the comment that was not included with the last cl. | rvargas@google.com | 2008-08-29 | 1 | -0/+5 |
* | Add another disk cache performance test. | rvargas@google.com | 2008-08-29 | 1 | -0/+45 |
* | Disk cache: Split deleting old entries from the cache into small chunks that ... | rvargas@google.com | 2008-08-29 | 2 | -3/+13 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 3 | -31/+17 |
* | Run some disk cache unit tests on the Mac | mmentovai@google.com | 2008-08-28 | 9 | -34/+47 |
* | Fix the net_perftests to work again. | darin@google.com | 2008-08-27 | 1 | -0/+2 |
* | Implement sync IO for the disk cache, and temporarily redirect | rvargas@google.com | 2008-08-27 | 11 | -57/+150 |
* | fix build | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". | ericroman@google.com | 2008-08-25 | 4 | -4/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 52 | -1456/+208 |
* | Disk cache: Make sure we don't overwrite external files when creating new ones. | rvargas@google.com | 2008-08-23 | 3 | -2/+27 |
* | Disk cache: Delete all files from the cache folder, instead of only the | rvargas@google.com | 2008-08-22 | 1 | -17/+15 |
* | Disk cache: add a delay after TruncateData unit test to wait for IO completions. | rvargas@google.com | 2008-08-21 | 1 | -0/+5 |
* | Fix WaitForPendingIO to actually exit the wait at some point. | rvargas@google.com | 2008-08-21 | 4 | -6/+6 |
* | Make the disk cache unit tests use some common code from the disk cache. | rvargas@google.com | 2008-08-21 | 1 | -10/+11 |
* | Fix some more warnings. | evanm@google.com | 2008-08-20 | 2 | -2/+1 |
* | Remove warnings for the net module. | rvargas@google.com | 2008-08-19 | 2 | -3/+5 |
* | Fix up warnings in net/ | avi@google.com | 2008-08-19 | 7 | -9/+11 |
* | Second pass move the os dependent code apart on the disk cache. | rvargas@google.com | 2008-08-15 | 12 | -34/+261 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 2 | -7/+11 |
* | Fix utilities that were broken by at_exit changes. | rvargas@google.com | 2008-08-14 | 1 | -0/+4 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 3 | -4/+5 |
* | Move remaining OS dependent bits from the main logic on the disk cache. | rvargas@google.com | 2008-08-13 | 19 | -150/+535 |
* | Re submitting the histograms change (735) | rvargas@google.com | 2008-08-12 | 4 | -0/+40 |
* | Back off the histograms change. | rvargas@google.com | 2008-08-12 | 4 | -40/+0 |
* | Add a few histograms to the disk cache. | rvargas@google.com | 2008-08-12 | 4 | -0/+40 |
* | Extend disk cache unit tests to include reuse of internal entries. | rvargas@google.com | 2008-08-08 | 1 | -11/+27 |
* | Stop using SHFileOperation from the disk cache code. | rvargas@google.com | 2008-08-08 | 1 | -10/+16 |
* | If a disk cache entry is stored as an external file, and it is reused (open/t... | rvargas@google.com | 2008-08-02 | 3 | -2/+43 |
* | Change the order of functions on the cc file to follow the order of the heade... | rvargas@google.com | 2008-07-31 | 3 | -726/+735 |
* | Fix memory leak when simulating failures in unit tests. | rvargas@google.com | 2008-07-30 | 1 | -1/+3 |
* | Add unit tests to the disk cache to verify that a failure during cache reinit... | rvargas@google.com | 2008-07-30 | 4 | -39/+86 |
* | Replace scoped_ptr with scoped_array. | rvargas@google.com | 2008-07-30 | 2 | -2/+2 |
* | Do not use RecycleOrDelete since it is not ready for prime-time. | darin@google.com | 2008-07-30 | 1 | -1/+1 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 45 | -0/+9955 |