summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* am 003f7a4d: Make test initialization lazyBrian Carlstrom2011-06-061-1/+1
|\
| * Make test initialization lazyBrian Carlstrom2011-06-041-1/+1
* | Remove more dead "security theater" cruft.Elliott Hughes2011-06-043-109/+4
|/
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-1/+1
* am e2fdfbde: Merge "OpenSSLSocketImpl should tolerate X509KeyManager returnin...Brian Carlstrom2011-05-241-80/+123
|\
| * OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-241-80/+123
* | Make the HttpResponseCache robust to file I/O errors.Jesse Wilson2011-05-181-36/+50
* | Cache HTTP responses with a Vary header.Jesse Wilson2011-05-171-2/+2
* | am 3041d84e: Merge "Make CertInstaller installed CA certs trusted by applicat...Brian Carlstrom2011-05-171-238/+288
|\ \ | |/
| * Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-161-238/+288
* | Test DiskLruCache with fault injection.Jesse Wilson2011-05-161-0/+106
* | Provide hit and miss stats on the HTTP response cache.Jesse Wilson2011-05-121-462/+0
* | Support Eviction in DiskLruCache.Jesse Wilson2011-05-111-4/+6
* | Merge "Address code review comments to Adopt DiskLruCache change." into dalvi...Jesse Wilson2011-05-111-14/+22
|\ \
| * | Address code review comments to Adopt DiskLruCache change.Jesse Wilson2011-05-111-14/+22
* | | Merge "Clean up the select(2) implementation." into dalvik-devElliott Hughes2011-05-111-0/+18
|\ \ \ | |/ / |/| |
| * | Clean up the select(2) implementation.Elliott Hughes2011-05-111-0/+18
* | | Adopt DiskLruCache in HttpResponseCache.Jesse Wilson2011-05-101-144/+296
|/ /
* | Don't lose the import for InetAddress.Jesse Wilson2011-05-051-0/+1
* | Fix proxy+HTTPS to handle authentication requests from the proxy.Jesse Wilson2011-05-052-4/+23
* | Merge "A handful of networking test fixes." into dalvik-devElliott Hughes2011-05-051-50/+1
|\ \ | |/ |/|
| * A handful of networking test fixes.Elliott Hughes2011-05-041-50/+1
* | Refactor HttpURLConnection implementation.Jesse Wilson2011-05-041-8/+9
|/
* Merge "Honor max-age and min-fresh request headers." into dalvik-devJesse Wilson2011-04-301-1/+1
|\
| * Honor max-age and min-fresh request headers.Jesse Wilson2011-04-291-1/+1
* | resolved conflicts for merge of 7195b3b9 to dalvik-devBrian Carlstrom2011-04-292-60/+21
|\ \
| * \ Merge "Fix X509CertImpl.verify(PublicKey, String) to respect provider argument"Brian Carlstrom2011-04-292-72/+31
| |\ \
| | * | Fix X509CertImpl.verify(PublicKey, String) to respect provider argumentBrian Carlstrom2011-04-292-72/+31
* | | | am 347b2a60: Avoid loading all CA certs into Zygote memory, lazily load inste...Brian Carlstrom2011-04-291-0/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)Brian Carlstrom2011-04-291-0/+3
| |/
* | Support conditional gets in HttpURLConnection.Jesse Wilson2011-04-294-242/+340
* | post bouncycastle 1.46 upgrade test cleanupBrian Carlstrom2011-04-142-134/+73
* | Updating StandardNames for bouncycastle 1.46 upgradeBrian Carlstrom2011-04-131-2/+2
|/
* libcore key chain supportBrian Carlstrom2011-04-062-11/+110
* am 866b399e: am 9d28a32d: am bc4c79c6: Don\'t read from the delegate stream a...Jesse Wilson2011-03-311-2/+3
|\
| * Don't read from the delegate stream after we close it.Jesse Wilson2011-03-311-2/+3
* | Remove a broken API that encouraged people to make the wrong fix to tests.Elliott Hughes2011-03-302-22/+7
* | Fix MockWebServer to use the same hostname as TestKeyStore.Jesse Wilson2011-03-291-4/+7
* | Fix cts-tf tests by using InetAddress.getLoopbackAddress().Tsu Chiang Chuang2011-03-251-1/+1
* | Remove dead classes.Elliott Hughes2011-03-114-439/+0
* | Rewrite BitSet and add the new valueOf and toLongArray methods.Elliott Hughes2011-03-111-202/+0
* | Removing use of @tests and @Test.* annotationsBrian Carlstrom2011-03-029-101/+1
* | Don't generate large DH keys when small ones will do.Jesse Wilson2011-02-241-1/+42
* | Move tests from java.injected into libcore.Jesse Wilson2011-02-101-0/+114
* | resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-072-2/+2
|\ \ | |/
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-072-2/+2
* | am 4155a249: Performance improvements to NativeCrypto based MessageDigest APIBrian Carlstrom2011-02-021-143/+39
|\ \ | |/
| * Performance improvements to NativeCrypto based MessageDigest APIBrian Carlstrom2011-02-011-143/+39
* | Don't parse or format IP addresses in cert code.Jesse Wilson2011-02-011-42/+99
* | Refactoring to add a builder for TestKeyStore.Jesse Wilson2011-01-311-427/+410
|/