1. d20280a Make test_clear_45877 more reliable and test more behavior by Paul Duffin · 9 years ago
  2. e75bc74 Merge "Add hack to make sure Socket#impl field is not null" by Kenny Root · 9 years ago
  3. 1cb7758 Add hack to make sure Socket#impl field is not null by Kenny Root · 9 years ago
  4. 40dffe7 Merge "Improve performance of Reference processing." by Richard Uhler · 9 years ago
  5. da516f5 Merge "CertPathValidator: fix typo in classname" by Kenny Root · 9 years ago
  6. 86e1048 CertPathValidator: fix typo in classname by Kenny Root · 9 years ago
  7. c16f799 Merge "Revert "Revert "Assert SNI type is SNI_HOST_NAME""" by Kenny Root · 9 years ago
  8. 3deee53 Merge "Add ChaCha20-Poly1305 as an enabled cipher suite" by Kenny Root · 9 years ago
  9. 1bbc05a Merge "Use a SNI-aware version of SSLSocketFactory#createSocket" by Kenny Root · 9 years ago
  10. 39f6196 Merge "Add tests for SSL handshake session and endpoint verification" by Kenny Root · 9 years ago
  11. e9a45f0 Merge "FileInputStream: Fix FD leak when opening a dir." by Narayan Kamath · 9 years ago
  12. e3603ab FileInputStream: Fix FD leak when opening a dir. by Narayan Kamath · 9 years ago
  13. 18071ab Add ChaCha20-Poly1305 as an enabled cipher suite by Kenny Root · 9 years ago
  14. 35ca54d Merge "WeakHashMap: Remove some unnecessary lazy initialization." by Narayan Kamath · 9 years ago
  15. 01b7734 Add tests for SSL handshake session and endpoint verification by Kenny Root · 9 years ago
  16. 67516f5 WeakHashMap: Remove some unnecessary lazy initialization. by Narayan Kamath · 9 years ago
  17. 6309be4 Use a SNI-aware version of SSLSocketFactory#createSocket by Kenny Root · 9 years ago
  18. ab1a6e2 Revert "Revert "Assert SNI type is SNI_HOST_NAME"" by Kenny Root · 9 years ago
  19. 62fb7d2 Merge "Revert "Assert SNI type is SNI_HOST_NAME"" by Kenny Root · 9 years ago
  20. 31325a8 Revert "Assert SNI type is SNI_HOST_NAME" by Kenny Root · 9 years ago
  21. fc7f64b Merge "Assert SNI type is SNI_HOST_NAME" by Kenny Root · 9 years ago
  22. 3657a4e Assert SNI type is SNI_HOST_NAME by Kenny Root · 9 years ago
  23. 1d057c6 Merge "URL: Remove toUriLenient." by Narayan Kamath · 9 years ago
  24. fe6fe17 URL: Remove toUriLenient. by Narayan Kamath · 9 years ago
  25. cbdb41c Merge "ZipEntry: Update comment." by Narayan Kamath · 9 years ago
  26. f37dcda ZipEntry: Update comment. by Narayan Kamath · 9 years ago
  27. b0de43d Merge "Update expectation to reflect class name change" by Neil Fuller · 9 years ago
  28. e43c167 Merge "Remove sun.util.PreHashedMap." by Narayan Kamath · 9 years ago
  29. 92b84f7 Remove sun.util.PreHashedMap. by Narayan Kamath · 9 years ago
  30. 364147f Merge "URL: Avoid network I/O in hashCode and equals." by Narayan Kamath · 9 years ago
  31. b93dbae URL: Avoid network I/O in hashCode and equals. by Narayan Kamath · 9 years ago
  32. ddacaa4 Update expectation to reflect class name change by Neil Fuller · 9 years ago
  33. 2a4b1e7 Merge "Restore tests for _elementSizeShift." by Narayan Kamath · 9 years ago
  34. e7bb4da Restore tests for _elementSizeShift. by Narayan Kamath · 9 years ago
  35. 471a22f Merge "Revert "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching.""" by Narayan Kamath · 9 years ago
  36. 7363410 Revert "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching."" by Narayan Kamath · 9 years ago
  37. 0bfcc45 Merge "Revert "Revert "Update sun.misc.Unsafe.""" by Narayan Kamath · 9 years ago
  38. f1934b4 Revert "Revert "Update sun.misc.Unsafe."" by Narayan Kamath · 9 years ago
  39. 25e13cc Merge "Revert "Revert "Remove $ from $ suffixed Unsafe functions.""" by Narayan Kamath · 9 years ago
  40. c87bc62 Revert "Revert "Remove $ from $ suffixed Unsafe functions."" by Narayan Kamath · 9 years ago
  41. bf2441f Merge "Revert "Remove $ from $ suffixed Unsafe functions."" by Narayan Kamath · 9 years ago
  42. b670ac3 Revert "Remove $ from $ suffixed Unsafe functions." by Narayan Kamath · 9 years ago
  43. 8303c4d Merge "Revert "Update sun.misc.Unsafe."" by Narayan Kamath · 9 years ago
  44. 6e91d0c Revert "Update sun.misc.Unsafe." by Narayan Kamath · 9 years ago
  45. ddf64f9 Merge "Update sun.misc.Unsafe." by Narayan Kamath · 9 years ago
  46. 5ef64a3 Update sun.misc.Unsafe. by Narayan Kamath · 9 years ago
  47. bcac837 Merge "Remove $ from $ suffixed Unsafe functions." by Narayan Kamath · 9 years ago
  48. aa517a3 Remove $ from $ suffixed Unsafe functions. by Narayan Kamath · 9 years ago
  49. 8b6ed92 Merge "Fix docs build." by Narayan Kamath · 9 years ago
  50. 37b72df Fix docs build. by Narayan Kamath · 9 years ago
  51. 44613dd Merge "Fix memory leak in System.log" by Narayan Kamath · 9 years ago
  52. 3f64b87 Fix memory leak in System.log by Narayan Kamath · 9 years ago
  53. a0141b2 Merge changes from topic 'sni' by Kenny Root · 9 years ago
  54. 533d5a2 Merge "Restore ZoneInfo specific code in GregorianCalendar" by Paul Duffin · 9 years ago
  55. c59581b Merge "Add a Provider that only does CertPathBuilder and CertPathValidator" by Kenny Root · 9 years ago
  56. bf04039 Add a Provider that only does CertPathBuilder and CertPathValidator by Kenny Root · 9 years ago
  57. 3af4662 Restore ZoneInfo specific code in GregorianCalendar by Paul Duffin · 9 years ago
  58. 501449f Merge "Add tests for libcore.util.ZoneInfo, document and fix issues" by Paul Duffin · 9 years ago
  59. 8621f2a Merge "Unhide @Repeatable" by Neil Fuller · 9 years ago
  60. 48a7c77 Unhide @Repeatable by Neil Fuller · 9 years ago
  61. bb4f585 Merge "Unhide FunctionalInterface" by Neil Fuller · 9 years ago
  62. b3e502d Add tests for libcore.util.ZoneInfo, document and fix issues by Paul Duffin · 9 years ago
  63. bdddfc6 Unhide FunctionalInterface by Neil Fuller · 9 years ago
  64. 7564378 Merge "Unhide Method.isDefault" by Neil Fuller · 9 years ago
  65. 1ca3074 Unhide Method.isDefault by Neil Fuller · 9 years ago
  66. df3cb9d Merge "Calendar: Add regression test for calendar app bug." by Narayan Kamath · 9 years ago
  67. b47ee6b Calendar: Add regression test for calendar app bug. by Narayan Kamath · 9 years ago
  68. fd8e38f Merge "Revert "reflection: Add new AnnotatedElement 1.8 methods."" by Nicolas Geoffray · 9 years ago
  69. ac6e7a4 Revert "reflection: Add new AnnotatedElement 1.8 methods." by Nicolas Geoffray · 9 years ago
  70. 446ce13 Merge "Fix serialization in DecimalFormat / DecimalFormatSymbols." by Narayan Kamath · 9 years ago
  71. 4dcb96a Fix serialization in DecimalFormat / DecimalFormatSymbols. by Shubham Ajmera · 9 years ago
  72. 83b7d2c Merge "URLConnectionTest: Change character mapping expectations." by Narayan Kamath · 9 years ago
  73. 80d240b URLConnectionTest: Change character mapping expectations. by Narayan Kamath · 9 years ago
  74. 1efea7d Add API to honor TLS cipher suites order by Kenny Root · 9 years ago
  75. b96141a Add SNI support to TLS sockets by Kenny Root · 9 years ago
  76. 0b2c3a6 Merge "Preserve compatibility for makePathElements" by Dimitry Ivanov · 9 years ago
  77. 941742a Preserve compatibility for makePathElements by Dimitry Ivanov · 9 years ago
  78. 8f4a37e Merge "reflection: Add new AnnotatedElement 1.8 methods." by Igor Murashkin · 9 years ago
  79. 4d4ff5e reflection: Add new AnnotatedElement 1.8 methods. by Igor Murashkin · 9 years ago
  80. af40563 Merge "Remove java.nio.file package" by Przemyslaw Szczepaniak · 9 years ago
  81. eac4edb Merge "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching."" by Narayan Kamath · 9 years ago
  82. 225d130 Revert "Cookies: Add targetSdkVersion based compatibility for domain matching." by Narayan Kamath · 9 years ago
  83. b4670cb Merge "Cookies: Add targetSdkVersion based compatibility for domain matching." by Yi Kong · 9 years ago
  84. 1e7abd8 Cookies: Add targetSdkVersion based compatibility for domain matching. by Narayan Kamath · 9 years ago
  85. e0c43b0b Remove java.nio.file package by Przemyslaw Szczepaniak · 9 years ago
  86. 1532860 Improve performance of Reference processing. by Richard Uhler · 9 years ago
  87. b172211 Merge "Check for exceptions before calling NewObject" by Yi Kong · 9 years ago
  88. 8fbe7d8 Check for exceptions before calling NewObject by Yi Kong · 9 years ago
  89. e8f99a2 Merge "Improve NativeAllocationRegistryTest" by Richard Uhler · 9 years ago
  90. 70626cf Merge "Port android CipherSpi selection algorithm to openJdk" by Przemyslaw Szczepaniak · 9 years ago
  91. 65325fa Merge "Fix mcast_join_leave for IPv6 addresses" by Przemyslaw Szczepaniak · 9 years ago
  92. ad01de6 Merge "Revert "Revert "Expose correct FileDescriptor in DatagramSocketAdaptor""" by Yi Kong · 9 years ago
  93. e409de2 Revert "Revert "Expose correct FileDescriptor in DatagramSocketAdaptor"" by Yi Kong · 9 years ago
  94. 9f3f250 Port android CipherSpi selection algorithm to openJdk by Przemyslaw Szczepaniak · 9 years ago
  95. 7f1690e Merge "Fix incorrect @hide usage" by Przemyslaw Szczepaniak · 9 years ago
  96. 00b7173 Fix incorrect @hide usage by Przemyslaw Szczepaniak · 9 years ago
  97. 8a7588c Merge "Cleanup mcast_join_leave function in PlainDatagramSocketImpl" by Przemyslaw Szczepaniak · 9 years ago
  98. 933f215 Merge "Fix algorithm name test" by Kenny Root · 9 years ago
  99. ac1dd95 Merge "ProviderServiceTest: change tests to check that newly created services must be registered" by Sergio Giro · 9 years ago
  100. 5a17d6c ProviderServiceTest: change tests to check that newly created services must be registered by Sergio Giro · 9 years ago