1. 23f0a95 Test HttpsURLConnection.setDefaultSSLSocketFactory(null). by Tobias Thierer · 7 years ago
  2. 7eb0732 Add unit test for Class.getPrimitiveClass(String). by Tobias Thierer · 7 years ago
  3. ebca9ee Remove an assertion about lambdas not being public by Neil Fuller · 7 years ago
  4. e291698 Merge "Introduce in-memory structure for tzlookup.xml" by Treehugger Robot · 7 years ago
  5. 98ad95b Introduce in-memory structure for tzlookup.xml by Neil Fuller · 7 years ago
  6. 0a03476 Merge "Libcore: Suppress FormatString warnings in tests" by Treehugger Robot · 7 years ago
  7. 526cd91 Merge "Update java.net.URL to OpenJDK 8u121-b13." by Tobias Thierer · 7 years ago
  8. 7dbee73 Update java.net.URL to OpenJDK 8u121-b13. by Tobias Thierer · 7 years ago
  9. 0c0afb8 Libcore: Suppress FormatString warnings in tests by Andreas Gampe · 7 years ago
  10. 37f102a Merge "Make NetworkInterface.isUp() test for IFF_RUNNING." by Pete Gillin · 7 years ago
  11. 3e8ed63 Make NetworkInterface.isUp() test for IFF_RUNNING. by Pete Gillin · 7 years ago
  12. d2b3c13 Add method to retrieve a list of country iso codes by Neil Fuller · 7 years ago
  13. 4080a99 Add NullFromTypeParam annotation by Przemyslaw Szczepaniak · 7 years ago
  14. 985f8cd Merge "Clean up a couple test oddities." by Adam Vartanian · 7 years ago
  15. 2aae183 Clean up a couple test oddities. by Adam Vartanian · 7 years ago
  16. 31c566a Merge "Change UTC handling in libcore.icu.TimeZoneNames" by Neil Fuller · 7 years ago
  17. e31b378 Add reachabilityFence, ReachabilitySensitive by Hans Boehm · 7 years ago
  18. 7fb5183 Merge "Remove special UTC handling in SimpleDateFormat" by Treehugger Robot · 7 years ago
  19. 7f2eacb Change UTC handling in libcore.icu.TimeZoneNames by Neil Fuller · 7 years ago
  20. fb1a78d Remove special UTC handling in SimpleDateFormat by Neil Fuller · 7 years ago
  21. 931a167 Merge "Remove test handling of Asia/Hanoi" by Neil Fuller · 7 years ago
  22. ce68841 Merge "@hide Os.waitpid()." by Tobias Thierer · 7 years ago
  23. 35c90ce Remove test handling of Asia/Hanoi by Neil Fuller · 7 years ago
  24. 25ebaa0 Libcore: Suppress InvalidPatternSyntax warning in tests by Andreas Gampe · 7 years ago
  25. 49292b8 @hide Os.waitpid(). by Tobias Thierer · 7 years ago
  26. 50e20da Fix android.system.Os.waitpid() for status == null. by Tobias Thierer · 7 years ago
  27. e77094f Merge "Add splice(2) syscall support" by Treehugger Robot · 7 years ago
  28. e689c96 Merge "Refactor package-private SimpleDateFormat(int, int, Locale) constructor" by vichang · 7 years ago
  29. 5310ea4 Add splice(2) syscall support by Przemyslaw Szczepaniak · 7 years ago
  30. 0abc2c8 Merge "Make caching of CountryTimeZones easier" by Treehugger Robot · 7 years ago
  31. 59f1a7d Refactor package-private SimpleDateFormat(int, int, Locale) constructor by Victor Chang · 7 years ago
  32. 2a19cdf Merge "Fix negative DST bug in ZoneInfo.getDSTSavings()" by Neil Fuller · 7 years ago
  33. f7ee683 Fix negative DST bug in ZoneInfo.getDSTSavings() by Neil Fuller · 7 years ago
  34. fbe9c25 Make caching of CountryTimeZones easier by Neil Fuller · 7 years ago
  35. 066b042 Merge "Avoid duplicate free in CharsetXcoderICU on OOME" by Hans Boehm · 7 years ago
  36. 391a3ca Merge "Start to use the everutc hint in tzlookup.xml" by Treehugger Robot · 7 years ago
  37. 612d916 Start to use the everutc hint in tzlookup.xml by Neil Fuller · 7 years ago
  38. d422100 Merge "Close ZoneInfoDB during tests" by Treehugger Robot · 7 years ago
  39. 59b140d Avoid duplicate free in CharsetXcoderICU on OOME by Hans Boehm · 7 years ago
  40. d7d040d Close ZoneInfoDB during tests by Neil Fuller · 7 years ago
  41. c02b741 Add a better searching for timezone by offset by Neil Fuller · 7 years ago
  42. de3f009 Extend the offset matching in CountryTimeZones by Neil Fuller · 7 years ago
  43. 08c3145 Merge "Tweaks to CountryTimeZones" by Treehugger Robot · 7 years ago
  44. 53f373c Tweaks to CountryTimeZones by Neil Fuller · 7 years ago
  45. ea6650b Merge "Add additional checks to multicast tests" by Treehugger Robot · 7 years ago
  46. 7ee2cb4 Merge "Test for android.icu.util.LocaleData" by vichang · 7 years ago
  47. b9de38d Add additional checks to multicast tests by Neil Fuller · 7 years ago
  48. 03cbe42 Merge "Track behavior change in default HostnameVerifier." by Tobias Thierer · 7 years ago
  49. 66805fc Merge changes from topic "utf8decoder" by vichang · 7 years ago
  50. e20efbe Merge "ProcessBuilderTest: pids fit into a 32bit int." by Treehugger Robot · 7 years ago
  51. 3958f9c ProcessBuilderTest: pids fit into a 32bit int. by Tobias Thierer · 7 years ago
  52. 2259a71 Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the W3C Encoding standard. by Victor Chang · 7 years ago
  53. 70bd098 Track behavior change in default HostnameVerifier. by Tobias Thierer · 7 years ago
  54. afaca26 Drop over-zealous assertions about lambda identity by Neil Fuller · 7 years ago
  55. a85dfd2 Add test for fast-path UTF-8 decoder by Victor Chang · 7 years ago
  56. af25b6e Merge "Add a test case for O_DIRECT" by Treehugger Robot · 7 years ago
  57. ec48559 Add a test case for O_DIRECT by Enrico Granata · 7 years ago
  58. 3b5e8c7 Test for android.icu.util.LocaleData by Victor Chang · 7 years ago
  59. 39a4b84 Add README indicating where to put SSL tests. by Adam Vartanian · 7 years ago
  60. 3603083 Merge "Update tests for Conscrypt sync." by Adam Vartanian · 7 years ago
  61. 30604fa Merge changes I5a3b876c,I81799165 by Neil Fuller · 7 years ago
  62. c0c6663 Add a hasUtcZone() for telephony tz detection by Neil Fuller · 7 years ago
  63. 5e8552d Country tz lookup / expose CountyTimeZones by Neil Fuller · 7 years ago
  64. 8e0e7fe Merge "Revert "Workaround bogus TreeMap Comparators."" by Tobias Thierer · 7 years ago
  65. 30039d1 Update tests for Conscrypt sync. by Adam Vartanian · 7 years ago
  66. 52c8fbf Revert "Workaround bogus TreeMap Comparators." by Tobias Thierer · 8 years ago
  67. 1c99873 Rename Os.sendfile() parameter inOffset -> offset. by Tobias Thierer · 7 years ago
  68. a1c650b Merge "Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref." by Tobias Thierer · 7 years ago
  69. b9c52b9 Merge "Updated test expectations for ICU 60.2" by vichang · 7 years ago
  70. 257aaa6 Update tests for Conscrypt merge. by Adam Vartanian · 7 years ago
  71. 933e699 Add new MIME type support for .yt extension by Przemyslaw Szczepaniak · 7 years ago
  72. f0eb521 Updated test expectations for ICU 60.2 by Fredrik Roubert · 7 years ago
  73. e3a3a06 Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref. by Tobias Thierer · 7 years ago
  74. e4586c0 Add O_DIRECT to OsConstants by Enrico Granata · 7 years ago
  75. f3b3e02 Merge "Fix broken close() logic" by Neil Fuller · 7 years ago
  76. 54d252d Fix broken close() logic by Neil Fuller · 7 years ago
  77. 93e96b3 Move android.util.Mutable{Int,Long} from libcore to framework. by Tobias Thierer · 7 years ago
  78. dfee862 Remove deprecated android.system.Os.{ioctlInt,sendfile,waitpid}. by Tobias Thierer · 7 years ago
  79. a16ae3a Updated test expectations for ICU 60. by Fredrik Roubert · 7 years ago
  80. fd6b870 Replace clearCachedDefault with setICUDefault by Victor Chang · 7 years ago
  81. ec353de Merge "Always specify sending interface in DatagramChannelMulticastTest" by Tobias Thierer · 7 years ago
  82. 0a3e6ce Always specify sending interface in DatagramChannelMulticastTest by Tobias Thierer · 7 years ago
  83. 9b98f1fd Merge "Add size check in NativeConverter JNI code" by Neil Fuller · 7 years ago
  84. 2b87600 Add tests for hidden classes / methods by Neil Fuller · 7 years ago
  85. 80d48b9 Merge "Add strictmode check for getaddrinfo" by Neil Fuller · 7 years ago
  86. 76195ba Merge "Remove smali for valid parameter metadata tests" by Neil Fuller · 7 years ago
  87. 4540094 Remove smali for valid parameter metadata tests by Neil Fuller · 7 years ago
  88. 8b49cba Add strictmode check for getaddrinfo by Neil Fuller · 7 years ago
  89. 66a597f Merge "Sliently drop char 'b' or 'B' in j.t.SimpleDateFormat" by vichang · 7 years ago
  90. 80339f4 Sliently drop char 'b' or 'B' in j.t.SimpleDateFormat by Victor Chang · 7 years ago
  91. a2a2772 Merge "Revert "Sliently drop char 'b' or 'B' in j.t.SimpleDateFormat"" by Nicolas Geoffray · 7 years ago
  92. 43ac16d Revert "Sliently drop char 'b' or 'B' in j.t.SimpleDateFormat" by vichang · 7 years ago
  93. 7dbd82f Merge "Sliently drop char 'b' or 'B' in j.t.SimpleDateFormat" by vichang · 7 years ago
  94. 217fcbc Sliently drop char 'b' or 'B' in j.t.SimpleDateFormat by Victor Chang · 7 years ago
  95. fef459a Add size check in NativeConverter JNI code by Neil Fuller · 7 years ago
  96. 6e97bc6 Merge "Add Nullable annotation" by Treehugger Robot · 7 years ago
  97. adbfe6e Add Nullable annotation by Przemyslaw Szczepaniak · 7 years ago
  98. 1d1bd2a Merge "Update tests for Conscrypt upstream merge." by Adam Vartanian · 7 years ago
  99. 0e881ce Test for whitespace behavior in DecimalFormat. by Joachim Sauer · 7 years ago
  100. 9da28e1 Update tests for Conscrypt upstream merge. by Adam Vartanian · 7 years ago