summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/io
Commit message (Expand)AuthorAgeFilesLines
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-2/+2
* MemoryTest LP64 fixes.Elliott Hughes2014-02-031-9/+9
* If libcore wants ASCII casing, it needs to ask for it like everyone else.Elliott Hughes2013-08-021-2/+3
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-281-3/+2
* Revert "Revert "Clean up some code that's dead now we're using OkHttp.""Elliott Hughes2013-04-081-868/+0
* Revert "Clean up some code that's dead now we're using OkHttp."Elliott Hughes2013-04-081-0/+868
* Clean up some code that's dead now we're using OkHttp.Elliott Hughes2013-04-081-868/+0
* Add strsignal(3) to Libcore.os.Elliott Hughes2013-03-281-0/+5
* Add support for Unix domain sockets.Elliott Hughes2013-03-201-9/+104
* Track redundant ops when opening the cache.jwilson2013-01-031-0/+38
* Performance improvements: DiskLruCache, HttpResponseCache.Vladimir Marko2012-08-161-0/+84
* Tolerate cache files being removed from underneath DiskLruCacheBrian Carlstrom2012-07-241-1/+23
* am 47d9600b: am 31e127f9: Merge "[MIPS] Add MIPS Architecture support"Elliott Hughes2012-05-021-34/+86
|\
| * [MIPS] Add MIPS Architecture supportChris Dearman2012-05-021-34/+86
* | Give DiskLruCache an API to edit a snapshot.Jesse Wilson2011-12-211-0/+53
|/
* Use Libcore.os.fstat to recognize socket FileDescriptors in BlockGuard.Elliott Hughes2011-08-111-0/+37
* Test DiskLruCache with fault injection.Jesse Wilson2011-05-161-10/+43
* Move APIs from internal HttpResponseCache to external one.Jesse Wilson2011-05-141-1/+13
* Rebuild the DiskLruCache journal periodically.Jesse Wilson2011-05-121-0/+37
* Add the application version to the DiskLruCache journal.Jesse Wilson2011-05-121-26/+37
* Provide hit and miss stats on the HTTP response cache.Jesse Wilson2011-05-121-1/+16
* Support Eviction in DiskLruCache.Jesse Wilson2011-05-111-26/+202
* Dont line wrap Base64.Jesse Wilson2011-05-101-0/+55
* DiskLruCache, backing store for the HttpResponseCache.Jesse Wilson2011-05-101-0/+471
* Make OSMemory the semi-supported libcore.io.Memory.Elliott Hughes2011-03-141-0/+92