summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/DiskLruCache.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Clean up some code that's dead now we're using OkHttp.""Elliott Hughes2013-04-081-860/+0
* Revert "Clean up some code that's dead now we're using OkHttp."Elliott Hughes2013-04-081-0/+860
* Clean up some code that's dead now we're using OkHttp.Elliott Hughes2013-04-081-860/+0
* Track redundant ops when opening the cache.jwilson2013-01-031-0/+3
* Performance improvement in DiskLruCache.readJournalLine().Vladimir Marko2012-12-191-10/+18
* Performance improvements: DiskLruCache, HttpResponseCache.Vladimir Marko2012-08-161-9/+9
* Tolerate cache files being removed from underneath DiskLruCacheBrian Carlstrom2012-07-241-1/+11
* Fix a copy-paste documentation typo.Jesse Wilson2012-01-051-1/+1
* Rename timestamp to sequenceNumber.Jesse Wilson2012-01-041-18/+16
* Give DiskLruCache an API to edit a snapshot.Jesse Wilson2011-12-211-7/+44
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-4/+4
* Make the HttpResponseCache robust to file I/O errors.Jesse Wilson2011-05-181-8/+10
* Test DiskLruCache with fault injection.Jesse Wilson2011-05-161-42/+78
* Move APIs from internal HttpResponseCache to external one.Jesse Wilson2011-05-141-3/+29
* Rebuild the DiskLruCache journal periodically.Jesse Wilson2011-05-121-4/+31
* Add the application version to the DiskLruCache journal.Jesse Wilson2011-05-121-19/+16
* Provide hit and miss stats on the HTTP response cache.Jesse Wilson2011-05-121-14/+28
* Support Eviction in DiskLruCache.Jesse Wilson2011-05-111-31/+146
* Address code review comments to Adopt DiskLruCache change.Jesse Wilson2011-05-111-6/+6
* Adopt DiskLruCache in HttpResponseCache.Jesse Wilson2011-05-101-40/+35
* DiskLruCache, backing store for the HttpResponseCache.Jesse Wilson2011-05-101-0/+592