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