1. 0aff1dd Remove. by Elliott Hughes · 10 years ago
  2. 7299cf9 Merge "Remove" by Brian Carlstrom · 10 years ago
  3. 8d290a5 Remove by Brian Carlstrom · 10 years ago
  4. ed3ee85 Merge "Revert "Rename Arrays.ArrayList to Arrays.ArrayAdapter."" by Narayan Kamath · 10 years ago
  5. 4aec691 Revert "Rename Arrays.ArrayList to Arrays.ArrayAdapter." by Narayan Kamath · 10 years ago
  6. 4b999a4 Rename Arrays.ArrayList to Arrays.ArrayAdapter. by Narayan Kamath · 10 years ago
  7. f9a56a3 Merge "Rename Arrays.ArrayList to Arrays.ArrayAdapter." by Narayan Kamath · 10 years ago
  8. c41d038 Merge "Fix System.arraycopy" by Andreas Gampe · 10 years ago
  9. 242e5a6 Fix System.arraycopy by Andreas Gampe · 10 years ago
  10. 69f8370 Merge "Fix javadoc @char instead of @code." by Elliott Hughes · 10 years ago
  11. c40cfbb Fix javadoc @char instead of @code. by Elliott Hughes · 10 years ago
  12. a964041 Merge "Fix a faulty Julian day computation." by Elliott Hughes · 10 years ago
  13. fda7c02 Fix a faulty Julian day computation. by Elliott Hughes · 10 years ago
  14. 906d1ca Merge "Clarify the String.compareTo contract and add tests." by Elliott Hughes · 10 years ago
  15. 18faff2 Clarify the String.compareTo contract and add tests. by Elliott Hughes · 10 years ago
  16. 57d2d89 Merge "Fixed build for arraycopy with objects." by Jeff Hao · 10 years ago
  17. 5bd0638 Fixed build for arraycopy with objects. by Emma Meersman · 10 years ago
  18. 42a6d80 Merge "Expanded arraycopy function to deal with more types and updated benchmarking." by Jeff Hao · 10 years ago
  19. 236f03f Merge "Don't return NULL as a jint." by Ian Rogers · 10 years ago
  20. fec498e Don't return NULL as a jint. by Ian Rogers · 10 years ago
  21. 916c54b Merge "Enable host multilib for ART testing." by Ian Rogers · 10 years ago
  22. 31e8ef0 Merge "Fix race condition in WeakHashMapTest." by Mathieu Chartier · 10 years ago
  23. baff7d7 Merge "libcore: Clean up Enum.compareTo(E)" by Narayan Kamath · 10 years ago
  24. 64e0127 libcore: Clean up Enum.compareTo(E) by Valter Strods · 10 years ago
  25. 97afbd7 Fix race condition in WeakHashMapTest. by Mathieu Chartier · 10 years ago
  26. f14b369 Expanded arraycopy function to deal with more types and updated benchmarking. by Emma Meersman · 10 years ago
  27. cb82175 Merge "Build fix: Remove reference to deleted java_io_Console function" by Neil Fuller · 10 years ago
  28. 55845ea Build fix: Remove reference to deleted java_io_Console function by Neil Fuller · 10 years ago
  29. 1f30149 Unimplement Console.readPassword and remove test by Neil Fuller · 10 years ago
  30. c477bf9 Merge "Unimplement Console.readPassword and remove test" by Neil Fuller · 10 years ago
  31. 017715a Merge "Assert that setEnabledProtocols/CipherSuites copy their inputs." by Alex Klyubin · 10 years ago
  32. ee109f6 Assert that setEnabledProtocols/CipherSuites copy their inputs. by Alex Klyubin · 10 years ago
  33. e0affcd Merge "Assert the updated list of supported ECDHE-PSK cipher suites." by Alex Klyubin · 10 years ago
  34. c753102 Merge "Fix for currency symbol coming from the default locale" by Neil Fuller · 10 years ago
  35. 8d07b07 Fix for currency symbol coming from the default locale by Neil Fuller · 10 years ago
  36. 2eb56b6 Merge "Fix CurrencyTest.test_getSymbol for unknown variants" by Neil Fuller · 10 years ago
  37. 1d3d407 Fix CurrencyTest.test_getSymbol for unknown variants by Neil Fuller · 10 years ago
  38. 0be1235 Merge "Removing tests that test the SqlLite API directly." by Neil Fuller · 10 years ago
  39. 9aad552 Merge "CTS fix: Signature2Test.test_clone()" by Neil Fuller · 10 years ago
  40. f6bb79b Merge "Dalvik is dead, long live Dalvik! DO NOT MERGE" by Brian Carlstrom · 10 years ago
  41. adb19b9 Dalvik is dead, long live Dalvik! DO NOT MERGE by Brian Carlstrom · 10 years ago
  42. 1265f1c Fix libart files to work with javadoc by Brian Carlstrom · 10 years ago
  43. c01503d Merge "Fix libart files to work with javadoc" by Brian Carlstrom · 10 years ago
  44. 142b039 CTS fix: Signature2Test.test_clone() by Neil Fuller · 10 years ago
  45. cac5dab Merge "Fix getISO3Country and getISO3Language." by Narayan Kamath · 10 years ago
  46. ca6c2df Fix getISO3Country and getISO3Language. by Narayan Kamath · 10 years ago
  47. 67875c4 Merge "Relax KeyPairGeneratorTest" by Neil Fuller · 10 years ago
  48. 11d630b Relax KeyPairGeneratorTest by Neil Fuller · 10 years ago
  49. 36c0160 Merge "Alter regression test for bug 71369 now the issue is understood" by Neil Fuller · 10 years ago
  50. 219af6e Alter regression test for bug 71369 now the issue is understood by Neil Fuller · 10 years ago
  51. ce6eb73 Removing tests that test the SqlLite API directly. by Neil Fuller · 10 years ago
  52. 64c039e Enable host multilib for ART testing. by Ian Rogers · 10 years ago
  53. 7bc855c Merge "Add a test for bug 71369" by Neil Fuller · 10 years ago
  54. ba0592b Add a test for bug 71369 by Neil Fuller · 10 years ago
  55. 2b93117 Merge "Tidy up MulticastSocketTest and fix execution on hammerhead" by Neil Fuller · 10 years ago
  56. 0233d6a Tidy up MulticastSocketTest and fix execution on hammerhead by Neil Fuller · 10 years ago
  57. f577d75 Merge "Remove unnecessary loop in uloc_forLanguageTag." by Narayan Kamath · 10 years ago
  58. 5133494 Remove unnecessary loop in uloc_forLanguageTag. by Narayan Kamath · 10 years ago
  59. 12ca882 Implement Locale.toLanguageTag without ICU support. by Narayan Kamath · 10 years ago
  60. 67831d3 Merge "Pass BCP-47 tags and not Locale.toString results to ICU." by Narayan Kamath · 10 years ago
  61. a942660 Pass BCP-47 tags and not Locale.toString results to ICU. by Elliott Hughes · 10 years ago
  62. 1a60814 Merge "Extract non-API locale tests into a separate test class." by Narayan Kamath · 10 years ago
  63. 375ada1 Extract non-API locale tests into a separate test class. by Narayan Kamath · 10 years ago
  64. 0a58ece Merge "Fix Mac build." by Ian Rogers · 10 years ago
  65. efae383 Fix Mac build. by Ian Rogers · 10 years ago
  66. 9290899 Merge "Fix bogus define checks and a typo." by Narayan Kamath · 10 years ago
  67. 857e3a0 Fix bogus define checks and a typo. by Narayan Kamath · 10 years ago
  68. 92bd303 Merge "Implement Locale.toLanguageTag without ICU support." by Narayan Kamath · 10 years ago
  69. 995dc17 Merge "Tests for Runtime.*Memory()" by Neil Fuller · 10 years ago
  70. f54d81e Tests for Runtime.*Memory() by Neil Fuller · 10 years ago
  71. c47c0f7 Merge "Fix DatagramMulticastChannelTest so it works better on hammerhead" by Neil Fuller · 10 years ago
  72. 6d7b081 Fix DatagramMulticastChannelTest so it works better on hammerhead by Neil Fuller · 10 years ago
  73. 4aa9da3 Merge "Build fix." by Ian Rogers · 10 years ago
  74. 37dd0ac Build fix. by Ian Rogers · 10 years ago
  75. a3f1cb6 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago
  76. 3deabd2 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  77. 7450e1e Merge "Shard the _getInstance test and skip the DH tests." by Neil Fuller · 10 years ago
  78. 7408f7d Shard the _getInstance test and skip the DH tests. by Neil Fuller · 10 years ago
  79. d6e67fd Merge "Improve the load/loadLibrary documentation." by Elliott Hughes · 10 years ago
  80. 71cbf28 Improve the load/loadLibrary documentation. by Elliott Hughes · 10 years ago
  81. f14c0fd Assert the updated list of supported ECDHE-PSK cipher suites. by Alex Klyubin · 10 years ago
  82. 636b8b8 Merge "Suppress large test that always times-out" by Neil Fuller · 10 years ago
  83. 1c4ee54 Merge "Add interruptibility/wake on close to FileChannel.lock()" by Neil Fuller · 10 years ago
  84. 8add322 Add interruptibility/wake on close to FileChannel.lock() by Neil Fuller · 10 years ago
  85. a2b72eb Merge "Fix ZoneInfoDBTest.testGoodOverride" by Neil Fuller · 10 years ago
  86. 4752660 Merge "Fix BufferTest.testAccess" by Neil Fuller · 10 years ago
  87. c843891 Fix ZoneInfoDBTest.testGoodOverride by Neil Fuller · 10 years ago
  88. ec3a12d Fix BufferTest.testAccess by Neil Fuller · 10 years ago
  89. 3695691 am 971bcaa5: Merge "Fix for flakiness in URLConnectionTest.testServerShutdownOutput" by Neil Fuller · 10 years ago
  90. 971bcaa Merge "Fix for flakiness in URLConnectionTest.testServerShutdownOutput" by Neil Fuller · 10 years ago
  91. 9adf681 am 4352ab40: Merge "Document and assert support for TLS-PSK cipher suites." by Alex Klyubin · 10 years ago
  92. 4352ab4 Merge "Document and assert support for TLS-PSK cipher suites." by Alex Klyubin · 10 years ago
  93. 386a770 am 919849b0: Merge "Remove reference to unused okhttp-test build target" by Neil Fuller · 10 years ago
  94. 919849b Merge "Remove reference to unused okhttp-test build target" by Neil Fuller · 10 years ago
  95. 62fba1e Remove reference to unused okhttp-test build target by Neil Fuller · 10 years ago
  96. c0d465f am 6c16a47c: Merge "Simplify assertions about SSLEngine." by Alex Klyubin · 10 years ago
  97. 6c16a47 Merge "Simplify assertions about SSLEngine." by Alex Klyubin · 10 years ago
  98. fa02383 Fix for flakiness in URLConnectionTest.testServerShutdownOutput by Neil Fuller · 10 years ago
  99. daa5c14 am b106b5f3: Merge "Update SSLEngine Javadoc to reflect recent changes." by Alex Klyubin · 10 years ago
  100. b106b5f Merge "Update SSLEngine Javadoc to reflect recent changes." by Alex Klyubin · 10 years ago