summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disk cache: Add support for having a sparse entry block thatrvargas@google.com2009-07-171-0/+117
* Disk cache: Add explicit support for eviction / deletionrvargas@google.com2009-07-091-1/+58
* Sparse IO implementation for memory-only cachehclam@chromium.org2009-06-261-26/+102
* Revert "Implementation for memory only sparse caching" r19270.scherkus@chromium.org2009-06-251-102/+26
* Implementation for memory only sparse cachinghclam@chromium.org2009-06-251-26/+102
* Disk Cache: Implement GetAvailableRange for the regular disk cache.rvargas@google.com2009-06-231-1/+55
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+135
* Revert cl 18723.rvargas@google.com2009-06-181-135/+0
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-181-0/+135
* Introduce parent and child entries for MemEntryImplhclam@chromium.org2009-06-151-1/+45
* Disk Cache: Simplify CallbackTest.rvargas@google.com2009-06-091-35/+22
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-99/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-0/+98
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-159/+202
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-174/+159
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-159/+174
* Try to consistently use arraysize() with strlcpy().deanm@chromium.org2009-01-021-9/+10
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-041-0/+36
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Run some disk cache unit tests on the Macmmentovai@google.com2008-08-281-1/+1
* Implement sync IO for the disk cache, and temporarily redirectrvargas@google.com2008-08-271-10/+12
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Disk cache: add a delay after TruncateData unit test to wait for IO completions.rvargas@google.com2008-08-211-0/+5
* Extend disk cache unit tests to include reuse of internal entries.rvargas@google.com2008-08-081-11/+27
* If a disk cache entry is stored as an external file, and it is reused (open/t...rvargas@google.com2008-08-021-0/+41
* Add net to the repository.initial.commit2008-07-261-0/+713