1. ebf160a Merge "Add serialization golden files, fix tests." by Narayan Kamath · 11 years ago
  2. 4cac31e Merge "Add untracked harmony tests." by Narayan Kamath · 11 years ago
  3. 288bd71 Merge "Fix NumberFormat.parse(null)." by Elliott Hughes · 11 years ago
  4. 3909f6d Fix NumberFormat.parse(null). by Elliott Hughes · 11 years ago
  5. 580df33 Merge "Update our MIME type map." by Elliott Hughes · 11 years ago
  6. cb8b268 Update our MIME type map. by Elliott Hughes · 11 years ago
  7. ef6fd3c Merge "Tidy up some of the deflater documentation." by Elliott Hughes · 11 years ago
  8. a98ba29 Tidy up some of the deflater documentation. by Elliott Hughes · 11 years ago
  9. a438075 Merge "Fix flakiness in DateIntervalFormatTest." by Elliott Hughes · 11 years ago
  10. 205d7f1 Fix flakiness in DateIntervalFormatTest. by Elliott Hughes · 11 years ago
  11. 6644b6a Merge "Higher-level default configuration asserts for TLS/SSL primitives." by Alex Klyubin · 11 years ago
  12. e9494a6 Merge "Add another test for the CharsetEncoder bug." by Elliott Hughes · 11 years ago
  13. cf310ac Add another test for the CharsetEncoder bug. by Elliott Hughes · 11 years ago
  14. 9aab36e Add serialization golden files, fix tests. by Narayan Kamath · 11 years ago
  15. cb318c6 Add untracked harmony tests. by Narayan Kamath · 11 years ago
  16. 7462be2 Merge "Make some sense of Jar parsing / verification" by Narayan Kamath · 11 years ago
  17. 1222b64 Make some sense of Jar parsing / verification by Narayan Kamath · 11 years ago
  18. 72e7f75 Merge "Add a harmony test case to known failures list." by Narayan Kamath · 11 years ago
  19. bd084a2 Add a harmony test case to known failures list. by Narayan Kamath · 11 years ago
  20. df7efbe Merge "Dedup tests under api with apache-harmony." by Narayan Kamath · 11 years ago
  21. ba45f53 Dedup tests under api with apache-harmony. by Narayan Kamath · 11 years ago
  22. 82adba4 Merge "Import JarInputStreamTest from apache-harmony." by Narayan Kamath · 11 years ago
  23. 807e059 Import JarInputStreamTest from apache-harmony. by Narayan Kamath · 11 years ago
  24. 15d2a27 Merge "SSLSocketTest: use SSLSocket instead of SSLEngine" by Kenny Root · 11 years ago
  25. 36490d4 Merge "Deprioritize HMAC-MD5 in default TLS/SSL cipher suites." by Alex Klyubin · 11 years ago
  26. 2cf3b67 Merge "Add a second intermediate test CA." by Kenny Root · 11 years ago
  27. 181e96d Add a second intermediate test CA. by William Luh · 11 years ago
  28. f605c68 Higher-level default configuration asserts for TLS/SSL primitives. by Alex Klyubin · 11 years ago
  29. e5ca64f Merge "Tests for an already-fixed CharsetEncoder bug." by Elliott Hughes · 11 years ago
  30. a784bce SSLSocketTest: use SSLSocket instead of SSLEngine by Kenny Root · 11 years ago
  31. 7d09981 Tests for an already-fixed CharsetEncoder bug. by Elliott Hughes · 11 years ago
  32. 76900fa Deprioritize HMAC-MD5 in default TLS/SSL cipher suites. by Alex Klyubin · 11 years ago
  33. 3607b3a5 Merge "Prefer Forward Secrecy TLS/SSL cipher suites by default." by Alex Klyubin · 11 years ago
  34. 4892adf Prefer Forward Secrecy TLS/SSL cipher suites by default. by Alex Klyubin · 11 years ago
  35. 7a650a8 Merge "Deprioritize RC4-based TLS/SSL cipher suites." by Alex Klyubin · 11 years ago
  36. 3cb3d30 Deprioritize RC4-based TLS/SSL cipher suites. by Alex Klyubin · 11 years ago
  37. 3a33c8a Merge "BEAST attack mitigation for OpenSSL-backed SSLSockets." by Alex Klyubin · 11 years ago
  38. 35dca20 Merge "The file in /data overrides the file in /system, not the other way round." by Elliott Hughes · 11 years ago
  39. 19263f5 The file in /data overrides the file in /system, not the other way round. by Elliott Hughes · 11 years ago
  40. 9549d65 Merge "SSLEngine: use 1/n-1 record splitting for servers" by Kenny Root · 11 years ago
  41. 038cb91 BEAST attack mitigation for OpenSSL-backed SSLSockets. by Alex Klyubin · 11 years ago
  42. d6d1778 SSLEngine: use 1/n-1 record splitting for servers by Kenny Root · 11 years ago
  43. cea1e83 Merge "Fix a few more oddities in JarFile" by Narayan Kamath · 11 years ago
  44. 913d500 Fix a few more oddities in JarFile by Narayan Kamath · 11 years ago
  45. 692543a Merge "Remove non-api use of Vector." by Narayan Kamath · 11 years ago
  46. 3769c45 Remove non-api use of Vector. by Narayan Kamath · 11 years ago
  47. 46bf363 Merge "Make effectiveDirectAddress final." by Narayan Kamath · 11 years ago
  48. 0851829 Merge "Don't force MemoryBlocks on classes that don't care." by Narayan Kamath · 11 years ago
  49. 2589e30 Make effectiveDirectAddress final. by Narayan Kamath · 11 years ago
  50. ac96dec Don't force MemoryBlocks on classes that don't care. by Narayan Kamath · 11 years ago
  51. e8aa755 Merge "Add a test for lower case auth scheme handling." by Narayan Kamath · 11 years ago
  52. 5da7241 Merge "Exact asserts for TLS/SSL protocols used by default." by Alex Klyubin · 11 years ago
  53. cf6b19b Merge "SSLEngineTest: add asserts for sending app data" by Kenny Root · 11 years ago
  54. c118df9 SSLEngineTest: add asserts for sending app data by Kenny Root · 11 years ago
  55. f13911b Exact asserts for TLS/SSL protocols used by default. by Alex Klyubin · 11 years ago
  56. 1d08f25 Merge "Test the default config of SSLServerSocket(Factory)." by Alex Klyubin · 11 years ago
  57. b8862ef Merge "Fix ZoneInfoDBTest on devices that have taken a gservices tzdata update." by Elliott Hughes · 11 years ago
  58. e086850 Fix ZoneInfoDBTest on devices that have taken a gservices tzdata update. by Elliott Hughes · 11 years ago
  59. befd74b Test the default config of SSLServerSocket(Factory). by Alex Klyubin · 11 years ago
  60. 3558952 Merge "Exact assert for cipher suite list used by default by SSLSocket." by Alex Klyubin · 11 years ago
  61. f7c3463 Merge "Fix supported cipher suite assert in SSLSocketFactoryTest." by Alex Klyubin · 11 years ago
  62. d87ee0f Add a test for lower case auth scheme handling. by Narayan Kamath · 11 years ago
  63. 77608ce Merge "Fix javadoc mistruths." by Narayan Kamath · 11 years ago
  64. c80750e Fix javadoc mistruths. by Narayan Kamath · 11 years ago
  65. 9b6d24f Fix supported cipher suite assert in SSLSocketFactoryTest. by Alex Klyubin · 11 years ago
  66. 3086b42 Exact assert for cipher suite list used by default by SSLSocket. by Alex Klyubin · 11 years ago
  67. d6f4388 Merge "Exact check for cipher suites used by SSLEngine by default." by Alex Klyubin · 11 years ago
  68. 632b6f7 Exact check for cipher suites used by SSLEngine by default. by Alex Klyubin · 11 years ago
  69. 394ab17 Merge "Use SSLEngine-specific cipher suite and protocol asserts." by Alex Klyubin · 11 years ago
  70. 6ce57c9 Merge "Remove UnsafeByteSequence." by Narayan Kamath · 11 years ago
  71. b0674a7 Remove UnsafeByteSequence. by Narayan Kamath · 11 years ago
  72. abac79a Merge "Remove unnecessary FileDescriptor#valid check." by Narayan Kamath · 11 years ago
  73. 098bb42 Merge "Fix java.util.Random performance regression." by Elliott Hughes · 11 years ago
  74. c5722b6 Fix java.util.Random performance regression. by Mathieu Chartier · 11 years ago
  75. 8ff6e83 Merge "Add a cache to ICU.getBestDateTimePattern." by Elliott Hughes · 11 years ago
  76. 24320db Use SSLEngine-specific cipher suite and protocol asserts. by Alex Klyubin · 11 years ago
  77. 0fd776f Add a cache to ICU.getBestDateTimePattern. by Elliott Hughes · 11 years ago
  78. 9b131fb1 Merge "Refactor TLS/SSL cipher suite and protocol assertions." by Alex Klyubin · 11 years ago
  79. 2cd541f Refactor TLS/SSL cipher suite and protocol assertions. by Alex Klyubin · 11 years ago
  80. 1544303 Remove unnecessary FileDescriptor#valid check. by Narayan Kamath · 11 years ago
  81. 9f7d979 Merge "Remove use of UnsafeByteSequence." by Narayan Kamath · 11 years ago
  82. b7d186b Remove use of UnsafeByteSequence. by Narayan Kamath · 11 years ago
  83. f91c6ab Merge "Remove unused code from CharsetBenchmark." by Narayan Kamath · 11 years ago
  84. 71852e4 Remove unused code from CharsetBenchmark. by Narayan Kamath · 11 years ago
  85. 8457464 Merge "Remove some reflection from java.util.jar.Manifest." by Narayan Kamath · 11 years ago
  86. 825452a Remove some reflection from java.util.jar.Manifest. by Narayan Kamath · 11 years ago
  87. 676ce12 Merge "Make getInetAddress generate less garbage." by Narayan Kamath · 11 years ago
  88. ab6d858 Make getInetAddress generate less garbage. by Narayan Kamath · 11 years ago
  89. a431b0b Merge "Fix a java.util.Timer documentation typo." by Elliott Hughes · 11 years ago
  90. 8827d28 Fix a java.util.Timer documentation typo. by Elliott Hughes · 11 years ago
  91. e2e19b7 Merge "Do not use short-keyed TLS/SSL cipher suites by default." by Alex Klyubin · 11 years ago
  92. c1caa05 Do not use short-keyed TLS/SSL cipher suites by default. by Alex Klyubin · 11 years ago
  93. 33f2b3c Merge "Add Random serialization test" by Kenny Root · 11 years ago
  94. fe7ba60 Add Random serialization test by Kenny Root · 11 years ago
  95. 3c91b32 Merge "Add VMRuntime.getTargetSdkVersion." by Alex Klyubin · 11 years ago
  96. 7ec3dc1 Add VMRuntime.getTargetSdkVersion. by Alex Klyubin · 11 years ago
  97. 569ee5e Merge "Fix a bug in AbstractStringBuilder#deleteCharAt0" by Narayan Kamath · 11 years ago
  98. 38bb29e Merge "Use correct SSL protocols assertion method in test." by Alex Klyubin · 11 years ago
  99. 3864928 Use correct SSL protocols assertion method in test. by Alex Klyubin · 11 years ago
  100. 100210b Merge "Resurrect test_SSLSocket_interrupt_case." by Narayan Kamath · 11 years ago