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