aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/util/FileCache.java
Commit message (Expand)AuthorAgeFilesLines
* Another approach to the message digest fix.Koushik Dutta2015-03-161-10/+16
* Revert "fix issue 461"Koushik Dutta2015-03-161-34/+15
* fix issue 461mkoslacz2015-03-161-15/+34
* use another hash function if MD5 is not availableSteve Lhomme2014-07-281-8/+35
* fix FileCache testsKoushik Dutta2014-04-211-1/+6
* AsyncSSLSocket: Watch for specific Exceptions.Koushik Dutta2014-04-201-8/+14
* SimpleFuture: Add silent cancellation (no callback).Koushik Dutta2014-04-191-0/+16
* FileCache: do not delete files during initial load (cache resize, etc).Koushik Dutta2014-04-191-12/+21
* Refactor and reorganize ResponseCacheMiddlewareKoushik Dutta2014-04-141-2/+0
* Switch from DiskLruCache to FileCacheKoushik Dutta2014-04-131-0/+248