1. f37f781 Revert "Revert "Add icu4j to core-libart.jar."" by Narayan Kamath · 9 years ago
  2. f180cb2 Merge "Revert "Add icu4j to core-libart.jar."" by Narayan Kamath · 9 years ago
  3. 3b59929 Revert "Add icu4j to core-libart.jar." by Narayan Kamath · 9 years ago
  4. aec159e Merge "Add icu4j to core-libart.jar." by Narayan Kamath · 9 years ago
  5. bd7ff82 Merge "Timezone data installer code" by Neil Fuller · 9 years ago
  6. 91c98d7 Timezone data installer code by Neil Fuller · 9 years ago
  7. de7c1fb Add icu4j to core-libart.jar. by Narayan Kamath · 9 years ago
  8. fc62e63 Merge "Add a test to confirm that TZ data is in sync" by Neil Fuller · 9 years ago
  9. 562c8bf Merge "Make ArtField have no functionality" by Mathieu Chartier · 9 years ago
  10. eb183cd Make ArtField have no functionality by Mathieu Chartier · 9 years ago
  11. cf14cc4 Add a test to confirm that TZ data is in sync by Neil Fuller · 9 years ago
  12. 34bc85c Merge "Test NetworkSecurityPolicy effect on HTTP connections." by Alex Klyubin · 9 years ago
  13. 2900d6b Merge "Remove a misleading comment." by Neil Fuller · 9 years ago
  14. 5a0a80d Test NetworkSecurityPolicy effect on HTTP connections. by Alex Klyubin · 9 years ago
  15. 1e34267 Merge "Add libcore.net.NetworkSecurityPolicy." by Alex Klyubin · 9 years ago
  16. 74b6f46 Merge "Fix for ftp:// invalid urls with ProxySelector" by Neil Fuller · 9 years ago
  17. 2fcad83 Fix for ftp:// invalid urls with ProxySelector by Neil Fuller · 9 years ago
  18. 2f4d251 Add libcore.net.NetworkSecurityPolicy. by Alex Klyubin · 9 years ago
  19. d4e4a4b Merge "Fix for devices with multiple multicast-capable interfaces" by Neil Fuller · 9 years ago
  20. 00cbc7b Merge "Remove forced alignment code." by Christopher Ferris · 9 years ago
  21. 61ac740 Merge "Fix the year display when formatting absolute date string" by Tao Bao · 9 years ago
  22. af695ad Fix the year display when formatting absolute date string by Tao Bao · 9 years ago
  23. 7cc1a6c Merge "Pass getDexPath to Runtime.nativeLoad" by Dmitriy Ivanov · 9 years ago
  24. 08d97ae Remove forced alignment code. by Christopher Ferris · 9 years ago
  25. 8bed451 Merge "Use compiler pragmas instead of flags." by Narayan Kamath · 9 years ago
  26. 8046f4d Use compiler pragmas instead of flags. by Narayan Kamath · 9 years ago
  27. 349ff40 Merge "ICU55: Update locale data dependent test expectations." by Narayan Kamath · 9 years ago
  28. 7694b78 Pass getDexPath to Runtime.nativeLoad by Dmitriy Ivanov · 10 years ago
  29. e6c88a5 ICU55: Update locale data dependent test expectations. by Fredrik Roubert · 9 years ago
  30. 2254ea8 Merge "Set -Wno-deprecated-declarations to access deprecated IDNA2003 API." by Narayan Kamath · 9 years ago
  31. 7417225 Merge "Fix an ntohs/htons issue." by Lorenzo Colitti · 9 years ago
  32. 70cc36f Merge "Remove a superfluous cast." by Lorenzo Colitti · 9 years ago
  33. 1b9b1c8 Set -Wno-deprecated-declarations to access deprecated IDNA2003 API. by Fredrik Roubert · 9 years ago
  34. 05c2be0 Merge "Specify the base timestamp in RelativeTimeSpanString tests" by Tao Bao · 9 years ago
  35. 84ffed6 Merge "Fix misspelling of Kerberos" by Brian Carlstrom · 9 years ago
  36. b475d1c Fix misspelling of Kerberos by Brian Carlstrom · 9 years ago
  37. 3576eb2 Specify the base timestamp in RelativeTimeSpanString tests by Tao Bao · 9 years ago
  38. 373ef7b Merge "Move null check rationale to sample code for clarity" by Brian Carlstrom · 9 years ago
  39. e027351 Fix an ntohs/htons issue. by Lorenzo Colitti · 9 years ago
  40. a5dd2c6 Move null check rationale to sample code for clarity by Brian Carlstrom · 9 years ago
  41. d51ee9f Merge "Remove executable permissions from java_lang_StringToReal.cpp" by Narayan Kamath · 9 years ago
  42. cca38d9 Remove executable permissions from java_lang_StringToReal.cpp by Narayan Kamath · 9 years ago
  43. 7b7fb78 Merge "Add unit test for Timestamp#equals." by Narayan Kamath · 9 years ago
  44. ef97a43 Fix for devices with multiple multicast-capable interfaces by Neil Fuller · 9 years ago
  45. 8a0d507 Add unit test for Timestamp#equals. by Narayan Kamath · 9 years ago
  46. bf9a16e Remove a superfluous cast. by Lorenzo Colitti · 9 years ago
  47. 79c17dc Merge "Libcore: Avoid double-checked locking" by Andreas Gampe · 9 years ago
  48. 464b904 Merge "Late binding: specified Provider forces its use" by Kenny Root · 9 years ago
  49. 20e3106 Late binding: specified Provider forces its use by Kenny Root · 9 years ago
  50. 869c6f2 Merge "Libcore: Fix superfluous ternary in BufferedInputStream" by Andreas Gampe · 9 years ago
  51. 8740936 Merge "Libcore: Fix infinite loop" by Andreas Gampe · 9 years ago
  52. ba6caa1 Merge "Expose the SocketAddress variant to bundled apps." by Lorenzo Colitti · 9 years ago
  53. 36f73b3 Expose the SocketAddress variant to bundled apps. by Lorenzo Colitti · 9 years ago
  54. 71f0754 Merge "Also support IPv4 fallback in the SocketAddress version of sendto." by Lorenzo Colitti · 9 years ago
  55. 7d6411b Merge "Support packet sockets in libcore." by Lorenzo Colitti · 9 years ago
  56. 9322c6d Merge "Add a PacketSocketAddress class that represents sockaddr_ll." by Lorenzo Colitti · 9 years ago
  57. 8bce9ae Merge "Add a version of sendto that takes a SocketAddress." by Lorenzo Colitti · 9 years ago
  58. db419d0 Merge "Make it possible to use AF_INET sockets created by libcore." by Lorenzo Colitti · 9 years ago
  59. e6381dd Merge "Fix for MulticastSocketTest for non-multicast interfaces" by Neil Fuller · 9 years ago
  60. a7c789d Libcore: Avoid double-checked locking by Andreas Gampe · 9 years ago
  61. 53009b2 Libcore: Fix superfluous ternary in BufferedInputStream by Andreas Gampe · 9 years ago
  62. 8d00f32 Libcore: Fix infinite loop by Andreas Gampe · 9 years ago
  63. f5fc4ad Also support IPv4 fallback in the SocketAddress version of sendto. by Lorenzo Colitti · 9 years ago
  64. 00bb2a5 Support packet sockets in libcore. by Lorenzo Colitti · 9 years ago
  65. a616186 Add a PacketSocketAddress class that represents sockaddr_ll. by Lorenzo Colitti · 9 years ago
  66. a8b7587 Add a version of sendto that takes a SocketAddress. by Lorenzo Colitti · 9 years ago
  67. b2a9923 Make it possible to use AF_INET sockets created by libcore. by Lorenzo Colitti · 9 years ago
  68. 7d3ad7b Remove a misleading comment. by Neil Fuller · 9 years ago
  69. 4ea9379 Merge "Remove ExemptionMechanismTest.test_finalize" by Yohann Roussel · 9 years ago
  70. 32f5e8e Remove ExemptionMechanismTest.test_finalize by Yohann Roussel · 9 years ago
  71. 0202f7b Merge "java.lang.reflect: Use only relevant modifiers when converting to string" by Sergio Giro · 9 years ago
  72. 610d8c0 Merge "Reflect removal of DSS cipher suites in Javadocs." by Alex Klyubin · 9 years ago
  73. f301318 Reflect removal of DSS cipher suites in Javadocs. by Alex Klyubin · 9 years ago
  74. a2e51f7 Merge "Replace work-around with proper DecimalFormatSymbols helper function." by Narayan Kamath · 9 years ago
  75. 4a30852 Replace work-around with proper DecimalFormatSymbols helper function. by Fredrik Roubert · 9 years ago
  76. e78f8ca java.lang.reflect: Use only relevant modifiers when converting to string by Sergio Giro · 9 years ago
  77. 649f614 am 2882e512: Merge "Add support for netlink sockets and addresses." by Erik Kline · 9 years ago
  78. 3301d94 am ec480e51: Merge "Revert "Remove unnecessary null checks in CloseGuard documentation sample code"" by Brian Carlstrom · 9 years ago
  79. 2882e51 Merge "Add support for netlink sockets and addresses." by Erik Kline · 9 years ago
  80. ec480e5 Merge "Revert "Remove unnecessary null checks in CloseGuard documentation sample code"" by Brian Carlstrom · 9 years ago
  81. ec662a7 Revert "Remove unnecessary null checks in CloseGuard documentation sample code" by Brian Carlstrom · 9 years ago
  82. 53813be am d61d442a: Merge "Pre-initialize more by moving bad fields" by Andreas Gampe · 9 years ago
  83. d61d442 Merge "Pre-initialize more by moving bad fields" by Andreas Gampe · 9 years ago
  84. b1631b2 am fde4ba87: Merge "Remove unnecessary null checks in CloseGuard documentation sample code" by Mike Lockwood · 9 years ago
  85. fde4ba8 Merge "Remove unnecessary null checks in CloseGuard documentation sample code" by Mike Lockwood · 9 years ago
  86. 9a36fbb Remove unnecessary null checks in CloseGuard documentation sample code by Mike Lockwood · 9 years ago
  87. 8f5b46d Add support for netlink sockets and addresses. by Erik Kline · 9 years ago
  88. f7e0ade am 98450f57: Merge "Explicitly specify the icu:: namespace." by Elliott Hughes · 9 years ago
  89. 98450f5 Merge "Explicitly specify the icu:: namespace." by Elliott Hughes · 9 years ago
  90. a04b5c3 Explicitly specify the icu:: namespace. by Elliott Hughes · 9 years ago
  91. a870e72 am f6681759: Merge "Libcore: Remove unused constructor" by Andreas Gampe · 9 years ago
  92. f668175 Merge "Libcore: Remove unused constructor" by Andreas Gampe · 9 years ago
  93. 3009efd Libcore: Remove unused constructor by Andreas Gampe · 9 years ago
  94. 5f612d5 Pre-initialize more by moving bad fields by Kenny Root · 9 years ago
  95. eb9da74 am d9cc41fe: Merge "Libcore: Use explicit names for Daemons" by Andreas Gampe · 9 years ago
  96. d9cc41f Merge "Libcore: Use explicit names for Daemons" by Andreas Gampe · 9 years ago
  97. a92ad71 Libcore: Use explicit names for Daemons by Andreas Gampe · 9 years ago
  98. 416adb0 am f94993c7: Merge "Libcore: Change DexFile cookie to object" by Andreas Gampe · 9 years ago
  99. f94993c Merge "Libcore: Change DexFile cookie to object" by Andreas Gampe · 9 years ago
  100. 7775ae5 am b0124dff: Merge "Remove OpenSSL ENGINE test" by Kenny Root · 9 years ago