1. 62fc526 Add new Android-only algos to StandardNames by Kenny Root · 12 years ago
  2. ec9557a Remove SSLContext TLSv1.1 and TLSv1.2 from expected list for RI by Brian Carlstrom · 12 years ago
  3. 3827b65 Fix URLConnectionTest#test_getAllowUserInteraction. by Elliott Hughes · 12 years ago
  4. 903b3f5 Start removing Support_PortManager. by Elliott Hughes · 12 years ago
  5. 5b7f91c Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKey by Brian Carlstrom · 12 years ago
  6. 3e6dd45 Tracking openssl-1.0.1 by Brian Carlstrom · 12 years ago
  7. 10078da Kill SerializationTester; obsoleted by SerializableTester. by Jesse Wilson · 13 years ago
  8. 1a9cff8 Always trigger finalization the same way in our tests. by Jesse Wilson · 13 years ago
  9. 513ac78 Set ANDROID_DATA for DalvikExecTest by Brian Carlstrom · 13 years ago
  10. 9b4a8ec Fix a couple of isReachable bugs. by Elliott Hughes · 13 years ago
  11. ec4d64d Fix ClassLoaderBuilder to work in an APK file. by Jesse Wilson · 13 years ago
  12. 6057b57 am 8624c425: Merge "Use the same host name in the SSL cert as in mockwebserver." by Jesse Wilson · 13 years ago
  13. 5474507 Use the same host name in the SSL cert as in mockwebserver. by Jesse Wilson · 13 years ago
  14. 7f70807 am fd92a508: Merge "Use external/mockwebserver in libcore" by Jesse Wilson · 13 years ago
  15. 09336c9 Use external/mockwebserver in libcore by Jesse Wilson · 13 years ago
  16. 4b1a899 am 003f7a4d: Make test initialization lazy by Brian Carlstrom · 13 years ago
  17. 003f7a4 Make test initialization lazy by Brian Carlstrom · 13 years ago
  18. e26b27f Remove more dead "security theater" cruft. by Elliott Hughes · 13 years ago
  19. 9b510df Make ErrnoException a checked exception. by Elliott Hughes · 13 years ago
  20. 54709bd am e2fdfbde: Merge "OpenSSLSocketImpl should tolerate X509KeyManager returning null values" by Brian Carlstrom · 13 years ago
  21. aba5e8c OpenSSLSocketImpl should tolerate X509KeyManager returning null values by Brian Carlstrom · 13 years ago
  22. e5eb80e Make the HttpResponseCache robust to file I/O errors. by Jesse Wilson · 13 years ago
  23. 6f778cc Cache HTTP responses with a Vary header. by Jesse Wilson · 13 years ago
  24. 17da3df am 3041d84e: Merge "Make CertInstaller installed CA certs trusted by applications via default TrustManager (2 of 6)" by Brian Carlstrom · 13 years ago
  25. 1b3c538 Make CertInstaller installed CA certs trusted by applications via default TrustManager (2 of 6) by Brian Carlstrom · 13 years ago
  26. e342455 Test DiskLruCache with fault injection. by Jesse Wilson · 13 years ago
  27. 757afaa Provide hit and miss stats on the HTTP response cache. by Jesse Wilson · 13 years ago
  28. 1724d9c Support Eviction in DiskLruCache. by Jesse Wilson · 13 years ago
  29. 6716a68 Merge "Address code review comments to Adopt DiskLruCache change." into dalvik-dev by Jesse Wilson · 13 years ago
  30. 0038bf3 Merge "Clean up the select(2) implementation." into dalvik-dev by Elliott Hughes · 13 years ago
  31. f589846 Address code review comments to Adopt DiskLruCache change. by Jesse Wilson · 13 years ago
  32. a7bb294 Clean up the select(2) implementation. by Elliott Hughes · 13 years ago
  33. 433e3fa Adopt DiskLruCache in HttpResponseCache. by Jesse Wilson · 13 years ago
  34. a0de05e Don't lose the import for InetAddress. by Jesse Wilson · 13 years ago
  35. c996149 Fix proxy+HTTPS to handle authentication requests from the proxy. by Jesse Wilson · 13 years ago
  36. 73c54e4 Merge "A handful of networking test fixes." into dalvik-dev by Elliott Hughes · 13 years ago
  37. 953df61 Refactor HttpURLConnection implementation. by Jesse Wilson · 13 years ago
  38. 7e6cee7 A handful of networking test fixes. by Elliott Hughes · 13 years ago
  39. d02c73b Merge "Honor max-age and min-fresh request headers." into dalvik-dev by Jesse Wilson · 13 years ago
  40. d7a21ec resolved conflicts for merge of 7195b3b9 to dalvik-dev by Brian Carlstrom · 13 years ago
  41. 0c814ba am 347b2a60: Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3) by Brian Carlstrom · 13 years ago
  42. 7195b3b Merge "Fix X509CertImpl.verify(PublicKey, String) to respect provider argument" by Brian Carlstrom · 13 years ago
  43. adb64fb Honor max-age and min-fresh request headers. by Jesse Wilson · 13 years ago
  44. 91922d9 Fix X509CertImpl.verify(PublicKey, String) to respect provider argument by Brian Carlstrom · 13 years ago
  45. 347b2a6 Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3) by Brian Carlstrom · 13 years ago
  46. 0c59055 Support conditional gets in HttpURLConnection. by Jesse Wilson · 13 years ago
  47. 46c6fad post bouncycastle 1.46 upgrade test cleanup by Brian Carlstrom · 13 years ago
  48. 839b99a Updating StandardNames for bouncycastle 1.46 upgrade by Brian Carlstrom · 13 years ago
  49. 3258b52 libcore key chain support by Brian Carlstrom · 13 years ago
  50. 9fa7c4c am 866b399e: am 9d28a32d: am bc4c79c6: Don\'t read from the delegate stream after we close it. by Jesse Wilson · 13 years ago
  51. bc4c79c Don't read from the delegate stream after we close it. by Jesse Wilson · 13 years ago
  52. f049593 Remove a broken API that encouraged people to make the wrong fix to tests. by Elliott Hughes · 13 years ago
  53. 0c2fd82 Fix MockWebServer to use the same hostname as TestKeyStore. by Jesse Wilson · 13 years ago
  54. 8ee594c Fix cts-tf tests by using InetAddress.getLoopbackAddress(). by Tsu Chiang Chuang · 13 years ago
  55. 61e89ca Remove dead classes. by Elliott Hughes · 13 years ago
  56. 27a5b79 Rewrite BitSet and add the new valueOf and toLongArray methods. by Elliott Hughes · 13 years ago
  57. 229e34b Removing use of @tests and @Test.* annotations by Brian Carlstrom · 13 years ago
  58. 8bc378b Don't generate large DH keys when small ones will do. by Jesse Wilson · 13 years ago
  59. 3a3511e Move tests from java.injected into libcore. by Jesse Wilson · 13 years ago
  60. 26ce8fb resolved conflicts for merge of 6186821c to dalvik-dev by Jesse Wilson · 13 years ago
  61. 6186821 Move libcore.base classes to libcore.util and libcore.io. by Jesse Wilson · 13 years ago
  62. efb3250 am 4155a249: Performance improvements to NativeCrypto based MessageDigest API by Brian Carlstrom · 14 years ago
  63. 6ed93fa Don't parse or format IP addresses in cert code. by Jesse Wilson · 14 years ago
  64. 4155a24 Performance improvements to NativeCrypto based MessageDigest API by Brian Carlstrom · 14 years ago
  65. 101547d Refactoring to add a builder for TestKeyStore. by Jesse Wilson · 14 years ago
  66. 0ac85ea Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle by Brian Carlstrom · 14 years ago
  67. 0d5c758 Cipher.init incorrectly implements RFC 3280 key usage validation by Brian Carlstrom · 14 years ago
  68. 65275e8 Merge "Fix HTTP cookie to do case mapping with Locale.US." into honeycomb by Jesse Wilson · 14 years ago
  69. f162eda Fix HTTP cookie to do case mapping with Locale.US. by Jesse Wilson · 14 years ago
  70. 8a9624f Remove pointless tests. DO NOT MERGE. by Dan Bornstein · 14 years ago
  71. b7f4d6c Move tests from android.core.URLTest to URLConnectionTest. by Jesse Wilson · 14 years ago
  72. a9c6c90 Documentation improvements for socket options. by Elliott Hughes · 14 years ago
  73. e942f46 Test that HttpURLConnection responds gracefully when the server closes a socket. by Jesse Wilson · 14 years ago
  74. 54c8a07 resolved conflicts for merge of 5fc737eb to master by Brian Carlstrom · 14 years ago
  75. 2915378 HttpsURLConnection retry should not invoke X509TrustManager and HostnameVerifier more than once by Brian Carlstrom · 14 years ago
  76. ffeba5d Add support for TLS_EMPTY_RENEGOTIATION_INFO_SCSV cipher suite by Brian Carlstrom · 14 years ago
  77. 4ae3fd7 Elliptic Crypto support for OpenSSLSocketImpl by Brian Carlstrom · 14 years ago
  78. 086fd02 Fix XML DOM test failures and close guard warnings. by Jesse Wilson · 14 years ago
  79. 1a3dfbe am 6c78b7b9: Toward EC TLS support by Brian Carlstrom · 14 years ago
  80. 6c78b7b Toward EC TLS support by Brian Carlstrom · 14 years ago
  81. 9d615f2 am 57f2cc03: Test updates for Elliptic Curve by Brian Carlstrom · 14 years ago
  82. 57f2cc0 Test updates for Elliptic Curve by Brian Carlstrom · 14 years ago
  83. 5fc5dde Improve ConcurrentCloseTest. by Elliott Hughes · 14 years ago
  84. de8ebca am 8a720cce: TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketImpl close fix, and debugging improvements by Brian Carlstrom · 14 years ago
  85. 8a720cc TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketImpl close fix, and debugging improvements by Brian Carlstrom · 14 years ago
  86. 0c7d369 GZIPInputStream/GZIPOutputStream test improvements. by Elliott Hughes · 14 years ago
  87. b4bb9ab resolved conflicts for merge of a5c608e5 to dalvik-dev by Brian Carlstrom · 14 years ago
  88. a5c608e TrustManager improvements by Brian Carlstrom · 14 years ago
  89. f8eacd8 am 9103cc15: am 47d94511: am 95d52b3b: Remove a pointless test, which just tested a test support class. by Dan Bornstein · 14 years ago
  90. 9103cc1 am 47d94511: am 95d52b3b: Remove a pointless test, which just tested a test support class. by Dan Bornstein · 14 years ago
  91. 95d52b3 Remove a pointless test, which just tested a test support class. by Dan Bornstein · 14 years ago
  92. 8ac847a Fix broken interactions between HTTP response caches and redirects. by Jesse Wilson · 14 years ago
  93. 2dcd7e7 Merge "Fix ResponseCache to support caching of HTTPS responses." into dalvik-dev by Jesse Wilson · 14 years ago
  94. 37dcf55 Fix ResponseCache to support caching of HTTPS responses. by Jesse Wilson · 14 years ago
  95. 2ae03af Fixing concurrency bug in CloseGuardTester. by Jesse Wilson · 14 years ago
  96. 2353846 Close process-spawned streams when the process is destroyed. by Jesse Wilson · 14 years ago
  97. a467278 am 8a81dbf2: am 1d2861f4: am 7d38fa0f: Merge "Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 support" into gingerbread by Brian Carlstrom · 14 years ago
  98. 8a81dbf am 1d2861f4: am 7d38fa0f: Merge "Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 support" into gingerbread by Brian Carlstrom · 14 years ago
  99. f7aab02 CloseGuard: finalizers for closeable objects should log complaints by Brian Carlstrom · 14 years ago
  100. 9157899 Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 support by Brian Carlstrom · 14 years ago