1. 382bddd Revert "Add getgroups()/setgroups() to libcore.Os" by Pete Gillin · 7 years ago
  2. adc2af5 Revert "Add android.system.Os wrappers for getgroups/setgroups" by Pete Gillin · 7 years ago
  3. feb7a3d Merge "Add more tzlookup.xml time zone metadata" into pi-dev by Neil Fuller · 7 years ago
  4. f2d1ccb Add more tzlookup.xml time zone metadata by Neil Fuller · 7 years ago
  5. aefcd05 Ensure consistency around ignorable codepoints by Neil Fuller · 7 years ago
  6. d3141e2 Merge "Fix midnight-to-next-midnight bug in DateIntervalFormat." am: 6912b059a0 am: e6af721557 by Pete Gillin · 7 years ago
  7. 6912b05 Merge "Fix midnight-to-next-midnight bug in DateIntervalFormat." by Pete Gillin · 7 years ago
  8. 7172d66 Merge "Change the CountryZonesFinder API for picker" am: 3a6ced0562 am: d9d20f8b55 by Neil Fuller · 7 years ago
  9. 940c795 Change the CountryZonesFinder API for picker by Neil Fuller · 7 years ago
  10. 9ecf6aa Fix midnight-to-next-midnight bug in DateIntervalFormat. by Pete Gillin · 7 years ago
  11. 08125d7 Merge "Replace identifer with identifier" am: d3c481cd26 am: 6fcc643373 by Przemyslaw Szczepaniak · 7 years ago
  12. d3c481c Merge "Replace identifer with identifier" by Treehugger Robot · 7 years ago
  13. 3336861 Replace identifer with identifier by Przemyslaw Szczepaniak · 7 years ago
  14. 268421e Merge "Add support for time zone mapping metadata" am: e48ce5bf48 am: 68d55d6145 by Neil Fuller · 7 years ago
  15. ef272fc Add support for time zone mapping metadata by Neil Fuller · 7 years ago
  16. 44b7f98 Remove libcore.util.Objects / hashCode. by Narayan Kamath · 7 years ago
  17. 98ad95b Introduce in-memory structure for tzlookup.xml by Neil Fuller · 7 years ago
  18. d2b3c13 Add method to retrieve a list of country iso codes by Neil Fuller · 7 years ago
  19. 4080a99 Add NullFromTypeParam annotation by Przemyslaw Szczepaniak · 7 years ago
  20. 31c566a Merge "Change UTC handling in libcore.icu.TimeZoneNames" by Neil Fuller · 7 years ago
  21. e31b378 Add reachabilityFence, ReachabilitySensitive by Hans Boehm · 7 years ago
  22. 7f2eacb Change UTC handling in libcore.icu.TimeZoneNames by Neil Fuller · 7 years ago
  23. 49292b8 @hide Os.waitpid(). by Tobias Thierer · 7 years ago
  24. 50e20da Fix android.system.Os.waitpid() for status == null. by Tobias Thierer · 7 years ago
  25. e77094f Merge "Add splice(2) syscall support" by Treehugger Robot · 7 years ago
  26. 5310ea4 Add splice(2) syscall support by Przemyslaw Szczepaniak · 7 years ago
  27. 0abc2c8 Merge "Make caching of CountryTimeZones easier" by Treehugger Robot · 7 years ago
  28. 2a19cdf Merge "Fix negative DST bug in ZoneInfo.getDSTSavings()" by Neil Fuller · 7 years ago
  29. f7ee683 Fix negative DST bug in ZoneInfo.getDSTSavings() by Neil Fuller · 7 years ago
  30. fbe9c25 Make caching of CountryTimeZones easier by Neil Fuller · 7 years ago
  31. 066b042 Merge "Avoid duplicate free in CharsetXcoderICU on OOME" by Hans Boehm · 7 years ago
  32. 391a3ca Merge "Start to use the everutc hint in tzlookup.xml" by Treehugger Robot · 7 years ago
  33. 612d916 Start to use the everutc hint in tzlookup.xml by Neil Fuller · 7 years ago
  34. d422100 Merge "Close ZoneInfoDB during tests" by Treehugger Robot · 7 years ago
  35. 59b140d Avoid duplicate free in CharsetXcoderICU on OOME by Hans Boehm · 7 years ago
  36. d7d040d Close ZoneInfoDB during tests by Neil Fuller · 7 years ago
  37. c02b741 Add a better searching for timezone by offset by Neil Fuller · 7 years ago
  38. de3f009 Extend the offset matching in CountryTimeZones by Neil Fuller · 7 years ago
  39. 53f373c Tweaks to CountryTimeZones by Neil Fuller · 7 years ago
  40. 30604fa Merge changes I5a3b876c,I81799165 by Neil Fuller · 7 years ago
  41. c0c6663 Add a hasUtcZone() for telephony tz detection by Neil Fuller · 7 years ago
  42. 5e8552d Country tz lookup / expose CountyTimeZones by Neil Fuller · 7 years ago
  43. 1c99873 Rename Os.sendfile() parameter inOffset -> offset. by Tobias Thierer · 7 years ago
  44. a1c650b Merge "Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref." by Tobias Thierer · 7 years ago
  45. 933e699 Add new MIME type support for .yt extension by Przemyslaw Szczepaniak · 7 years ago
  46. e3a3a06 Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref. by Tobias Thierer · 7 years ago
  47. e4586c0 Add O_DIRECT to OsConstants by Enrico Granata · 7 years ago
  48. f3b3e02 Merge "Fix broken close() logic" by Neil Fuller · 7 years ago
  49. 54d252d Fix broken close() logic by Neil Fuller · 7 years ago
  50. 93e96b3 Move android.util.Mutable{Int,Long} from libcore to framework. by Tobias Thierer · 7 years ago
  51. dfee862 Remove deprecated android.system.Os.{ioctlInt,sendfile,waitpid}. by Tobias Thierer · 7 years ago
  52. 9b98f1fd Merge "Add size check in NativeConverter JNI code" by Neil Fuller · 7 years ago
  53. 8b49cba Add strictmode check for getaddrinfo by Neil Fuller · 7 years ago
  54. fef459a Add size check in NativeConverter JNI code by Neil Fuller · 7 years ago
  55. 6e97bc6 Merge "Add Nullable annotation" by Treehugger Robot · 7 years ago
  56. adbfe6e Add Nullable annotation by Przemyslaw Szczepaniak · 7 years ago
  57. 99bbacc Merge "Add android.system.Os wrappers for getgroups/setgroups" by Treehugger Robot · 7 years ago
  58. 5bc6ac7 Add android.system.Os wrappers for getgroups/setgroups by Enrico Granata · 7 years ago
  59. f66766f Deprecate Os methods that depend on Mutable*, replace with Int*Ref by Tobias Thierer · 7 years ago
  60. a36b116 Fix Os.sendfile() for null offset. by Tobias Thierer · 7 years ago
  61. ccac271 Merge "Add getgroups()/setgroups() to libcore.Os" by Enrico Granata · 7 years ago
  62. 44177e6 Add getgroups()/setgroups() to libcore.Os by Enrico Granata · 7 years ago
  63. 2c549f1 Libcore: Move mutable class cache to libcore by Andreas Gampe · 7 years ago
  64. f97f3a0 Merge "Migrate libcore code to new classes libcore.util.Mutable{Int,Long}." by Treehugger Robot · 7 years ago
  65. d674759 Merge "Remove unused TimeZoneNames.getExemplarLocation()" by Treehugger Robot · 7 years ago
  66. 30fc598 Remove unused TimeZoneNames.getExemplarLocation() by Neil Fuller · 7 years ago
  67. e041041 Add lookupTimeZoneIdsByCountry by Neil Fuller · 7 years ago
  68. 7ffead4 Make use of the default time zone for a country by Neil Fuller · 7 years ago
  69. 82a6d07 Merge changes from topic "tz_catchup1" by Neil Fuller · 7 years ago
  70. 0bd321c Merge "Libcore: Move JniConstants::init from ART to libcore" by Treehugger Robot · 7 years ago
  71. 8fb2ca9 Libcore: Move JniConstants::init from ART to libcore by Andreas Gampe · 7 years ago
  72. d7e5deb Merge "Fix PerMill sign in DecimalFormatSymbols - part 2" by vichang · 7 years ago
  73. 53dd473 Add support for an IANA version in tzlookup.xml by Neil Fuller · 7 years ago
  74. 624724e Merge changes from topic "DoNotUntagBeforeClose" by vichang · 7 years ago
  75. 0db74df Migrate libcore code to new classes libcore.util.Mutable{Int,Long}. by Tobias Thierer · 7 years ago
  76. 00494db Don't untag socket before preClose / close by Victor Chang · 7 years ago
  77. 3e06dd1 Revert "Migrate libcore code to new classes libcore.util.Mutable{Int,Long}." by Tobias Thierer · 7 years ago
  78. bb1ca69 Migrate libcore code to new classes libcore.util.Mutable{Int,Long}. by Tobias Thierer · 7 years ago
  79. 5dc41da Move most android.util.Mutable* classes to framework. by Tobias Thierer · 7 years ago
  80. 8723167 Libcore: Convert android.* to 4-space indent. by Tobias Thierer · 7 years ago
  81. 7d623ca Add android.system.Os.realpath(). by Tobias Thierer · 7 years ago
  82. a2c4fca Fix PerMill sign in DecimalFormatSymbols - part 2 by Victor Chang · 7 years ago
  83. a61bef6 Merge "Remove Crypto provider and support classes" by Adam Vartanian · 7 years ago
  84. fe1c2f9 Further checks for error coditions in linux.io.Linux JNI by Przemyslaw Szczepaniak · 7 years ago
  85. bab0b44 Remove Crypto provider and support classes by Adam Vartanian · 7 years ago
  86. 50bbf29 Introduce java.lang.invoke.VarHandle APIs. by Orion Hodson · 7 years ago
  87. 82f2eab Merge "Add libcore NonNull annotation and core-oj jaif file" by Treehugger Robot · 7 years ago
  88. 0f22ea5 Add libcore NonNull annotation and core-oj jaif file by Przemyslaw Szczepaniak · 7 years ago
  89. fbb1489 Merge "Add missing checks for error coditions in linux.io.Linux JNI" by Przemyslaw Szczepaniak · 7 years ago
  90. 93a9735 Add missing checks for error coditions in linux.io.Linux JNI by Przemyslaw Szczepaniak · 7 years ago
  91. 604b31b Merge "Remove setsockoptGroupSourceReq and StructGroupSourceReq" by vichang · 7 years ago
  92. 09975c3 Convert libcore native code to Android.bp by Colin Cross · 7 years ago
  93. 4b4b7dd Revert "Convert libcore native code to Android.bp" by Colin Cross · 7 years ago
  94. ae545c3 Convert libcore native code to Android.bp by Colin Cross · 7 years ago
  95. c594319 More completely add NETLINK_NETFILTER constant. by Erik Kline · 7 years ago
  96. 57a65ad Fix JNI error in Linux.(pipe2|sendfile). by Przemyslaw Szczepaniak · 7 years ago
  97. 32b6e68 Merge "Clarify IoBridge methods." by Tobias Thierer · 7 years ago
  98. 3a7f2c0 Clarify IoBridge methods. by Tobias Thierer · 7 years ago
  99. a5a44ad Merge "Deal with preclosed fd in IoBridge.getLocalInetSocketAddress()." by Tobias Thierer · 7 years ago
  100. 6d580b6 Deal with preclosed fd in IoBridge.getLocalInetSocketAddress(). by Tobias Thierer · 7 years ago