1. cf20449 Merge "Remove @UnsupportedAppUsage from whitelist methods" by David Brazdil · 6 years ago
  2. 9b4891c Remove @UnsupportedAppUsage from whitelist methods by David Brazdil · 6 years ago
  3. 5e1f961 Merge "Add HashMap.EntryIterator.next() to greylist" by David Brazdil · 6 years ago
  4. 49c9df4 Add HashMap.EntryIterator.next() to greylist by Paul Duffin · 6 years ago
  5. b3b3c65 Merge "Add *Buffer covariant method overloads." by Tobias Thierer · 6 years ago
  6. 522a3fd Merge "Remove hardcoded os.name property." by Doug Horn · 6 years ago
  7. 302dc0b Remove hardcoded os.name property. by Doug Horn · 6 years ago
  8. 5a8f602 Merge "Revert "Revert "Add support for fdsan to the builtin SocketImpls.""" by Josh Gao · 6 years ago
  9. d708f23 Add *Buffer covariant method overloads. by Tobias Thierer · 6 years ago
  10. f100727 Merge "FIONREAD is not supported on Fuchsia fds." by Doug Horn · 6 years ago
  11. 229d4b2 Replace use of libcore.io.SizeOf with X.BYTES. by Tobias Thierer · 6 years ago
  12. 17de681 Pass the Java caller's location to Runtime.nativeLoad. by Nicolas Geoffray · 6 years ago
  13. 4ecb71f UNIXProcess_md.c: do not retry EINTR failed close() calls by Nick Kralevich · 6 years ago
  14. 9900054 Remove core-simple and other unnecessary things by Neil Fuller · 6 years ago
  15. f2f73c9 Update Javadoc for Conscrypt-based classes by Adam Vartanian · 6 years ago
  16. 9684d3f Merge "Move JniConstants from libnativehelper to libcore" by Orion Hodson · 6 years ago
  17. e2fffc7 FIONREAD is not supported on Fuchsia fds. by Doug Horn · 6 years ago
  18. 2d2ca61 LinkedHashMap spliterators: Fix documentation for API 24-25 bug workaround. by Tobias Thierer · 6 years ago
  19. 1e986d8 Merge changes I999a93cc,Ib0c2b298 by Tobias Thierer · 6 years ago
  20. ef10628 Merge "Use LinuxFileSystemProvider on Fuchsia." by Doug Horn · 6 years ago
  21. 7bf3e43 Merge "Do not use mincore() on Fuchsia." by Doug Horn · 6 years ago
  22. 723a7ae Integrate OpenJDK 12 commits to drop use of readdir_r. by Tobias Thierer · 6 years ago
  23. 0f5b5c2 Do not use mincore() on Fuchsia. by Doug Horn · 6 years ago
  24. 50576da Use LinuxFileSystemProvider on Fuchsia. by Doug Horn · 6 years ago
  25. b4179e2 Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts. by Tobias Thierer · 6 years ago
  26. 486ccfa More reachability refinements by Hans Boehm · 6 years ago
  27. 17bc2ed Move JniConstants from libnativehelper to libcore by Orion Hodson · 6 years ago
  28. 3e8fa50 Merge "Verify SimpleDateFormat.java against 8u121-b13 (part 3)" by Treehugger Robot · 6 years ago
  29. e142ad2 Merge "Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress)" by Treehugger Robot · 6 years ago
  30. a19714b Verify SimpleDateFormat.java against 8u121-b13 (part 3) by Nikita Iashchenko · 6 years ago
  31. 5000628 Merge "Blacklist InetAddress.parseNumericAddress for Q" by Paul Duffin · 6 years ago
  32. 1552e10 Merge "Refactor InetAddress.parseNumericAddress/isNumeric" by Paul Duffin · 6 years ago
  33. d6260c8 Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress) by Paul Duffin · 6 years ago
  34. c4c5226 use epoll_create1 by Nick Kralevich · 6 years ago
  35. 666915b Blacklist InetAddress.parseNumericAddress for Q by Paul Duffin · 6 years ago
  36. a4df237 Refactor InetAddress.parseNumericAddress/isNumeric by Paul Duffin · 6 years ago
  37. 7d8e578 Merge "Verify NARROW_FORMAT integration to SimpleDataFormat.java against 8u121-b13 (part 2)" by Treehugger Robot · 6 years ago
  38. dffb755 Verify NARROW_FORMAT integration to SimpleDataFormat.java against 8u121-b13 (part 2) by Nikita Iashchenko · 6 years ago
  39. f47d9b9 Merge "Remove unnecessary constants and improve JavaDoc" by Paul Duffin · 6 years ago
  40. 89f3f67 Merge "Adjust NativeAllocationRegistry for new accounting" by Hans Boehm · 6 years ago
  41. b46216a Remove unnecessary constants and improve JavaDoc by Paul Duffin · 6 years ago
  42. d846c53 Merge "Add hiddenapi entries from bugbot scrape of bug reports" by Paul Duffin · 6 years ago
  43. 5c20506 Remove InetAddress from intra core api by Paul Duffin · 6 years ago
  44. 1ab882b Adjust NativeAllocationRegistry for new accounting by Hans Boehm · 6 years ago
  45. 18f0441 Add hiddenapi entries from bugbot scrape of bug reports by Paul Duffin · 6 years ago
  46. e3222b5 Merge "Blacklist primitive wrapper class value fields for Q and above" by Paul Duffin · 6 years ago
  47. 452ceea Merge "Verify java.text.SimpleDateFormat against 8u121-b13 (part 1)" by Treehugger Robot · 6 years ago
  48. 5a2c0fc Verify java.text.SimpleDateFormat against 8u121-b13 (part 1) by Nikita Iashchenko · 6 years ago
  49. 25ed3ac Blacklist SSL(Server)?SocketFactory default fields in Q and above by Paul Duffin · 6 years ago
  50. 7a9cf73 Blacklist primitive wrapper class value fields for Q and above by Paul Duffin · 6 years ago
  51. 8c2b207 Add stubs for remaining libcore classes in hiddenapi by Paul Duffin · 6 years ago
  52. af5da18 Move final timezone classes to libcore.timezone by Neil Fuller · 6 years ago
  53. 4b97481 Fix Android change markers by Nikita Iashchenko · 6 years ago
  54. b87e208 Merge "Verify java.text.DecimalFormat against 8u121-b13" by Treehugger Robot · 6 years ago
  55. 75df735 Verify java.text.DecimalFormat against 8u121-b13 by Nikita Iashchenko · 6 years ago
  56. e9cc931 Further minor patches for Fuchsia libcore support. by Doug Horn · 6 years ago
  57. 8309e14 Add nullability annotations for ConcurrentHashMap. by Pete Gillin · 6 years ago
  58. 6064789 Merge "Introduce TzDataSetVersion class" by Neil Fuller · 6 years ago
  59. e784ef2 Introduce TzDataSetVersion class by Neil Fuller · 6 years ago
  60. 58d8b7b Merge "Initial libcore fuchsia support." by Doug Horn · 6 years ago
  61. a242673 Initial libcore fuchsia support. by Doug Horn · 6 years ago
  62. d260231 Merge "Add nullability annotations for static utils in java.util." by Treehugger Robot · 6 years ago
  63. 60413fe Merge "Add nullability annotations for some Map types." by Treehugger Robot · 6 years ago
  64. 57a5047 Add nullability annotations for some Map types. by Pete Gillin · 6 years ago
  65. 5b55a65 Add nullability annotations for static utils in java.util. by Pete Gillin · 6 years ago
  66. 8e83482e Merge "Add ALPN methods from OpenJDK 9" by Adam Vartanian · 6 years ago
  67. c46518a Add nullability annotations to several Collection types. by Pete Gillin · 6 years ago
  68. 9a4090b Add ALPN methods from OpenJDK 9 by Adam Vartanian · 6 years ago
  69. 5c44929 Merge "Add nullability annotations for j.u.regex.Matcher and Pattern." by Treehugger Robot · 6 years ago
  70. 8916edf Merge "Add nullability annotations to some j.u.Locale and Calendar." by Treehugger Robot · 6 years ago
  71. c6ef375 Merge "Revert "Revert "Revert^2 "Use the runtime's implementation for park/unpark"""" by Treehugger Robot · 6 years ago
  72. ea483b9 Merge "Add nullability annotations for java.logging.Level and Logger." by Treehugger Robot · 6 years ago
  73. 137ac02 Revert "Revert "Revert^2 "Use the runtime's implementation for park/unpark""" by Charles Munger · 6 years ago
  74. 78b87ad Merge "Add stubs for sun... classes for hiddenapi" by Treehugger Robot · 6 years ago
  75. 45d3386 Add nullability annotations for java.logging.Level and Logger. by Pete Gillin · 6 years ago
  76. d05eb8d Add nullability annotations for j.u.regex.Matcher and Pattern. by Pete Gillin · 6 years ago
  77. 802285f Add nullability annotations to java.security.MessageDigest. by Pete Gillin · 6 years ago
  78. 09e9a64 Add nullability annotations to some j.u.Locale and Calendar. by Pete Gillin · 6 years ago
  79. 54a2da7 Merge "Revert "Revert^2 "Use the runtime's implementation for park/unpark""" by Nicolas Geoffray · 6 years ago
  80. 782e160 Revert "Revert^2 "Use the runtime's implementation for park/unpark"" by Nicolas Geoffray · 6 years ago
  81. 6af548f Add stubs for sun... classes for hiddenapi by Paul Duffin · 6 years ago
  82. 5de81a5 Revert "Revert "Add support for fdsan to the builtin SocketImpls."" by Josh Gao · 6 years ago
  83. 080525b Revert^2 "Use the runtime's implementation for park/unpark" by Charles Munger · 6 years ago
  84. 02f0f216 Revert "Use the runtime's implementation for park/unpark" by Filip Pavlis · 6 years ago
  85. 7bb8d23 Add stubs for hiddenapi by Paul Duffin · 6 years ago
  86. f62e812 Use the runtime's implementation for park/unpark by Charles Munger · 6 years ago
  87. 6befbda Merge "Verify sun.util.locale.provider.CalendarDataUtility" by Treehugger Robot · 6 years ago
  88. dba00a2 Merge "Add missing nullability annotations to java.lang." by Treehugger Robot · 6 years ago
  89. 00456f7 Merge "Add nullability annotations to some java.io and nio classes." by Pete Gillin · 6 years ago
  90. eebf64b Merge "Add nullability annotations to j.t.DateFormat and NumberFormat." by Pete Gillin · 6 years ago
  91. d46b34d Verify sun.util.locale.provider.CalendarDataUtility by Nikita Iashchenko · 6 years ago
  92. 2f2007a Merge "Add nullability annotations for j.l.Throwable." by Treehugger Robot · 6 years ago
  93. 3bc6ca4 Add nullability annotations to j.t.DateFormat and NumberFormat. by Pete Gillin · 6 years ago
  94. d1eec25 Add nullability annotations to some java.io and nio classes. by Pete Gillin · 6 years ago
  95. 3f5914c Add nullability annotations for j.l.Throwable. by Pete Gillin · 6 years ago
  96. 2491f0e Merge "Add missing nullability annotations to java.lang.reflect." by Pete Gillin · 6 years ago
  97. d13ceee Merge "Move mmodule annotations to annotations dir" by Neil Fuller · 6 years ago
  98. a0c3d35 Add missing nullability annotations to java.lang.reflect. by Pete Gillin · 6 years ago
  99. 8cd123a Merge "Fix some nullability annotations on Map.Entry." by Treehugger Robot · 6 years ago
  100. 6e00db5 Move mmodule annotations to annotations dir by Neil Fuller · 6 years ago