1. eee45fe Add registerAppInfo to the VMRuntime object by Dave Allison · 11 years ago
  2. df5f7f5 Merge "Disable 3DES cipher suites in SSLSocket." by Alex Klyubin · 11 years ago
  3. 9a61ef3 Disable 3DES cipher suites in SSLSocket. by Alex Klyubin · 11 years ago
  4. 333fcb4 Merge "Disable static server key ECDH cipher suites in SSLSocket." by Alex Klyubin · 11 years ago
  5. d01d952 Merge "Throw an NPE in a more obvious manner." by Narayan Kamath · 11 years ago
  6. 939d2d7 Throw an NPE in a more obvious manner. by Narayan Kamath · 11 years ago
  7. 7dca129 Merge "Move tests from harmony/archive to libcore." by Narayan Kamath · 11 years ago
  8. d567f90 Move tests from harmony/archive to libcore. by Narayan Kamath · 11 years ago
  9. 5b15ad6 Disable static server key ECDH cipher suites in SSLSocket. by Alex Klyubin · 11 years ago
  10. 9c10d33 Merge "Enable AES-GCM cipher suites by default in SSLSocket." by Alex Klyubin · 11 years ago
  11. a4c53a6 Merge "Revert "Revert "Do not dexopt core-libart""" by Ying Wang · 11 years ago
  12. 0f0e96a Enable AES-GCM cipher suites by default in SSLSocket. by Alex Klyubin · 11 years ago
  13. d4571d6 Merge "Enable support for TLSv1.2 cipher suites in SSLSocket." by Alex Klyubin · 11 years ago
  14. 9e73d3f Enable support for TLSv1.2 cipher suites in SSLSocket. by Alex Klyubin · 11 years ago
  15. 3610890 Merge "Enable TLSv1.1 and TLSv1.2 by default for SSLSocket." by Alex Klyubin · 11 years ago
  16. eae1cb9 Merge "Curate known failures list." by Narayan Kamath · 11 years ago
  17. 7a4e0ff Curate known failures list. by Narayan Kamath · 11 years ago
  18. 5336055 Enable TLSv1.1 and TLSv1.2 by default for SSLSocket. by Alex Klyubin · 11 years ago
  19. 69e4812 Merge "Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket." by Alex Klyubin · 11 years ago
  20. 570f332 Merge "Late binding: add support to Cipher" by Kenny Root · 11 years ago
  21. 2cca77a Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket. by Alex Klyubin · 11 years ago
  22. 85dab15 Late binding: add support to Cipher by Kenny Root · 11 years ago
  23. 7aaf90e Revert "Revert "Do not dexopt core-libart"" by Brian Carlstrom · 11 years ago
  24. 62bc43a Merge "CipherTest: add support for GCM cipher" by Kenny Root · 11 years ago
  25. 0e5952d CipherTest: add support for GCM cipher by Kenny Root · 11 years ago
  26. 962fb68 Merge "Javadoc protocols and providers supported by SSLContext." by Alex Klyubin · 11 years ago
  27. d53b56b Javadoc protocols and providers supported by SSLContext. by Alex Klyubin · 11 years ago
  28. 8f498ae Merge "Javadoc the default configuration of SSLEngine." by Alex Klyubin · 11 years ago
  29. b4675a5 Javadoc the default configuration of SSLEngine. by Alex Klyubin · 11 years ago
  30. 5e528d9 Merge "Javadoc the default configuration of SSLSocket." by Alex Klyubin · 11 years ago
  31. a88438a Merge "Address review comment for OutputStreamWriterTest." by Narayan Kamath · 11 years ago
  32. 857b660 Address review comment for OutputStreamWriterTest. by Narayan Kamath · 11 years ago
  33. 82b2212 Merge "Address review comments." by Narayan Kamath · 11 years ago
  34. 5b9ea87 Address review comments. by Narayan Kamath · 11 years ago
  35. 0e645fc Merge "Fix a CharsetEncoder bug." by Narayan Kamath · 11 years ago
  36. 91bb19d Fix a CharsetEncoder bug. by Narayan Kamath · 11 years ago
  37. 769d469 Merge "Fix a javadoc typo." by Elliott Hughes · 11 years ago
  38. c9b4e40 Fix a javadoc typo. by Elliott Hughes · 11 years ago
  39. e0eef99 Merge "Fix a read/write typo." by Elliott Hughes · 11 years ago
  40. d37c7be Fix a read/write typo. by Elliott Hughes · 11 years ago
  41. 148b6d6 Merge "Remove blockguard check for getaddrinfo." by Brian Carlstrom · 11 years ago
  42. b46217c Remove blockguard check for getaddrinfo. by Narayan Kamath · 11 years ago
  43. d47f5b7 Merge "Revert "Do not dexopt core-libart"" by Brian Carlstrom · 11 years ago
  44. 5ce66d5 Revert "Do not dexopt core-libart" by Brian Carlstrom · 11 years ago
  45. bd76d7a Merge "Do not dexopt core-libart" by Brian Carlstrom · 11 years ago
  46. 50ef556 Javadoc the default configuration of SSLSocket. by Alex Klyubin · 11 years ago
  47. f7286f3 Merge "Add libutils dependency for libziparchive." by Narayan Kamath · 11 years ago
  48. b168c05 Add libutils dependency for libziparchive. by Narayan Kamath · 11 years ago
  49. f689978 Merge "Fix several issues in CookieManagerTest" by Narayan Kamath · 11 years ago
  50. f25dfbd Fix several issues in CookieManagerTest by Narayan Kamath · 11 years ago
  51. a8f7639 Do not dexopt core-libart by Brian Carlstrom · 11 years ago
  52. 510ffdf Merge "CipherTest: Move jurisdiction check lower" by Kenny Root · 11 years ago
  53. 8f6f413 CipherTest: Move jurisdiction check lower by Kenny Root · 11 years ago
  54. 51c7df4 Merge "Add regression tests for gbk encoding." by Narayan Kamath · 11 years ago
  55. 74decd1 Merge "Catch more system calls that result in disk I/O." by Narayan Kamath · 11 years ago
  56. ae50c1b Merge "Late binding: supportsParameter is not newInstance" by Kenny Root · 11 years ago
  57. d00b7c3 Late binding: supportsParameter is not newInstance by Kenny Root · 11 years ago
  58. fda9167 Merge "Late binding: address review comments" by Kenny Root · 11 years ago
  59. 6d8a4f1 Late binding: address review comments by Kenny Root · 11 years ago
  60. edaa74d Catch more system calls that result in disk I/O. by Jeff Sharkey · 11 years ago
  61. 8dfe692 Add regression tests for gbk encoding. by Narayan Kamath · 11 years ago
  62. f87d7d2 Merge "Add a JNI wrapper over libziparchive." by Narayan Kamath · 11 years ago
  63. 0c1869e Add a JNI wrapper over libziparchive. by Narayan Kamath · 11 years ago
  64. 41e602b Merge "Fix Signature#getInstance." by Narayan Kamath · 11 years ago
  65. 96b5cd9 Fix Signature#getInstance. by Narayan Kamath · 11 years ago
  66. 44676c3 Merge "Late binding: Provider.Service#supportsParameter" by Kenny Root · 11 years ago
  67. 1bb8f7e Late binding: Provider.Service#supportsParameter by Kenny Root · 11 years ago
  68. 986333a Merge "Better way to export variables in Docs.mk." by Ying Wang · 11 years ago
  69. 25b677a Merge "Used constant time comparison to avoid timing attacks." by Narayan Kamath · 11 years ago
  70. 3e478f0 Used constant time comparison to avoid timing attacks. by Xizhi Zhu (Steven) · 11 years ago
  71. 84ae0a6 Merge "Fix Cipher doc." by Brian Carlstrom · 11 years ago
  72. e722ddf Fix Cipher doc. by Xizhi Zhu (Steven) · 11 years ago
  73. 21ac42d Better way to export variables in Docs.mk. by Ying Wang · 11 years ago
  74. 59fc932 Merge "Fix PasswordCallback serialization test." by Narayan Kamath · 11 years ago
  75. 6efeeab Fix PasswordCallback serialization test. by Narayan Kamath · 11 years ago
  76. 13c2900 Merge "Fix JSONArrayTest." by Narayan Kamath · 11 years ago
  77. d62e296 Fix JSONArrayTest. by Narayan Kamath · 11 years ago
  78. d7e1180 Merge "Add RT_SCOPE_* to OsConstants." by Lorenzo Colitti · 11 years ago
  79. d6fcc6c Add RT_SCOPE_* to OsConstants. by Lorenzo Colitti · 11 years ago
  80. 94a9020 Merge "Assert that getEnabledCipherSuites/Protocols is affected by setters." by Alex Klyubin · 11 years ago
  81. b360cc9 Merge "Add method for updating dalvik process state through VMRuntime." by Mathieu Chartier · 11 years ago
  82. 880d8d2 Merge "Fix an OutputStreamWriterTest test case." by Narayan Kamath · 11 years ago
  83. 418e036 Fix an OutputStreamWriterTest test case. by Narayan Kamath · 11 years ago
  84. 014a9c6 Merge "Delete a few bad test cases from CharsetEncoderTest." by Narayan Kamath · 11 years ago
  85. 5f1d509 Delete a few bad test cases from CharsetEncoderTest. by Narayan Kamath · 11 years ago
  86. 466cd23 Merge "Fix an ASCIICharsetEncoderTest testcase." by Narayan Kamath · 11 years ago
  87. c7f4b48 Merge "Fix a testcase in InputStreamReaderTest." by Narayan Kamath · 11 years ago
  88. 24f72f5 Merge "Fix several decoder bugs." by Narayan Kamath · 11 years ago
  89. 50e0536 Merge "Add a test for JSONArray and enums." by Elliott Hughes · 11 years ago
  90. c06da90 Add a test for JSONArray and enums. by Elliott Hughes · 11 years ago
  91. 358552b Assert that getEnabledCipherSuites/Protocols is affected by setters. by Alex Klyubin · 11 years ago
  92. bd024cc Fix several decoder bugs. by Narayan Kamath · 11 years ago
  93. f15b280 Fix an ASCIICharsetEncoderTest testcase. by Narayan Kamath · 11 years ago
  94. e0e5a7a Fix a testcase in InputStreamReaderTest. by Narayan Kamath · 11 years ago
  95. c510d99 Merge "Import missing harmony tests for javax.security.auth." by Narayan Kamath · 11 years ago
  96. 0c85c33 Add method for updating dalvik process state through VMRuntime. by Mathieu Chartier · 11 years ago
  97. 1ce1e3a Merge "No need to sanity-check client certs in SSLSocket.accept." by Alex Klyubin · 11 years ago
  98. bccd4e6 No need to sanity-check client certs in SSLSocket.accept. by Alex Klyubin · 11 years ago
  99. 0a8473e Merge branch 'master' of persistent-https://googleplex-android.git.corp.google.com/platform/libcore into merge-goog-master-to-aosp-master by Brian Carlstrom · 11 years ago
  100. f81fd51 Merge "Remove incorrect LOCAL_NO_STANDARD_LIBRARIES flag." by Brian Carlstrom · 11 years ago