1. c241d6a Set default visibility to private by Paul Duffin · 5 years ago
  2. ed5e8a0 API clean-up around PacketSocketAddress by Neil Fuller · 5 years ago
  3. ec5d60f Merge "Remove unused / untested code" by Neil Fuller · 5 years ago
  4. 250522b Remove unused / untested code by Neil Fuller · 5 years ago
  5. 514286e Move IcuRegistration class to external/icu by Neil Fuller · 5 years ago
  6. f243764 Extract ICU registration code into separate files by Neil Fuller · 5 years ago
  7. 4cc559a Merge changes from topics "sockopttimeval_2", "sockopttimeval_1" by Neil Fuller · 5 years ago
  8. 718aaa5 Add tests for sockoptTimeVal functions by Neil Fuller · 5 years ago
  9. 262316f Fix Os.inet_pton for IPv6. by Pete Bentley · 5 years ago
  10. 24d3cb9 Merge "Move AsynchronousCloseMonitor to its own library." by Pete Bentley · 5 years ago
  11. c2d7164 Move AsynchronousCloseMonitor to its own library. by Pete Bentley · 5 years ago
  12. 6e994a2 Merge changes I1d36c13e,Ia8d00990 by Lorenzo Colitti · 5 years ago
  13. 4c16d95 Don't crash when passing null destinations to bind, connect, and sendto by Lorenzo Colitti · 5 years ago
  14. 7c8e7e3 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 5 years ago
  15. 1362cac Merge "Uninitialize constants during libjavacore unloading." by Nicolas Geoffray · 5 years ago
  16. c6f8f5e Uninitialize constants during libjavacore unloading. by Nicolas Geoffray · 5 years ago
  17. 16cee20 Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 5 years ago
  18. 1e9ca32 Fix bug with bind()/connect() and IPv4 addresses by Adam Vartanian · 5 years ago
  19. dfc8ce0 Move AsynchronousCloseMonitor to libjavacore. by Pete Bentley · 5 years ago
  20. eee083d Move NetFd.h to external/conscrypt. by Orion Hodson · 6 years ago
  21. 9e80aff Merge "Track movement of ICU .dat file" by Neil Fuller · 6 years ago
  22. 0fc5685 Track movement of ICU .dat file by Neil Fuller · 6 years ago
  23. 17bc2ed Move JniConstants from libnativehelper to libcore by Orion Hodson · 6 years ago
  24. a367944 OsConstants: Add SOCK_CLOEXEC and SOCK_NONBLOCK by Nick Kralevich · 6 years ago
  25. 1ab882b Adjust NativeAllocationRegistry for new accounting by Hans Boehm · 6 years ago
  26. e880b47 Revert "Track movement of ICU .dat file" by Neil Fuller · 6 years ago
  27. 6e17d96 Track movement of ICU .dat file by Neil Fuller · 6 years ago
  28. 1a0bd544 Tweak the location of the tz module ICU file by Neil Fuller · 6 years ago
  29. ae70649 Finalize the name of the apex package by Neil Fuller · 6 years ago
  30. 00ed257 Changes to support loading tz data from APEX by Neil Fuller · 6 years ago
  31. ec00beb Add NETLINK_INET_DIAG constant by Jeff Vander Stoep · 6 years ago
  32. 745bcc1 Merge changes from topic "bionic_fdsan_java" by Treehugger Robot · 6 years ago
  33. 7be76eb Merge "Move libcore/include to point of use" by Treehugger Robot · 6 years ago
  34. 564c7e8 Add wrappers for fdsan tag querying functions. by Josh Gao · 6 years ago
  35. 53960a9 Handle null FileDescriptors passed to native methods. by Pete Bentley · 6 years ago
  36. b6738ff Move libcore/include to point of use by Neil Fuller · 6 years ago
  37. cf3c7fa Add support for bionic fd ownership enforcement. by Josh Gao · 6 years ago
  38. ff6b030 Increase regex matcher native size to 10000 by Mathieu Chartier · 6 years ago
  39. 1925ee9 Revert "Add getgroups()/setgroups() to libcore.Os" by Pete Gillin · 6 years ago
  40. 7f2eacb Change UTC handling in libcore.icu.TimeZoneNames by Neil Fuller · 7 years ago
  41. 50e20da Fix android.system.Os.waitpid() for status == null. by Tobias Thierer · 7 years ago
  42. 5310ea4 Add splice(2) syscall support by Przemyslaw Szczepaniak · 7 years ago
  43. a1c650b Merge "Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref." by Tobias Thierer · 7 years ago
  44. e3a3a06 Replace libcore.util.Mutable{Int,Long} with Int{32,64}Ref. by Tobias Thierer · 7 years ago
  45. e4586c0 Add O_DIRECT to OsConstants by Enrico Granata · 7 years ago
  46. fef459a Add size check in NativeConverter JNI code by Neil Fuller · 7 years ago
  47. ccac271 Merge "Add getgroups()/setgroups() to libcore.Os" by Enrico Granata · 7 years ago
  48. 44177e6 Add getgroups()/setgroups() to libcore.Os by Enrico Granata · 7 years ago
  49. 2c549f1 Libcore: Move mutable class cache to libcore by Andreas Gampe · 7 years ago
  50. f97f3a0 Merge "Migrate libcore code to new classes libcore.util.Mutable{Int,Long}." by Treehugger Robot · 7 years ago
  51. 30fc598 Remove unused TimeZoneNames.getExemplarLocation() by Neil Fuller · 7 years ago
  52. 0bd321c Merge "Libcore: Move JniConstants::init from ART to libcore" by Treehugger Robot · 7 years ago
  53. 8fb2ca9 Libcore: Move JniConstants::init from ART to libcore by Andreas Gampe · 7 years ago
  54. 0db74df Migrate libcore code to new classes libcore.util.Mutable{Int,Long}. by Tobias Thierer · 7 years ago
  55. 3e06dd1 Revert "Migrate libcore code to new classes libcore.util.Mutable{Int,Long}." by Tobias Thierer · 7 years ago
  56. bb1ca69 Migrate libcore code to new classes libcore.util.Mutable{Int,Long}. by Tobias Thierer · 7 years ago
  57. a2c4fca Fix PerMill sign in DecimalFormatSymbols - part 2 by Victor Chang · 7 years ago
  58. fe1c2f9 Further checks for error coditions in linux.io.Linux JNI by Przemyslaw Szczepaniak · 7 years ago
  59. 50bbf29 Introduce java.lang.invoke.VarHandle APIs. by Orion Hodson · 7 years ago
  60. fbb1489 Merge "Add missing checks for error coditions in linux.io.Linux JNI" by Przemyslaw Szczepaniak · 7 years ago
  61. 93a9735 Add missing checks for error coditions in linux.io.Linux JNI by Przemyslaw Szczepaniak · 7 years ago
  62. 604b31b Merge "Remove setsockoptGroupSourceReq and StructGroupSourceReq" by vichang · 7 years ago
  63. 09975c3 Convert libcore native code to Android.bp by Colin Cross · 7 years ago
  64. 4b4b7dd Revert "Convert libcore native code to Android.bp" by Colin Cross · 7 years ago
  65. ae545c3 Convert libcore native code to Android.bp by Colin Cross · 7 years ago
  66. c594319 More completely add NETLINK_NETFILTER constant. by Erik Kline · 7 years ago
  67. 57a65ad Fix JNI error in Linux.(pipe2|sendfile). by Przemyslaw Szczepaniak · 7 years ago
  68. d0ef510 Remove setsockoptGroupSourceReq and StructGroupSourceReq by Victor Chang · 7 years ago
  69. 89aced6 Merge changes I5e3b216a,Iebf8b87c am: dde1fc38f8 by Nicolas Geoffray · 7 years ago
  70. dde1fc3 Merge changes I5e3b216a,Iebf8b87c by Nicolas Geoffray · 7 years ago
  71. e785612 Linux: Add proper casts for varargs call. by Narayan Kamath · 7 years ago
  72. e873cd1 Linux: Implement getrlimit by Narayan Kamath · 7 years ago
  73. 1523a75 Merge "Fix clang static analyzer warning in libcore" am: f071994510 by Zhizhou Yang · 7 years ago
  74. 4bdd565 Fix clang static analyzer warning in libcore by Zhizhou Yang · 7 years ago
  75. 85ddfe1 Merge "libcore: use proper nativehelper headers" am: 30c78a3848 by Steven Moreland · 7 years ago
  76. cab01ac libcore: use proper nativehelper headers by Steven Moreland · 7 years ago
  77. 32a3cd7 Merge "Fix the byte ordering behaviour of the UTF-16 Charset." am: 4a2d046c17 by Pete Gillin · 7 years ago
  78. 4a2d046 Merge "Fix the byte ordering behaviour of the UTF-16 Charset." by Treehugger Robot · 7 years ago
  79. c04007c Fix the byte ordering behaviour of the UTF-16 Charset. by Pete Gillin · 7 years ago
  80. 4ab9989 Merge "Update JNI code in preparation for ICU 59 switching to C++11 char16_t." by Fredrik Roubert · 7 years ago
  81. 37f866f Update JNI code in preparation for ICU 59 switching to C++11 char16_t. by Fredrik Roubert · 7 years ago
  82. 87b2766 Merge "Added StructStat nanosecond precision fields." am: 99b6b9dc2d by Przemyslaw Szczepaniak · 7 years ago
  83. 108091b Added StructStat nanosecond precision fields. by Przemyslaw Szczepaniak · 7 years ago
  84. 623dc41 Merge "Throw an exception if we could not open a converter." am: 10f39fd68d by Nicolas Geoffray · 7 years ago
  85. df8dc5a Throw an exception if we could not open a converter. by Nicolas Geoffray · 7 years ago
  86. af8cdcb Merge "Turn off logspam" into oc-dev am: cac3b23bec by Joe Onorato · 7 years ago
  87. 9628800 Turn off logspam by Joe Onorato · 7 years ago
  88. 17fc65d Add UDP_ENCAP Constants to OsConstants.java by Nathan Harold · 7 years ago
  89. 034227a Add UDP_ENCAP Constants to OsConstants.java by Nathan Harold · 7 years ago
  90. 85efcad Remove out-of-date comments about ICU4C. by Joachim Sauer · 7 years ago
  91. 285e53b Revert "Revert "Matcher: Avoid excessive String copies."" by Narayan Kamath · 7 years ago
  92. 9084fb6 Revert "Revert "Matcher: Avoid excessive String copies."" by Narayan Kamath · 7 years ago
  93. 53e4e15 Revert "Matcher: Avoid excessive String copies." by Narayan Kamath · 7 years ago
  94. 9035636 Matcher: Avoid excessive String copies. by Narayan Kamath · 7 years ago
  95. 5744e4a Libcore: Add support for capabilities by Andreas Gampe · 7 years ago
  96. 0965ac3 Libcore: Rename Posix to Linux by Andreas Gampe · 7 years ago
  97. ae5cd31 Add missing #include "unicode/ucasemap.h" statement. by Fredrik Roubert · 7 years ago
  98. 6544af3 Merge "Update java_math_NativeBN to use BN_is_pow2 and BN_nnmod_pow2." by Treehugger Robot · 7 years ago
  99. 725aa55 Update java_math_NativeBN to use BN_is_pow2 and BN_nnmod_pow2. by Robert Sloan · 7 years ago
  100. fa5b565 jni: Switch to @FastNative for all JNI functions. by Igor Murashkin · 7 years ago