aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/android/volley/toolbox/DiskBasedCache.java
AgeCommit message (Expand)Author
2015-05-10Read from disk with a BufferedInputStream.Ficus Kirkpatrick
2015-05-08Use a BufferedOutputStream to write cache entries.Ficus Kirkpatrick
2015-03-06Fix broken DiskBasedCacheRalph Bergmann
2015-02-15Uses the "Last-Modified" header for "If-Modified-Since"Ralph Bergmann
2014-12-05Migrate from Gradle to Maven.Ficus Kirkpatrick