1. c690caf Merge changes I00d3f12c,Ia4b25dae by Pete Gillin · 6 years ago
  2. 559e1c2 Revert change in behavior of InetAddress.isNumeric(String) by Paul Duffin · 6 years ago
  3. 3c16439 Revert an unnecessary diff vs upstream in Throwables.java. by Pete Gillin · 6 years ago
  4. dba501b Add Android-changed markers to Throwable. by Pete Gillin · 6 years ago
  5. 89b4620 Mark threads started by Daemons.java as systemDaemon by Alex Light · 6 years ago
  6. d142f51 Deprecate ref... methods in MethodHandleInfo by Paul Duffin · 6 years ago
  7. 19db2f5 Merge "Revert "App compat: Temporarily rename CopyOnWriteArrayList.array -> elements"" by Pete Gillin · 6 years ago
  8. 67116b9 Merge "Fix some Android change markers in CopyOnWriteArrayList." by Treehugger Robot · 6 years ago
  9. e14b8cc Revert "App compat: Temporarily rename CopyOnWriteArrayList.array -> elements" by Pete Gillin · 6 years ago
  10. ba89683 Fix some Android change markers in CopyOnWriteArrayList. by Pete Gillin · 6 years ago
  11. dfc8ce0 Move AsynchronousCloseMonitor to libjavacore. by Pete Bentley · 6 years ago
  12. b3b3c65 Merge "Add *Buffer covariant method overloads." by Tobias Thierer · 6 years ago
  13. 522a3fd Merge "Remove hardcoded os.name property." by Doug Horn · 6 years ago
  14. 302dc0b Remove hardcoded os.name property. by Doug Horn · 6 years ago
  15. 5a8f602 Merge "Revert "Revert "Add support for fdsan to the builtin SocketImpls.""" by Josh Gao · 6 years ago
  16. d708f23 Add *Buffer covariant method overloads. by Tobias Thierer · 6 years ago
  17. f100727 Merge "FIONREAD is not supported on Fuchsia fds." by Doug Horn · 6 years ago
  18. 229d4b2 Replace use of libcore.io.SizeOf with X.BYTES. by Tobias Thierer · 6 years ago
  19. 17de681 Pass the Java caller's location to Runtime.nativeLoad. by Nicolas Geoffray · 6 years ago
  20. 4ecb71f UNIXProcess_md.c: do not retry EINTR failed close() calls by Nick Kralevich · 6 years ago
  21. 9900054 Remove core-simple and other unnecessary things by Neil Fuller · 6 years ago
  22. f2f73c9 Update Javadoc for Conscrypt-based classes by Adam Vartanian · 6 years ago
  23. 9684d3f Merge "Move JniConstants from libnativehelper to libcore" by Orion Hodson · 6 years ago
  24. e2fffc7 FIONREAD is not supported on Fuchsia fds. by Doug Horn · 6 years ago
  25. 2d2ca61 LinkedHashMap spliterators: Fix documentation for API 24-25 bug workaround. by Tobias Thierer · 6 years ago
  26. 1e986d8 Merge changes I999a93cc,Ib0c2b298 by Tobias Thierer · 6 years ago
  27. ef10628 Merge "Use LinuxFileSystemProvider on Fuchsia." by Doug Horn · 6 years ago
  28. 7bf3e43 Merge "Do not use mincore() on Fuchsia." by Doug Horn · 6 years ago
  29. 723a7ae Integrate OpenJDK 12 commits to drop use of readdir_r. by Tobias Thierer · 6 years ago
  30. 0f5b5c2 Do not use mincore() on Fuchsia. by Doug Horn · 6 years ago
  31. 50576da Use LinuxFileSystemProvider on Fuchsia. by Doug Horn · 6 years ago
  32. b4179e2 Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts. by Tobias Thierer · 6 years ago
  33. 486ccfa More reachability refinements by Hans Boehm · 7 years ago
  34. 17bc2ed Move JniConstants from libnativehelper to libcore by Orion Hodson · 6 years ago
  35. 3e8fa50 Merge "Verify SimpleDateFormat.java against 8u121-b13 (part 3)" by Treehugger Robot · 6 years ago
  36. e142ad2 Merge "Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress)" by Treehugger Robot · 6 years ago
  37. a19714b Verify SimpleDateFormat.java against 8u121-b13 (part 3) by Nikita Iashchenko · 6 years ago
  38. 1552e10 Merge "Refactor InetAddress.parseNumericAddress/isNumeric" by Paul Duffin · 6 years ago
  39. d6260c8 Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress) by Paul Duffin · 6 years ago
  40. c4c5226 use epoll_create1 by Nick Kralevich · 6 years ago
  41. a4df237 Refactor InetAddress.parseNumericAddress/isNumeric by Paul Duffin · 6 years ago
  42. 7d8e578 Merge "Verify NARROW_FORMAT integration to SimpleDataFormat.java against 8u121-b13 (part 2)" by Treehugger Robot · 6 years ago
  43. dffb755 Verify NARROW_FORMAT integration to SimpleDataFormat.java against 8u121-b13 (part 2) by Nikita Iashchenko · 6 years ago
  44. 1ab882b Adjust NativeAllocationRegistry for new accounting by Hans Boehm · 6 years ago
  45. 452ceea Merge "Verify java.text.SimpleDateFormat against 8u121-b13 (part 1)" by Treehugger Robot · 6 years ago
  46. 5a2c0fc Verify java.text.SimpleDateFormat against 8u121-b13 (part 1) by Nikita Iashchenko · 6 years ago
  47. af5da18 Move final timezone classes to libcore.timezone by Neil Fuller · 6 years ago
  48. 4b97481 Fix Android change markers by Nikita Iashchenko · 6 years ago
  49. b87e208 Merge "Verify java.text.DecimalFormat against 8u121-b13" by Treehugger Robot · 6 years ago
  50. 75df735 Verify java.text.DecimalFormat against 8u121-b13 by Nikita Iashchenko · 6 years ago
  51. e9cc931 Further minor patches for Fuchsia libcore support. by Doug Horn · 6 years ago
  52. 6064789 Merge "Introduce TzDataSetVersion class" by Neil Fuller · 6 years ago
  53. e784ef2 Introduce TzDataSetVersion class by Neil Fuller · 6 years ago
  54. a242673 Initial libcore fuchsia support. by Doug Horn · 6 years ago
  55. 8e83482e Merge "Add ALPN methods from OpenJDK 9" by Adam Vartanian · 6 years ago
  56. 9a4090b Add ALPN methods from OpenJDK 9 by Adam Vartanian · 6 years ago
  57. 137ac02 Revert "Revert "Revert^2 "Use the runtime's implementation for park/unpark""" by Charles Munger · 6 years ago
  58. 782e160 Revert "Revert^2 "Use the runtime's implementation for park/unpark"" by Nicolas Geoffray · 6 years ago
  59. 5de81a5 Revert "Revert "Add support for fdsan to the builtin SocketImpls."" by Josh Gao · 6 years ago
  60. 080525b Revert^2 "Use the runtime's implementation for park/unpark" by Charles Munger · 6 years ago
  61. 02f0f216 Revert "Use the runtime's implementation for park/unpark" by Filip Pavlis · 6 years ago
  62. f62e812 Use the runtime's implementation for park/unpark by Charles Munger · 6 years ago
  63. d46b34d Verify sun.util.locale.provider.CalendarDataUtility by Nikita Iashchenko · 6 years ago
  64. 6e00db5 Move mmodule annotations to annotations dir by Neil Fuller · 6 years ago
  65. 31b940e Merge "Verify java.lang.Character against 8u121-b13" am: 024f3aec5b by Nikita Iashchenko · 6 years ago
  66. 5f2cae1 Verify java.lang.Character against 8u121-b13 by Nikita Iashchenko · 6 years ago
  67. fb08186 Merge "Documentation: Expand Android P's dessert name." am: 7391fd5fea by Tobias Thierer · 6 years ago
  68. 7391fd5 Merge "Documentation: Expand Android P's dessert name." by Treehugger Robot · 6 years ago
  69. 1644b6e Merge "UnixProcess: Improve error message for generic/unknown error codes." by Nikita Iashchenko · 6 years ago
  70. 214e99a Documentation: Expand Android P's dessert name. by Tobias Thierer · 6 years ago
  71. 60d0167 UnixProcess: Improve error message for generic/unknown error codes. by Nikita Iashchenko · 6 years ago
  72. b10da85 Merge "Avoid constructor with non-API class" am: eaa882d87c by Neil Fuller · 6 years ago
  73. 3513bab Avoid constructor with non-API class by Neil Fuller · 6 years ago
  74. cfc968f Merge "Add randomLongInternal() to the @CorePlatformApi" am: ec9c9993f7 by Neil Fuller · 6 years ago
  75. e950422 Add randomLongInternal() to the @CorePlatformApi by Neil Fuller · 6 years ago
  76. 5554e23 Merge "Revert "Fix for Character.getName throwing NPE."" am: 0d5fe9d1a0 by Tobias Thierer · 6 years ago
  77. bb8ecf8 Revert "Fix for Character.getName throwing NPE." by Tobias Thierer · 6 years ago
  78. a88b474 Merge "More @CorePlatformApi annotations for libcore" am: 177f778b59 by Neil Fuller · 6 years ago
  79. 9fce4a8 More @CorePlatformApi annotations for libcore by Neil Fuller · 6 years ago
  80. 9c887b1 Merge "Dependencies needed by CTS tests" am: e2d42e916e by Neil Fuller · 6 years ago
  81. e2d42e9 Merge "Dependencies needed by CTS tests" by Treehugger Robot · 6 years ago
  82. 2afe35f Dependencies needed by CTS tests by Neil Fuller · 6 years ago
  83. 3fb20c0 Merge "Revert "Add support for fdsan to the builtin SocketImpls."" by Josh Gao · 6 years ago
  84. b7b839c Merge "Revert "Add support for fdsan to the builtin SocketImpls."" by Josh Gao · 6 years ago
  85. 8169140 Revert "Add support for fdsan to the builtin SocketImpls." by Josh Gao · 6 years ago
  86. 4b164f6 Merge "Tag assorted CorePlatformApi APIs (2)" am: 3414102914 by Neil Fuller · 6 years ago
  87. 922afa0 Merge "Tag assorted CorePlatformApi APIs" am: f97a27d977 by Neil Fuller · 6 years ago
  88. 0df7056 Tag assorted CorePlatformApi APIs (2) by Neil Fuller · 6 years ago
  89. 1a6015c Tag assorted CorePlatformApi APIs by Neil Fuller · 6 years ago
  90. 0d8215d Merge "Add intra-core API required by conscrypt" am: e2e4f47c4d by Neil Fuller · 6 years ago
  91. be9258e Add intra-core API required by conscrypt by Neil Fuller · 6 years ago
  92. 4216ad1 Merge "Disable vfork under HWASan (same as ASan)." am: 45ebca933b by Evgenii Stepanov · 6 years ago
  93. 45ebca9 Merge "Disable vfork under HWASan (same as ASan)." by Evgenii Stepanov · 6 years ago
  94. 7aa614f Merge "Add support for fdsan to the builtin SocketImpls." am: 0da566a277 by Josh Gao · 6 years ago
  95. 0da566a Merge "Add support for fdsan to the builtin SocketImpls." by Josh Gao · 6 years ago
  96. f8cc6b3 Add support for fdsan to the builtin SocketImpls. by Josh Gao · 6 years ago
  97. 7bfa8d5a Merge "Verify StackTraceElement against OpenJDK 8u121-b13." am: 3ce71e69f5 by Tobias Thierer · 6 years ago
  98. 3ce71e6 Merge "Verify StackTraceElement against OpenJDK 8u121-b13." by Tobias Thierer · 6 years ago
  99. b161d9f Verify StackTraceElement against OpenJDK 8u121-b13. by Tobias Thierer · 6 years ago
  100. f1d17cc Merge "Verify Enum against upstream OpenJDK 8u121-b13." am: 038918927c by Paul Duffin · 6 years ago