1. 5e1f961 Merge "Add HashMap.EntryIterator.next() to greylist" by David Brazdil · 6 years ago
  2. 49c9df4 Add HashMap.EntryIterator.next() to greylist by Paul Duffin · 6 years ago
  3. bc59463 Merge "Add test coverage for URLConnection.getFileNameMap()." by Tobias Thierer · 6 years ago
  4. 4990b37 Add test coverage for URLConnection.getFileNameMap(). by Tobias Thierer · 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. 2fa3a68 Merge "InMemDexCL: Add test with non-zero buffer position" by David Brazdil · 6 years ago
  11. 154c82b4 InMemDexCL: Add test with non-zero buffer position by David Brazdil · 6 years ago
  12. af8b6bd Merge "Cleanup some support test classes" by Paul Duffin · 6 years ago
  13. f100727 Merge "FIONREAD is not supported on Fuchsia fds." by Doug Horn · 6 years ago
  14. 6e8778e Cleanup some support test classes by Paul Duffin · 6 years ago
  15. ebd71c3 Merge "Compile core.platform.api.stubs with compile_dex:true" by David Brazdil · 6 years ago
  16. 58e7f11 Merge "Mark networking constants as public API" by Remi NGUYEN VAN · 6 years ago
  17. f2be4e4 Merge changes from topic "bug123174577_drop_SizeOf" by Treehugger Robot · 6 years ago
  18. c17d88b Mark networking constants as public API by Remi NGUYEN VAN · 6 years ago
  19. e10d81a Drop unused API libcore.io.SizeOf. by Tobias Thierer · 6 years ago
  20. 9605b18 DirectXBufferTest: Replace int literals with X.BYTES constants. by Tobias Thierer · 6 years ago
  21. 229d4b2 Replace use of libcore.io.SizeOf with X.BYTES. by Tobias Thierer · 6 years ago
  22. c2bd422 Compile core.platform.api.stubs with compile_dex:true by David Brazdil · 6 years ago
  23. db059eb Merge "Update signature files to the new format" by Tor Norbye · 6 years ago
  24. 47108fc Merge "Pass the Java caller's location to Runtime.nativeLoad." by Nicolas Geoffray · 6 years ago
  25. 45c2188 Update signature files to the new format by Tor Norbye · 6 years ago
  26. 621c0ba Merge "Add test for CDD 3.5 [C-0-9]" by Treehugger Robot · 6 years ago
  27. 17de681 Pass the Java caller's location to Runtime.nativeLoad. by Nicolas Geoffray · 6 years ago
  28. d35916b Add test for CDD 3.5 [C-0-9] by Adam Vartanian · 6 years ago
  29. 95bc738 Merge "Test LinkedHashMap.removeEldestEntry() implementation that modifies underlying map" by Treehugger Robot · 6 years ago
  30. b00f380 Test LinkedHashMap.removeEldestEntry() implementation that modifies underlying map by Nikita Iashchenko · 6 years ago
  31. b727124 Merge "UNIXProcess_md.c: do not retry EINTR failed close() calls" by Treehugger Robot · 6 years ago
  32. 4ecb71f UNIXProcess_md.c: do not retry EINTR failed close() calls by Nick Kralevich · 6 years ago
  33. 7ef1a48 Merge "Remove core-simple and other unnecessary things" by Neil Fuller · 6 years ago
  34. fdaaed4 Merge "Update tests for TLS 1.3 by default" by Treehugger Robot · 6 years ago
  35. 9900054 Remove core-simple and other unnecessary things by Neil Fuller · 6 years ago
  36. d7e7f44 Update tests for TLS 1.3 by default by Adam Vartanian · 6 years ago
  37. 9cf3051 Merge changes I92be8a46,I7a3b449f by Tobias Thierer · 6 years ago
  38. e613f82 Merge "Fix MimeUtils.guessExtensionFromMimeType() for non-lowercase mimeType." by Tobias Thierer · 6 years ago
  39. d7bcad1 MimeTypes: Change Locale for lowercase from US to ROOT. by Tobias Thierer · 6 years ago
  40. f79fba8 Extract helper methods canonicalize() and allowedInMap(). by Tobias Thierer · 6 years ago
  41. c10489b Fix MimeUtils.guessExtensionFromMimeType() for non-lowercase mimeType. by Tobias Thierer · 6 years ago
  42. 26fe27b Merge "Update Javadoc for Conscrypt-based classes" by Adam Vartanian · 6 years ago
  43. 9e80aff Merge "Track movement of ICU .dat file" by Neil Fuller · 6 years ago
  44. f2f73c9 Update Javadoc for Conscrypt-based classes by Adam Vartanian · 6 years ago
  45. 9684d3f Merge "Move JniConstants from libnativehelper to libcore" by Orion Hodson · 6 years ago
  46. e2fffc7 FIONREAD is not supported on Fuchsia fds. by Doug Horn · 6 years ago
  47. 3457dcd Merge "Revert "Work around preopt causing test failure."" by Treehugger Robot · 6 years ago
  48. 6b289cd9 Merge "LinkedHashMap spliterators: Fix documentation for API 24-25 bug workaround." by Tobias Thierer · 6 years ago
  49. abb4187 Revert "Work around preopt causing test failure." by Tobias Thierer · 6 years ago
  50. 2d2ca61 LinkedHashMap spliterators: Fix documentation for API 24-25 bug workaround. by Tobias Thierer · 6 years ago
  51. 0fc5685 Track movement of ICU .dat file by Neil Fuller · 6 years ago
  52. c3ae1ff Merge "Revert "Temporary workaround for b/122369337"" by Neil Fuller · 6 years ago
  53. 9ad0887 Merge "Add time zone version tests" by Neil Fuller · 6 years ago
  54. 8fc20d16 Add time zone version tests by Neil Fuller · 6 years ago
  55. b3f323d Revert "Temporary workaround for b/122369337" by Neil Fuller · 6 years ago
  56. 1e986d8 Merge changes I999a93cc,Ib0c2b298 by Tobias Thierer · 6 years ago
  57. ef10628 Merge "Use LinuxFileSystemProvider on Fuchsia." by Doug Horn · 6 years ago
  58. 7bf3e43 Merge "Do not use mincore() on Fuchsia." by Doug Horn · 6 years ago
  59. c727110 libopenjdk: Drop obsolete -W-no-deprecated-declarations. by Tobias Thierer · 6 years ago
  60. 723a7ae Integrate OpenJDK 12 commits to drop use of readdir_r. by Tobias Thierer · 6 years ago
  61. 11f350d Merge "Use patch_module in core.platform.api.stubs." by Jaewoong Jung · 6 years ago
  62. 4073dcc Merge "Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts." by Tobias Thierer · 6 years ago
  63. e4f46d9 Merge "Refactor/tweak FileSystemsTest." by Tobias Thierer · 6 years ago
  64. 40fade8 Merge "Temporary workaround for b/122369337" by Hans Boehm · 6 years ago
  65. 8ff6be0 Temporary workaround for b/122369337 by Hans Boehm · 6 years ago
  66. 0f5b5c2 Do not use mincore() on Fuchsia. by Doug Horn · 6 years ago
  67. 3fdd370 Refactor/tweak FileSystemsTest. by Tobias Thierer · 6 years ago
  68. 50576da Use LinuxFileSystemProvider on Fuchsia. by Doug Horn · 6 years ago
  69. 36d7784 Merge "Work around preopt causing test failure." by Treehugger Robot · 6 years ago
  70. a3a8662 Merge "Sync ART host with device dir structure / add test" by Neil Fuller · 6 years ago
  71. b4179e2 Fix Inet6AddressImpl.lookupAllHostAddr() to accept [] in IPv6 hosts. by Tobias Thierer · 6 years ago
  72. d8afb67 Work around preopt causing test failure. by Tobias Thierer · 6 years ago
  73. 6ad63a6 Merge "[automerger skipped] Merge "Fix libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight" into pie-cts-dev am: fc7b371715 -s ours am skip reason: SHA1 fc7b371715 skipped by user tobiast" by Android Merger · 6 years ago
  74. 451eab4 [automerger skipped] Merge "Fix libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight" into pie-cts-dev by Tobias Thierer · 6 years ago
  75. fc7b371 Merge "Fix libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight" into pie-cts-dev by Treehugger Robot · 6 years ago
  76. 80ef7bc Merge "DateIntervalFormatTest: Move 2017-2018 timestamps to 2006-2007." by Treehugger Robot · 6 years ago
  77. c8bab99 Fix libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight by Tobias Thierer · 6 years ago
  78. dcf6813 Merge "Tweak libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight" by Tobias Thierer · 6 years ago
  79. b8fca00 DateIntervalFormatTest: Move 2017-2018 timestamps to 2006-2007. by Tobias Thierer · 6 years ago
  80. 6027632 Merge "Fix libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight" by Tobias Thierer · 6 years ago
  81. 3b8c055 Sync ART host with device dir structure / add test by Neil Fuller · 6 years ago
  82. a819e9f Tweak libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight by Tobias Thierer · 6 years ago
  83. 323d47b Merge "Whitelist libcore to build against libicuuc and libicui18n directly" by Treehugger Robot · 6 years ago
  84. 8c0a88c Merge "More reachability refinements" by Hans Boehm · 6 years ago
  85. cd3406d Fix libcore.libcore.icu.DateIntervalFormatTest#testEndAtMidnight by Tobias Thierer · 6 years ago
  86. 486ccfa More reachability refinements by Hans Boehm · 7 years ago
  87. 57be11d Merge "Disable DateIntervalFormatTest#testEndAtMidnight" by Treehugger Robot · 6 years ago
  88. e05511a Whitelist libcore to build against libicuuc and libicui18n directly by Victor Chang · 6 years ago
  89. 3a7824e Disable DateIntervalFormatTest#testEndAtMidnight by Orion Hodson · 6 years ago
  90. 0c5e8dc Merge "Deprecate android.system.Os.setuid and the likes" by Treehugger Robot · 6 years ago
  91. 6b82813 Merge "create_test_jar.sh, loading-test{,2}-jar.sh: Migrate dx -> d8" by Treehugger Robot · 6 years ago
  92. 82176ef create_test_jar.sh, loading-test{,2}-jar.sh: Migrate dx -> d8 by Tobias Thierer · 6 years ago
  93. 17bc2ed Move JniConstants from libnativehelper to libcore by Orion Hodson · 6 years ago
  94. 3e8fa50 Merge "Verify SimpleDateFormat.java against 8u121-b13 (part 3)" by Treehugger Robot · 6 years ago
  95. e142ad2 Merge "Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress)" by Treehugger Robot · 6 years ago
  96. a19714b Verify SimpleDateFormat.java against 8u121-b13 (part 3) by Nikita Iashchenko · 6 years ago
  97. 5000628 Merge "Blacklist InetAddress.parseNumericAddress for Q" by Paul Duffin · 6 years ago
  98. 1552e10 Merge "Refactor InetAddress.parseNumericAddress/isNumeric" by Paul Duffin · 6 years ago
  99. d6260c8 Remove InetAddressUtils.disallowDeprecatedFormats(InetAddress) by Paul Duffin · 6 years ago
  100. 9251ef5 Merge "use epoll_create1" by Treehugger Robot · 6 years ago