1. 6e9387d Fix some varargs compiler warnings in libcore tests. by Pete Bentley · 5 years ago
  2. 80cd526 Merge "Revert^2 "Remove hidden System.arraycopy(byte[]...."" by Neil Fuller · 5 years ago
  3. 301b2a8 Revert^2 "Remove hidden System.arraycopy(byte[]...." by Neil Fuller · 5 years ago
  4. 48a4b8a Merge "Fix unused import in ZoneInfoDBTest" by Neil Fuller · 5 years ago
  5. 3ed4b09 Merge "Make strict mode not triggered while connecting UDP socket" by Luke Huang · 5 years ago
  6. fb8671d Fix unused import in ZoneInfoDBTest by Neil Fuller · 5 years ago
  7. 04f57c8 Make strict mode not triggered while connecting UDP socket by Luke Huang · 5 years ago
  8. 1374342 Merge "Convert libcore/ojluni/Android.mk to .bp" by Treehugger Robot · 5 years ago
  9. 6454b514 Convert libcore/ojluni/Android.mk to .bp by Paul Duffin · 5 years ago
  10. 97b3085 Merge changes from topic "new_japanese_era_reiwa" by Nikita Iashchenko · 5 years ago
  11. e8caa48 Merge "Fix nit in LocaleDataTest#testInvalidLocale and StringTest#testFormat_invalidLocale" by vichang · 5 years ago
  12. 076d67b Replace the placeholder Japanese era name in calendar.properties by Nikita Iashchenko · 5 years ago
  13. 87818a6 New Japanese Era implementation with actual Reiwa name by Nikita Iashchenko · 5 years ago
  14. 02d0583 New Japanese Era implementation in ojluni with a placeholder name by Nikita Iashchenko · 5 years ago
  15. 4545804 Fix nit in LocaleDataTest#testInvalidLocale and StringTest#testFormat_invalidLocale by Victor Chang · 5 years ago
  16. 363e58d Merge "Add filegroup for UnsupportedAppUsage and its deps" by Andrei-Valentin Onea · 5 years ago
  17. 66db53a Merge "Add regression test for loading locale data with unknown/invalid locale" by vichang · 5 years ago
  18. 24892e2 Add filegroup for UnsupportedAppUsage and its deps by Andrei Onea · 5 years ago
  19. afe00b2 Add regression test for loading locale data with unknown/invalid locale by Victor Chang · 5 years ago
  20. f8dfc98 Merge "Log warning if serialized class has compatibility issues" by Treehugger Robot · 5 years ago
  21. ffb62b0 Merge "Remove Byte.toHexString() from core platform api" by Neil Fuller · 5 years ago
  22. 087ba52 Remove Byte.toHexString() from core platform api by Neil Fuller · 5 years ago
  23. 3967f3a Merge "Add filegroup modules referenced by cts/tests/libcore/**/Android.bp" by Treehugger Robot · 5 years ago
  24. 8414aee Merge "add .m2ts to video/mp2ts mimetype for Android" by Tobias Thierer · 5 years ago
  25. 6bb0b24 Merge "Move some Unsafe.* methods to core platform API" by David Brazdil · 5 years ago
  26. 557d1f6 add .m2ts to video/mp2ts mimetype for Android by Iris Chang · 5 years ago
  27. acd34ad Log warning if serialized class has compatibility issues by Paul Duffin · 5 years ago
  28. ada2a5d Merge "Further clarify failure message." by Treehugger Robot · 5 years ago
  29. 952fec4 Move some Unsafe.* methods to core platform API by David Brazdil · 5 years ago
  30. 0859362 Merge "Code cleanup for HexEncoding" by Treehugger Robot · 5 years ago
  31. 722aaaf Code cleanup for HexEncoding by Neil Fuller · 5 years ago
  32. c76cc00 Merge "Add decode() overload to the CorePlatformAPI" by Neil Fuller · 5 years ago
  33. 69a435b Add filegroup modules referenced by cts/tests/libcore/**/Android.bp by Sasha Smundak · 5 years ago
  34. 9a34332 Merge "Simplify HttpURLConnectionTest.readAscii()." by Tobias Thierer · 5 years ago
  35. cd22105 Add decode() overload to the CorePlatformAPI by Neil Fuller · 5 years ago
  36. 47b6180 Merge "HttpURLConnection: Add test coverage for concurrent disconnect." by Tobias Thierer · 5 years ago
  37. 59bd775 Merge "Finish converting JavaLibrary.mk to JavaLibrary.bp" by Paul Duffin · 5 years ago
  38. 177a6aa Simplify HttpURLConnectionTest.readAscii(). by Tobias Thierer · 5 years ago
  39. 16bee58 HttpURLConnection: Add test coverage for concurrent disconnect. by Tobias Thierer · 5 years ago
  40. 6564118 Finish converting JavaLibrary.mk to JavaLibrary.bp by Paul Duffin · 5 years ago
  41. 421d147 Merge "Ensure serialVersionUID computation for Throwable subclass is stable" by Paul Duffin · 5 years ago
  42. 746fbb1 Ensure serialVersionUID computation for Throwable subclass is stable by Paul Duffin · 6 years ago
  43. 0849145 Merge "Revert "Remove hidden System.arraycopy(byte[]...."" by Neil Fuller · 5 years ago
  44. 25f847d Merge "Track zic 2019a update in system/timezone" by Neil Fuller · 5 years ago
  45. 5857c99 Revert "Remove hidden System.arraycopy(byte[]...." by Neil Fuller · 5 years ago
  46. aa9cfc5 Further clarify failure message. by Tobias Thierer · 5 years ago
  47. 24ac60a Merge "Add dependency on libdl_android" by Treehugger Robot · 5 years ago
  48. edbbd59 Merge "Expose rethrow* methods in the public SDK API" by Neil Fuller · 5 years ago
  49. 5274cf8 Track zic 2019a update in system/timezone by Neil Fuller · 5 years ago
  50. 4be8b6e Merge "Fix Os.getDefault() BlockGuard test." by Treehugger Robot · 5 years ago
  51. 7c26580 Merge "Clarify InetAddressTest failure message." by Pete Bentley · 5 years ago
  52. 6baceea Clarify InetAddressTest failure message. by Pete Bentley · 5 years ago
  53. 64c393f Merge "Remove some usages of IoUtil methods" by Neil Fuller · 5 years ago
  54. d63ef2e Fix Os.getDefault() BlockGuard test. by Tobias Thierer · 5 years ago
  55. 0e15a16 Merge "Add behavior to libcore.util.HexEncoding" by Neil Fuller · 5 years ago
  56. 1bf3b35 Merge "Tidy up unused code / unnecessary logic" by Neil Fuller · 5 years ago
  57. ea112e6 Merge "Fix Date.toString() behavior / tidy up comments" by Neil Fuller · 5 years ago
  58. 8ef2e2d Remove some usages of IoUtil methods by Neil Fuller · 5 years ago
  59. 93d2da3 Fix Date.toString() behavior / tidy up comments by Neil Fuller · 6 years ago
  60. 30bc334 Merge "Remove hidden System.arraycopy(byte[]...." by Neil Fuller · 5 years ago
  61. 86558b3 Add behavior to libcore.util.HexEncoding by Neil Fuller · 5 years ago
  62. de890da Tidy up unused code / unnecessary logic by Neil Fuller · 5 years ago
  63. 5c92f34 Expose rethrow* methods in the public SDK API by Neil Fuller · 5 years ago
  64. 90d8a1f Remove hidden System.arraycopy(byte[].... by Neil Fuller · 5 years ago
  65. 7ef0f8c Merge "Replacing .yt extension MIME type mapping from application/vnd.youtube.yt to video/vnd.youtube.yt, but keep old mapping around for inferring extension only." by Mansfield Mark · 5 years ago
  66. 1da99ae Replacing .yt extension MIME type mapping from application/vnd.youtube.yt to video/vnd.youtube.yt, but keep old mapping around for inferring extension only. by Mansfield Mark · 5 years ago
  67. 9de192b Merge "Throw security exception for EPERM error in socket creation" by Treehugger Robot · 5 years ago
  68. 25f9e45 Merge "Add VMRuntime.setProcessDataDirectory" by David Brazdil · 5 years ago
  69. 4ce5524 Add VMRuntime.setProcessDataDirectory by David Brazdil · 5 years ago
  70. 525fb7f Merge "Adjust in-memory dex loading logic when backed by oat" by David Brazdil · 5 years ago
  71. 1f45df4 Throw security exception for EPERM error in socket creation by Chenbo Feng · 5 years ago
  72. 8be2a6a Adjust in-memory dex loading logic when backed by oat by David Brazdil · 5 years ago
  73. b9d77e1 Merge "Provide class loader context to DexFile.verifyInBackground" by David Brazdil · 5 years ago
  74. 4e17e5f Merge "OsTest: Only test sendfile() API, not separately the implementation method." by Treehugger Robot · 5 years ago
  75. be1b02d Merge "OsTest: Manually fix up formatting." by Treehugger Robot · 5 years ago
  76. 412d64a Merge "OsTest: Reformat according to 4-space indent "AndroidStyle 4"." by Treehugger Robot · 5 years ago
  77. e0c5f11 Merge "Test android.system.Os instead of libcore.io.Libcore.os" by Treehugger Robot · 5 years ago
  78. 2bb86cc OsTest: Only test sendfile() API, not separately the implementation method. by Tobias Thierer · 5 years ago
  79. e5ad33e OsTest: Manually fix up formatting. by Tobias Thierer · 5 years ago
  80. 8186196 Merge "Revert^2: Spawn background verification for InMemoryDexClassLoader" by David Brazdil · 5 years ago
  81. aff8fab OsTest: Reformat according to 4-space indent "AndroidStyle 4". by Tobias Thierer · 5 years ago
  82. 8aa4525 Merge "Tweak testCloseDuringConnect" by Neil Fuller · 5 years ago
  83. 62db047 Test android.system.Os instead of libcore.io.Libcore.os by Tobias Thierer · 5 years ago
  84. fbd9b73 Tweak testCloseDuringConnect by Neil Fuller · 5 years ago
  85. 2fb58ae Provide class loader context to DexFile.verifyInBackground by David Brazdil · 5 years ago
  86. d1aa7cd Revert^2: Spawn background verification for InMemoryDexClassLoader by David Brazdil · 5 years ago
  87. 57d69bd Merge "Revert "Spawn background verification for InMemoryDexClassLoader"" by David Brazdil · 5 years ago
  88. f501b12 Revert "Spawn background verification for InMemoryDexClassLoader" by David Brazdil · 5 years ago
  89. e039e33 Merge "ErrnoException: Add test coverage." by Treehugger Robot · 5 years ago
  90. 4cc559a Merge changes from topics "sockopttimeval_2", "sockopttimeval_1" by Neil Fuller · 5 years ago
  91. 32da806 ErrnoException: Add test coverage. by Tobias Thierer · 5 years ago
  92. 61acff1 Merge "Spawn background verification for InMemoryDexClassLoader" by David Brazdil · 5 years ago
  93. 6a806e9 Merge "Add VMDebug.setAllocTrackerStackDepth API" by Mathieu Chartier · 5 years ago
  94. 3d162d8 Merge "Unhide ICMP echo constants." by Lorenzo Colitti · 5 years ago
  95. 99af076 Merge "Add tests for CipherSpi.updateAAD() and SSLEngine(String, int)" by Treehugger Robot · 5 years ago
  96. f15b6b5 Add tests for CipherSpi.updateAAD() and SSLEngine(String, int) by Adam Vartanian · 5 years ago
  97. b4f9c18 Make Os.get/setSockOptTimeVal() public by Neil Fuller · 5 years ago
  98. 718aaa5 Add tests for sockoptTimeVal functions by Neil Fuller · 5 years ago
  99. fe65264 Merge "Use new -XX:FinalizerTimeoutMs command line arg" by Hans Boehm · 5 years ago
  100. 0b3a54e Add VMDebug.setAllocTrackerStackDepth API by Mathieu Chartier · 5 years ago