1. ed7f698 Merge "MessageDigest: Rework odd toString implementation." by Narayan Kamath · 8 years ago
  2. f8e1027 MessageDigest: Rework odd toString implementation. by Narayan Kamath · 8 years ago
  3. bd1f19c Merge "io_util: Avoid early return in fileOpen." by Narayan Kamath · 8 years ago
  4. a57da64 Merge "File: Allow java.io.tmpdir to change." by Narayan Kamath · 8 years ago
  5. 3a4b7eb File: Allow java.io.tmpdir to change. by Narayan Kamath · 8 years ago
  6. 3893bf8 io_util: Avoid early return in fileOpen. by Narayan Kamath · 8 years ago
  7. c8dac25 Merge "nio: Add unit tests for setOption / getOption." by Narayan Kamath · 8 years ago
  8. aff7af3 nio: Add unit tests for setOption / getOption. by Narayan Kamath · 8 years ago
  9. 3e37846 Merge "Change assert to assertTrue" by Neil Fuller · 8 years ago
  10. 9f290d5 Change assert to assertTrue by Neil Fuller · 8 years ago
  11. a89a5c3 Merge changes from topic 'java_util_function_tests' by Neil Fuller · 8 years ago
  12. 82dfb29 Merge "Enable mmaping of zipfile central directory." by Przemyslaw Szczepaniak · 8 years ago
  13. 2051d6b Merge "Fix Math.round bug for large integral arguments" by Hans Boehm · 8 years ago
  14. 3375f98 Add lambda support stubs for core-tests-hostdex by Neil Fuller · 8 years ago
  15. 4c6a1ee Add flags needed to switch Jack to 1.8 for CTS targets by Neil Fuller · 8 years ago
  16. 668d346 CTS tests for java.util.function changes by Neil Fuller · 8 years ago
  17. 3b2eb53 Merge "Unhide java.util.function" by Neil Fuller · 8 years ago
  18. c76ee66 Enable mmaping of zipfile central directory. by Przemyslaw Szczepaniak · 8 years ago
  19. 4b92e5b Unhide java.util.function by Neil Fuller · 8 years ago
  20. f043756 Fix Math.round bug for large integral arguments by Hans Boehm · 8 years ago
  21. 4c058bd Merge "Fix openJdk NET_Wait timeout calculation." by Przemyslaw Szczepaniak · 8 years ago
  22. d0860af Fix openJdk NET_Wait timeout calculation. by Przemyslaw Szczepaniak · 8 years ago
  23. 0952c1f Merge "InetAddress: Don't throw SocketException from isReachable." by Narayan Kamath · 8 years ago
  24. 838dc8a InetAddress: Don't throw SocketException from isReachable. by Narayan Kamath · 8 years ago
  25. 12c8170 Merge "URLConnection: Add regression test for b/26769689." by Narayan Kamath · 8 years ago
  26. c7b148f URLConnection: Add regression test for b/26769689. by Narayan Kamath · 8 years ago
  27. 551d517 Merge "Remove references to deleted class." by Narayan Kamath · 8 years ago
  28. f292191 Remove references to deleted class. by Narayan Kamath · 8 years ago
  29. dd9c9b9 Merge "Unblacklist a couple of tests" by Shubham Ajmera · 8 years ago
  30. 0a26ec7 Merge "ByteBuffer: Use |offset| directly." by Narayan Kamath · 8 years ago
  31. 7d2549c ByteBuffer: Use |offset| directly. by Narayan Kamath · 8 years ago
  32. 4f91c91 Merge "Add java.util.function code" by Neil Fuller · 8 years ago
  33. e445c18 Merge "SimpleDateFormat: Amend tests to match specified behaviour." by Narayan Kamath · 8 years ago
  34. 6557ca8 SimpleDateFormat: Amend tests to match specified behaviour. by Narayan Kamath · 8 years ago
  35. e053d5e Add java.util.function code by Neil Fuller · 8 years ago
  36. 754b3a9 Merge "Stubs required for javac to compile lambda code" by Neil Fuller · 8 years ago
  37. 62272ca Merge "SimpleDateFormatTest: Fix a couple of bogus tests involving non-olson tzs." by Narayan Kamath · 8 years ago
  38. ce6a6ab SimpleDateFormatTest: Fix a couple of bogus tests involving non-olson tzs. by Narayan Kamath · 8 years ago
  39. 5b7b726 Merge "SSLServerSocketFactory: Mirror SSLSocketFactory initialization." by Narayan Kamath · 8 years ago
  40. 3d03e2c SSLServerSocketFactory: Mirror SSLSocketFactory initialization. by Narayan Kamath · 8 years ago
  41. aebd868 Merge "Fix ByteBuffer performance regression." by Przemyslaw Szczepaniak · 8 years ago
  42. 7f5c534 Merge "SimpleDateFormatTest : Remove dead code." by Narayan Kamath · 8 years ago
  43. 27c702b Fix ByteBuffer performance regression. by Przemyslaw Szczepaniak · 8 years ago
  44. 320cf5e SimpleDateFormatTest : Remove dead code. by Narayan Kamath · 8 years ago
  45. feb003f Merge "Add MODULE_LICENSE_GPL.. for libcore/ojluni." by Narayan Kamath · 8 years ago
  46. b22b7f8 Add MODULE_LICENSE_GPL.. for libcore/ojluni. by Narayan Kamath · 8 years ago
  47. 8356373 Merge "ZipFile: Improve performance for ZipFile.<init>" by Narayan Kamath · 8 years ago
  48. 8c6a910 ZipFile: Improve performance for ZipFile.<init> by Narayan Kamath · 8 years ago
  49. 6ec0f2e Merge "Hide java.security.Signatue#getCurrentSpi" by Przemyslaw Szczepaniak · 8 years ago
  50. 9a8cfd6 Hide java.security.Signatue#getCurrentSpi by Przemyslaw Szczepaniak · 8 years ago
  51. 7ad57e7 Merge "Remove java.nio.channels.* classes without test coverage." by Przemyslaw Szczepaniak · 8 years ago
  52. 3e4699d Merge "Switch NetworkInterface to one getifaddrs call." by Przemyslaw Szczepaniak · 8 years ago
  53. bdcfcc3 Merge "Avoid running Runtime.gc() until we need to run finalization." by Mathieu Chartier · 8 years ago
  54. 8c773ee Merge "Android-ify SocketOptions.IP_MULTICAST_IF2" by Przemyslaw Szczepaniak · 8 years ago
  55. 240a3f0 Switch NetworkInterface to one getifaddrs call. by Przemyslaw Szczepaniak · 8 years ago
  56. ae2e19f Remove java.nio.channels.* classes without test coverage. by Przemyslaw Szczepaniak · 8 years ago
  57. d0dadcd Unblacklist a couple of tests by Shubham Ajmera · 8 years ago
  58. cd3ce75 Avoid running Runtime.gc() until we need to run finalization. by Mathieu Chartier · 8 years ago
  59. 7d6a54c Stubs required for javac to compile lambda code by Neil Fuller · 8 years ago
  60. e682d4d Merge "Enable Java 1.8 language features in libcore code" by Neil Fuller · 8 years ago
  61. 9313ce1 Merge "AlgorithmParametersTestDSA: update DSA parameters" by Kenny Root · 8 years ago
  62. 396175e AlgorithmParametersTestDSA: update DSA parameters by Kenny Root · 8 years ago
  63. 3e44160 Merge "Remove public InetAddress#getAddressInternal()" by Przemyslaw Szczepaniak · 8 years ago
  64. 1dad453 Merge "SocketImpl#getFileDescriptor shouldn't be public" by Przemyslaw Szczepaniak · 8 years ago
  65. 8f47a5b Merge "Enable a few black listed tests" by Shubham Ajmera · 8 years ago
  66. fe7c0b8 Merge "Fix libcore.java.sql.OldPreparedStatementTest#testExecuteQuery" by Shubham Ajmera · 8 years ago
  67. 17ab3e9 Fix libcore.java.sql.OldPreparedStatementTest#testExecuteQuery by Shubham Ajmera · 8 years ago
  68. 68b1892 Remove public InetAddress#getAddressInternal() by Przemyslaw Szczepaniak · 8 years ago
  69. b0ff23b SocketImpl#getFileDescriptor shouldn't be public by Przemyslaw Szczepaniak · 8 years ago
  70. 144bf4e Android-ify SocketOptions.IP_MULTICAST_IF2 by Przemyslaw Szczepaniak · 8 years ago
  71. b7496f1 Merge "Remove dead code in mcast_join_leave" by Przemyslaw Szczepaniak · 8 years ago
  72. 5850622 Remove dead code in mcast_join_leave by Przemyslaw Szczepaniak · 8 years ago
  73. 05ec9bf Merge "Remove unused currency resource." by Shubham Ajmera · 8 years ago
  74. a8e9dac Merge "annotation: Un-@hide new 1.8 APIs" by Igor Murashkin · 8 years ago
  75. 59e3fd8 annotation: Un-@hide new 1.8 APIs by Igor Murashkin · 8 years ago
  76. 6eeb686 Merge "Fix AlgorithmParameter tests to have better errors" by Kenny Root · 8 years ago
  77. 420ea38 Fix AlgorithmParameter tests to have better errors by Kenny Root · 8 years ago
  78. d5095a5 Merge "Revert "Revert "Split the harmony SimpleDateFormatTest test methods up""" by Paul Duffin · 8 years ago
  79. 3159400 Revert "Revert "Split the harmony SimpleDateFormatTest test methods up"" by Paul Duffin · 8 years ago
  80. 78ce47a Merge "Adjust for DST properly in GregorianCalendar.add(int,int)." by Paul Duffin · 8 years ago
  81. e074332 Adjust for DST properly in GregorianCalendar.add(int,int). by Paul Duffin · 8 years ago
  82. b9ee2d4 Merge "Update ChaCha20/Poly1305 TLS cipher suite IDs" by Kenny Root · 8 years ago
  83. 6e5df62 Merge "Revert "Revert "Make ZoneInfoTest.testReadSerialized work with CTS""" by Paul Duffin · 8 years ago
  84. ac03995 Revert "Revert "Make ZoneInfoTest.testReadSerialized work with CTS"" by Paul Duffin · 8 years ago
  85. c5b7943 Update ChaCha20/Poly1305 TLS cipher suite IDs by Kenny Root · 8 years ago
  86. 25ca089 Merge "Allow inherited DSAKey and ECKey parameters" by Kenny Root · 8 years ago
  87. c514f06 Remove unused currency resource. by Shubham Ajmera · 8 years ago
  88. f3351bd Allow inherited DSAKey and ECKey parameters by Kenny Root · 8 years ago
  89. 5131afc Merge "Revert "Split the harmony SimpleDateFormatTest test methods up"" by Nicolas Geoffray · 8 years ago
  90. 52c6d22 Revert "Split the harmony SimpleDateFormatTest test methods up" by Nicolas Geoffray · 8 years ago
  91. d92cdfc Merge "Fix CertPathBuilderPKIX test" by Kenny Root · 8 years ago
  92. 629e4a5 Merge "Revert "Make ZoneInfoTest.testReadSerialized work with CTS"" by Nicolas Geoffray · 8 years ago
  93. 0a11c3d Revert "Make ZoneInfoTest.testReadSerialized work with CTS" by Nicolas Geoffray · 8 years ago
  94. da43fc5 Merge "Split the harmony SimpleDateFormatTest test methods up" by Paul Duffin · 8 years ago
  95. 06e77ed Split the harmony SimpleDateFormatTest test methods up by Paul Duffin · 8 years ago
  96. 1f1b6326 Merge "Make ZoneInfoTest.testReadSerialized work with CTS" by Paul Duffin · 8 years ago
  97. 15de98d Make ZoneInfoTest.testReadSerialized work with CTS by Paul Duffin · 8 years ago
  98. 38809e5 Merge "Cert path: sigProvider is not required" by Kenny Root · 8 years ago
  99. 732929c Cert path: sigProvider is not required by Kenny Root · 8 years ago
  100. 674ffc8 Merge "Blacklist weak ciphers to match previous behavior" by Kenny Root · 8 years ago