1. 8414aee Merge "add .m2ts to video/mp2ts mimetype for Android" by Tobias Thierer · 5 years ago
  2. 557d1f6 add .m2ts to video/mp2ts mimetype for Android by Iris Chang · 5 years ago
  3. ada2a5d Merge "Further clarify failure message." by Treehugger Robot · 5 years ago
  4. 0859362 Merge "Code cleanup for HexEncoding" by Treehugger Robot · 5 years ago
  5. 722aaaf Code cleanup for HexEncoding by Neil Fuller · 5 years ago
  6. c76cc00 Merge "Add decode() overload to the CorePlatformAPI" by Neil Fuller · 5 years ago
  7. 9a34332 Merge "Simplify HttpURLConnectionTest.readAscii()." by Tobias Thierer · 5 years ago
  8. cd22105 Add decode() overload to the CorePlatformAPI by Neil Fuller · 5 years ago
  9. 47b6180 Merge "HttpURLConnection: Add test coverage for concurrent disconnect." by Tobias Thierer · 5 years ago
  10. 177a6aa Simplify HttpURLConnectionTest.readAscii(). by Tobias Thierer · 5 years ago
  11. 16bee58 HttpURLConnection: Add test coverage for concurrent disconnect. by Tobias Thierer · 5 years ago
  12. 421d147 Merge "Ensure serialVersionUID computation for Throwable subclass is stable" by Paul Duffin · 5 years ago
  13. 746fbb1 Ensure serialVersionUID computation for Throwable subclass is stable by Paul Duffin · 6 years ago
  14. 25f847d Merge "Track zic 2019a update in system/timezone" by Neil Fuller · 5 years ago
  15. aa9cfc5 Further clarify failure message. by Tobias Thierer · 5 years ago
  16. edbbd59 Merge "Expose rethrow* methods in the public SDK API" by Neil Fuller · 5 years ago
  17. 5274cf8 Track zic 2019a update in system/timezone by Neil Fuller · 5 years ago
  18. 4be8b6e Merge "Fix Os.getDefault() BlockGuard test." by Treehugger Robot · 5 years ago
  19. 7c26580 Merge "Clarify InetAddressTest failure message." by Pete Bentley · 5 years ago
  20. 6baceea Clarify InetAddressTest failure message. by Pete Bentley · 5 years ago
  21. 64c393f Merge "Remove some usages of IoUtil methods" by Neil Fuller · 5 years ago
  22. d63ef2e Fix Os.getDefault() BlockGuard test. by Tobias Thierer · 5 years ago
  23. 0e15a16 Merge "Add behavior to libcore.util.HexEncoding" by Neil Fuller · 5 years ago
  24. ea112e6 Merge "Fix Date.toString() behavior / tidy up comments" by Neil Fuller · 5 years ago
  25. 8ef2e2d Remove some usages of IoUtil methods by Neil Fuller · 5 years ago
  26. 93d2da3 Fix Date.toString() behavior / tidy up comments by Neil Fuller · 6 years ago
  27. 86558b3 Add behavior to libcore.util.HexEncoding by Neil Fuller · 5 years ago
  28. 5c92f34 Expose rethrow* methods in the public SDK API by Neil Fuller · 5 years ago
  29. 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
  30. 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
  31. 4e17e5f Merge "OsTest: Only test sendfile() API, not separately the implementation method." by Treehugger Robot · 5 years ago
  32. be1b02d Merge "OsTest: Manually fix up formatting." by Treehugger Robot · 5 years ago
  33. 412d64a Merge "OsTest: Reformat according to 4-space indent "AndroidStyle 4"." by Treehugger Robot · 5 years ago
  34. e0c5f11 Merge "Test android.system.Os instead of libcore.io.Libcore.os" by Treehugger Robot · 5 years ago
  35. 2bb86cc OsTest: Only test sendfile() API, not separately the implementation method. by Tobias Thierer · 5 years ago
  36. e5ad33e OsTest: Manually fix up formatting. by Tobias Thierer · 5 years ago
  37. aff8fab OsTest: Reformat according to 4-space indent "AndroidStyle 4". by Tobias Thierer · 5 years ago
  38. 62db047 Test android.system.Os instead of libcore.io.Libcore.os by Tobias Thierer · 5 years ago
  39. fbd9b73 Tweak testCloseDuringConnect by Neil Fuller · 5 years ago
  40. e039e33 Merge "ErrnoException: Add test coverage." by Treehugger Robot · 5 years ago
  41. 4cc559a Merge changes from topics "sockopttimeval_2", "sockopttimeval_1" by Neil Fuller · 5 years ago
  42. 32da806 ErrnoException: Add test coverage. by Tobias Thierer · 5 years ago
  43. 3d162d8 Merge "Unhide ICMP echo constants." by Lorenzo Colitti · 5 years ago
  44. f15b6b5 Add tests for CipherSpi.updateAAD() and SSLEngine(String, int) by Adam Vartanian · 5 years ago
  45. b4f9c18 Make Os.get/setSockOptTimeVal() public by Neil Fuller · 5 years ago
  46. 718aaa5 Add tests for sockoptTimeVal functions by Neil Fuller · 5 years ago
  47. 91a58c8 Unhide ICMP echo constants. by Lorenzo Colitti · 5 years ago
  48. 24120d2 Remove NativeAllocationRegistry.Allocator by Hans Boehm · 5 years ago
  49. c850021 Merge "Fix Os.inet_pton for IPv6." by Pete Bentley · 5 years ago
  50. 1e636e5 Fix android.text.format.Time behavior by Neil Fuller · 5 years ago
  51. 262316f Fix Os.inet_pton for IPv6. by Pete Bentley · 5 years ago
  52. 7ef5542 Add a test for behavior around Integer.MAX_VALUE by Neil Fuller · 5 years ago
  53. f99d8a5 Change behavior for times < first transition by Neil Fuller · 5 years ago
  54. 24d3cb9 Merge "Move AsynchronousCloseMonitor to its own library." by Pete Bentley · 5 years ago
  55. 7649ea1 Merge "Refactor ZoneInfoTest to use java.time types" by Neil Fuller · 5 years ago
  56. 6811e8e Merge "Refactor/add tests for ObjectStreamClass computeDefaultSUID" by Paul Duffin · 5 years ago
  57. c2d7164 Move AsynchronousCloseMonitor to its own library. by Pete Bentley · 5 years ago
  58. 21fe62c Refactor ZoneInfoTest to use java.time types by Neil Fuller · 5 years ago
  59. 6e994a2 Merge changes I1d36c13e,Ia8d00990 by Lorenzo Colitti · 5 years ago
  60. 4c16d95 Don't crash when passing null destinations to bind, connect, and sendto by Lorenzo Colitti · 5 years ago
  61. 7fdf227 Add tests for passing null to bind, sendto and connect. by Lorenzo Colitti · 5 years ago
  62. 7c8e7e3 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 5 years ago
  63. 1995494 Merge "Add JUnit 4 TestRule for running tests with a specific target SDK" by Treehugger Robot · 5 years ago
  64. bf66209 Refactor/add tests for ObjectStreamClass computeDefaultSUID by Paul Duffin · 6 years ago
  65. 4ba1453 Add JUnit 4 TestRule for running tests with a specific target SDK by Paul Duffin · 5 years ago
  66. e35b7d3 Merge "Load in-memory dex into a single DexFile/Element object" by David Brazdil · 5 years ago
  67. 05c537e Fix Automated API Review issues. by paulhu · 5 years ago
  68. be49683 Load in-memory dex into a single DexFile/Element object by David Brazdil · 5 years ago
  69. 1362cac Merge "Uninitialize constants during libjavacore unloading." by Nicolas Geoffray · 5 years ago
  70. c6f8f5e Uninitialize constants during libjavacore unloading. by Nicolas Geoffray · 5 years ago
  71. 16cee20 Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 5 years ago
  72. 1e9ca32 Fix bug with bind()/connect() and IPv4 addresses by Adam Vartanian · 5 years ago
  73. 44fea11 Merge "Allow size for malloc-only registration" by Hans Boehm · 5 years ago
  74. d7d5fde Allow size for malloc-only registration by Hans Boehm · 6 years ago
  75. 6f658c3 Remove libcore.io.Os from intra-core API by Adam Vartanian · 5 years ago
  76. b4b11e1 Merge "Enable interception of more filesystem APIs." by Jeff Sharkey · 5 years ago
  77. 001ac51 Enable interception of more filesystem APIs. by Jeff Sharkey · 5 years ago
  78. 607b89b Merge "Add connect(fd, SocketAddress) to public API (libcore)" by Remi NGUYEN VAN · 5 years ago
  79. cdca124 Add connect(fd, SocketAddress) to public API (libcore) by Remi NGUYEN VAN · 5 years ago
  80. 4149a21 CtsSaxTestCases: Run for all libcore changes. by Tobias Thierer · 5 years ago
  81. 2606b87 Merge "Let Treehugger run CtsSaxTestCases for changes to luni javax.xml." by Treehugger Robot · 5 years ago
  82. f1c9f30 Let Treehugger run CtsSaxTestCases for changes to luni javax.xml. by Tobias Thierer · 5 years ago
  83. 67f0584 Merge "Track RulesManagerService frameworks/base changes" by Neil Fuller · 5 years ago
  84. e359211 Track RulesManagerService frameworks/base changes by Neil Fuller · 6 years ago
  85. d061b8f Delete several DH key tests by Adam Vartanian · 5 years ago
  86. f030e4e Remove IoUtils from intra-core API by Adam Vartanian · 6 years ago
  87. bdad68a Merge changes Ib8491242,I695758c4 by Treehugger Robot · 6 years ago
  88. bc69de0 Lists: test coverage for misc corner cases. by Tobias Thierer · 6 years ago
  89. 5cd70a5 Merge "Revert change in behavior of InetAddress.isNumeric(String)" by Paul Duffin · 6 years ago
  90. 559e1c2 Revert change in behavior of InetAddress.isNumeric(String) by Paul Duffin · 6 years ago
  91. eb271d9 Fix expected errno when connecting a UNIX socket to an inet addr. by Lorenzo Colitti · 6 years ago
  92. 3959b75 Merge "Add regression test to ensure CLDR root data has symbol for unknown currency" by Treehugger Robot · 6 years ago
  93. 74b95aa Add regression test to ensure CLDR root data has symbol for unknown currency by Nikita Iashchenko · 6 years ago
  94. dfc8ce0 Move AsynchronousCloseMonitor to libjavacore. by Pete Bentley · 6 years ago
  95. 83d51df Merge "Mark Os.bind, Os.sendTo as public API" by Remi NGUYEN VAN · 6 years ago
  96. 3ba1ba7 Fix TimeZoneIntegrationTest.testTimeZoneDebugInfo by Neil Fuller · 6 years ago
  97. 7de309d Merge "Remove pointless hidden overload for accept()" by Neil Fuller · 6 years ago
  98. 92422f0 Merge "Test passing wrong SocketAddress types to bind, connect, sendto." by Lorenzo Colitti · 6 years ago
  99. 1bb4969 Test passing wrong SocketAddress types to bind, connect, sendto. by Lorenzo Colitti · 6 years ago
  100. 22dbe20 Remove pointless hidden overload for accept() by Neil Fuller · 6 years ago