summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
Commit message (Expand)AuthorAgeFilesLines
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-2711-57/+150
* fix builddarin@google.com2008-08-261-1/+1
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-254-4/+2
* Use a more compact license header in source files.license.bot2008-08-2452-1456/+208
* Disk cache: Make sure we don't overwrite external files when creating new ones.rvargas@google.com2008-08-233-2/+27
* Disk cache: Delete all files from the cache folder, instead of only thervargas@google.com2008-08-221-17/+15
* Disk cache: add a delay after TruncateData unit test to wait for IO completions.rvargas@google.com2008-08-211-0/+5
* Fix WaitForPendingIO to actually exit the wait at some point.rvargas@google.com2008-08-214-6/+6
* Make the disk cache unit tests use some common code from the disk cache.rvargas@google.com2008-08-211-10/+11
* Fix some more warnings.evanm@google.com2008-08-202-2/+1
* Remove warnings for the net module.rvargas@google.com2008-08-192-3/+5
* Fix up warnings in net/avi@google.com2008-08-197-9/+11
* Second pass move the os dependent code apart on the disk cache.rvargas@google.com2008-08-1512-34/+261
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-152-7/+11
* Fix utilities that were broken by at_exit changes.rvargas@google.com2008-08-141-0/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-143-4/+5
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-1319-150/+535
* Re submitting the histograms change (735)rvargas@google.com2008-08-124-0/+40
* Back off the histograms change.rvargas@google.com2008-08-124-40/+0
* Add a few histograms to the disk cache.rvargas@google.com2008-08-124-0/+40
* Extend disk cache unit tests to include reuse of internal entries.rvargas@google.com2008-08-081-11/+27
* Stop using SHFileOperation from the disk cache code.rvargas@google.com2008-08-081-10/+16
* If a disk cache entry is stored as an external file, and it is reused (open/t...rvargas@google.com2008-08-023-2/+43
* Change the order of functions on the cc file to follow the order of the heade...rvargas@google.com2008-07-313-726/+735
* Fix memory leak when simulating failures in unit tests.rvargas@google.com2008-07-301-1/+3
* Add unit tests to the disk cache to verify that a failure during cache reinit...rvargas@google.com2008-07-304-39/+86
* Replace scoped_ptr with scoped_array.rvargas@google.com2008-07-302-2/+2
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-301-1/+1
* Add net to the repository.initial.commit2008-07-2645-0/+9955