1. 38e7d1a Merge "Add Iterable#forEach & Map#forEach from openJdk8" by Przemyslaw Szczepaniak · 9 years ago
  2. b8de6ba Merge "Fix #close() for FileChannel created from FileDescriptor." by Przemyslaw Szczepaniak · 9 years ago
  3. 5e7b572 Fix #close() for FileChannel created from FileDescriptor. by Przemyslaw Szczepaniak · 9 years ago
  4. c3a9db8 Add Iterable#forEach & Map#forEach from openJdk8 by Przemyslaw Szczepaniak · 9 years ago
  5. 408019e Revert "Revert "Fix DatagramChannelTest#test_setOption."" by Narayan Kamath · 9 years ago
  6. 5edc236 Revert "Fix DatagramChannelTest#test_setOption." by Narayan Kamath · 9 years ago
  7. 5ece1b5 Fix DatagramChannelTest#test_setOption. by Narayan Kamath · 9 years ago
  8. 0304ca7 Merge "Enable X509CertSelectorTest" by Shubham Ajmera · 9 years ago
  9. cd77f9a Change ListOfTypes.resolveTypes to use instanceof. by Jeff Hao · 9 years ago
  10. 5ef4091 Enable X509CertSelectorTest by Shubham Ajmera · 9 years ago
  11. 3a4b7eb File: Allow java.io.tmpdir to change. by Narayan Kamath · 9 years ago
  12. c8dac25 Merge "nio: Add unit tests for setOption / getOption." by Narayan Kamath · 9 years ago
  13. aff7af3 nio: Add unit tests for setOption / getOption. by Narayan Kamath · 9 years ago
  14. 3e37846 Merge "Change assert to assertTrue" by Neil Fuller · 9 years ago
  15. 9f290d5 Change assert to assertTrue by Neil Fuller · 9 years ago
  16. 668d346 CTS tests for java.util.function changes by Neil Fuller · 9 years ago
  17. 838dc8a InetAddress: Don't throw SocketException from isReachable. by Narayan Kamath · 9 years ago
  18. c7b148f URLConnection: Add regression test for b/26769689. by Narayan Kamath · 9 years ago
  19. dd9c9b9 Merge "Unblacklist a couple of tests" by Shubham Ajmera · 9 years ago
  20. e053d5e Add java.util.function code by Neil Fuller · 9 years ago
  21. 3e4699d Merge "Switch NetworkInterface to one getifaddrs call." by Przemyslaw Szczepaniak · 9 years ago
  22. 240a3f0 Switch NetworkInterface to one getifaddrs call. by Przemyslaw Szczepaniak · 9 years ago
  23. d0dadcd Unblacklist a couple of tests by Shubham Ajmera · 9 years ago
  24. 396175e AlgorithmParametersTestDSA: update DSA parameters by Kenny Root · 9 years ago
  25. 3e44160 Merge "Remove public InetAddress#getAddressInternal()" by Przemyslaw Szczepaniak · 9 years ago
  26. 1dad453 Merge "SocketImpl#getFileDescriptor shouldn't be public" by Przemyslaw Szczepaniak · 9 years ago
  27. 8f47a5b Merge "Enable a few black listed tests" by Shubham Ajmera · 9 years ago
  28. fe7c0b8 Merge "Fix libcore.java.sql.OldPreparedStatementTest#testExecuteQuery" by Shubham Ajmera · 9 years ago
  29. 17ab3e9 Fix libcore.java.sql.OldPreparedStatementTest#testExecuteQuery by Shubham Ajmera · 9 years ago
  30. 68b1892 Remove public InetAddress#getAddressInternal() by Przemyslaw Szczepaniak · 9 years ago
  31. b0ff23b SocketImpl#getFileDescriptor shouldn't be public by Przemyslaw Szczepaniak · 9 years ago
  32. 420ea38 Fix AlgorithmParameter tests to have better errors by Kenny Root · 9 years ago
  33. e074332 Adjust for DST properly in GregorianCalendar.add(int,int). by Paul Duffin · 9 years ago
  34. 6e5df62 Merge "Revert "Revert "Make ZoneInfoTest.testReadSerialized work with CTS""" by Paul Duffin · 9 years ago
  35. ac03995 Revert "Revert "Make ZoneInfoTest.testReadSerialized work with CTS"" by Paul Duffin · 9 years ago
  36. d92cdfc Merge "Fix CertPathBuilderPKIX test" by Kenny Root · 9 years ago
  37. 0a11c3d Revert "Make ZoneInfoTest.testReadSerialized work with CTS" by Nicolas Geoffray · 9 years ago
  38. 15de98d Make ZoneInfoTest.testReadSerialized work with CTS by Paul Duffin · 9 years ago
  39. 674ffc8 Merge "Blacklist weak ciphers to match previous behavior" by Kenny Root · 9 years ago
  40. 968cd4e Fix CertPathBuilderPKIX test by Kenny Root · 9 years ago
  41. 4d15684 Blacklist weak ciphers to match previous behavior by Kenny Root · 9 years ago
  42. be81f0f Merge changes from topic 'reflection_1_8' by Igor Murashkin · 9 years ago
  43. d20280a Make test_clear_45877 more reliable and test more behavior by Paul Duffin · 9 years ago
  44. 1cb7758 Add hack to make sure Socket#impl field is not null by Kenny Root · 9 years ago
  45. c16f799 Merge "Revert "Revert "Assert SNI type is SNI_HOST_NAME""" by Kenny Root · 9 years ago
  46. 1bbc05a Merge "Use a SNI-aware version of SSLSocketFactory#createSocket" by Kenny Root · 9 years ago
  47. 39f6196 Merge "Add tests for SSL handshake session and endpoint verification" by Kenny Root · 9 years ago
  48. e3603ab FileInputStream: Fix FD leak when opening a dir. by Narayan Kamath · 9 years ago
  49. 01b7734 Add tests for SSL handshake session and endpoint verification by Kenny Root · 9 years ago
  50. 6309be4 Use a SNI-aware version of SSLSocketFactory#createSocket by Kenny Root · 9 years ago
  51. ab1a6e2 Revert "Revert "Assert SNI type is SNI_HOST_NAME"" by Kenny Root · 9 years ago
  52. 31325a8 Revert "Assert SNI type is SNI_HOST_NAME" by Kenny Root · 9 years ago
  53. 3657a4e Assert SNI type is SNI_HOST_NAME by Kenny Root · 9 years ago
  54. fe6fe17 URL: Remove toUriLenient. by Narayan Kamath · 9 years ago
  55. b93dbae URL: Avoid network I/O in hashCode and equals. by Narayan Kamath · 9 years ago
  56. 9599ec5 Revert "Revert "reflection: Add new AnnotatedElement 1.8 methods."" by Igor Murashkin · 9 years ago
  57. e7bb4da Restore tests for _elementSizeShift. by Narayan Kamath · 9 years ago
  58. 7363410 Revert "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching."" by Narayan Kamath · 9 years ago
  59. a0141b2 Merge changes from topic 'sni' by Kenny Root · 9 years ago
  60. 533d5a2 Merge "Restore ZoneInfo specific code in GregorianCalendar" by Paul Duffin · 9 years ago
  61. c59581b Merge "Add a Provider that only does CertPathBuilder and CertPathValidator" by Kenny Root · 9 years ago
  62. bf04039 Add a Provider that only does CertPathBuilder and CertPathValidator by Kenny Root · 9 years ago
  63. 3af4662 Restore ZoneInfo specific code in GregorianCalendar by Paul Duffin · 9 years ago
  64. b3e502d Add tests for libcore.util.ZoneInfo, document and fix issues by Paul Duffin · 9 years ago
  65. 8456b1f Enable a few black listed tests by Shubham Ajmera · 9 years ago
  66. b47ee6b Calendar: Add regression test for calendar app bug. by Narayan Kamath · 9 years ago
  67. fd8e38f Merge "Revert "reflection: Add new AnnotatedElement 1.8 methods."" by Nicolas Geoffray · 9 years ago
  68. ac6e7a4 Revert "reflection: Add new AnnotatedElement 1.8 methods." by Nicolas Geoffray · 9 years ago
  69. 4dcb96a Fix serialization in DecimalFormat / DecimalFormatSymbols. by Shubham Ajmera · 9 years ago
  70. 80d240b URLConnectionTest: Change character mapping expectations. by Narayan Kamath · 9 years ago
  71. b96141a Add SNI support to TLS sockets by Kenny Root · 9 years ago
  72. 4d4ff5e reflection: Add new AnnotatedElement 1.8 methods. by Igor Murashkin · 9 years ago
  73. eac4edb Merge "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching."" by Narayan Kamath · 9 years ago
  74. 225d130 Revert "Cookies: Add targetSdkVersion based compatibility for domain matching." by Narayan Kamath · 9 years ago
  75. b4670cb Merge "Cookies: Add targetSdkVersion based compatibility for domain matching." by Yi Kong · 9 years ago
  76. 1e7abd8 Cookies: Add targetSdkVersion based compatibility for domain matching. by Narayan Kamath · 9 years ago
  77. b172211 Merge "Check for exceptions before calling NewObject" by Yi Kong · 9 years ago
  78. 8fbe7d8 Check for exceptions before calling NewObject by Yi Kong · 9 years ago
  79. e8f99a2 Merge "Improve NativeAllocationRegistryTest" by Richard Uhler · 9 years ago
  80. e409de2 Revert "Revert "Expose correct FileDescriptor in DatagramSocketAdaptor"" by Yi Kong · 9 years ago
  81. 933f215 Merge "Fix algorithm name test" by Kenny Root · 9 years ago
  82. ac1dd95 Merge "ProviderServiceTest: change tests to check that newly created services must be registered" by Sergio Giro · 9 years ago
  83. 5a17d6c ProviderServiceTest: change tests to check that newly created services must be registered by Sergio Giro · 9 years ago
  84. d7d09b5 Merge "Add RAW image mimetypes" by Jaesung Chung · 9 years ago
  85. 1b93c46 Improve NativeAllocationRegistryTest by Richard Uhler · 9 years ago
  86. 9b83a5f Merge "Fix ZoneInfo.WallTime.mktime" by Neil Fuller · 9 years ago
  87. 80bc6ed Add ETH_P_ALL to OsConstants.java by pauljensen · 9 years ago
  88. d7145a9 Enum: Fix potential deadlocks caused by BasicLruCache usage. by Andreas Gampe · 9 years ago
  89. 4a174c4 Add RAW image mimetypes by Jaesung Chung · 9 years ago
  90. b129545 Merge "Remove test for AlgNameMapper" by Kenny Root · 9 years ago
  91. 59bfac2 Fix algorithm name test by Kenny Root · 9 years ago
  92. ca31a11 Remove test for AlgNameMapper by Kenny Root · 9 years ago
  93. 60fc8ca Fix ZoneInfo.WallTime.mktime by Neil Fuller · 9 years ago
  94. 9c2cb67 OldNumberFormatTest: Update test expectations. by Narayan Kamath · 9 years ago
  95. 14343cd Remove unnecessary subclass of BasicLruCache. by Narayan Kamath · 9 years ago
  96. 891ab51 Revert "Expose correct FileDescriptor in DatagramSocketAdaptor" by Yi Kong · 9 years ago
  97. 60692ec Expose correct FileDescriptor in DatagramSocketAdaptor by Yi Kong · 9 years ago
  98. c0461d4 Merge "java/security: remove system.scope from security.properties" by Sergio Giro · 9 years ago
  99. d114f5f Merge "IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()" by Sergio Giro · 9 years ago
  100. 470d473 IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope() by Sergio Giro · 9 years ago