1. b22b7f8 Add MODULE_LICENSE_GPL.. for libcore/ojluni. by Narayan Kamath · 8 years ago
  2. 8c6a910 ZipFile: Improve performance for ZipFile.<init> by Narayan Kamath · 8 years ago
  3. 6ec0f2e Merge "Hide java.security.Signatue#getCurrentSpi" by Przemyslaw Szczepaniak · 8 years ago
  4. 9a8cfd6 Hide java.security.Signatue#getCurrentSpi by Przemyslaw Szczepaniak · 8 years ago
  5. 7ad57e7 Merge "Remove java.nio.channels.* classes without test coverage." by Przemyslaw Szczepaniak · 8 years ago
  6. 3e4699d Merge "Switch NetworkInterface to one getifaddrs call." by Przemyslaw Szczepaniak · 8 years ago
  7. bdcfcc3 Merge "Avoid running Runtime.gc() until we need to run finalization." by Mathieu Chartier · 8 years ago
  8. 8c773ee Merge "Android-ify SocketOptions.IP_MULTICAST_IF2" by Przemyslaw Szczepaniak · 8 years ago
  9. 240a3f0 Switch NetworkInterface to one getifaddrs call. by Przemyslaw Szczepaniak · 9 years ago
  10. ae2e19f Remove java.nio.channels.* classes without test coverage. by Przemyslaw Szczepaniak · 8 years ago
  11. cd3ce75 Avoid running Runtime.gc() until we need to run finalization. by Mathieu Chartier · 8 years ago
  12. 3e44160 Merge "Remove public InetAddress#getAddressInternal()" by Przemyslaw Szczepaniak · 8 years ago
  13. 68b1892 Remove public InetAddress#getAddressInternal() by Przemyslaw Szczepaniak · 8 years ago
  14. b0ff23b SocketImpl#getFileDescriptor shouldn't be public by Przemyslaw Szczepaniak · 8 years ago
  15. 144bf4e Android-ify SocketOptions.IP_MULTICAST_IF2 by Przemyslaw Szczepaniak · 8 years ago
  16. 5850622 Remove dead code in mcast_join_leave by Przemyslaw Szczepaniak · 8 years ago
  17. 05ec9bf Merge "Remove unused currency resource." by Shubham Ajmera · 8 years ago
  18. a8e9dac Merge "annotation: Un-@hide new 1.8 APIs" by Igor Murashkin · 8 years ago
  19. 59e3fd8 annotation: Un-@hide new 1.8 APIs by Igor Murashkin · 8 years ago
  20. e074332 Adjust for DST properly in GregorianCalendar.add(int,int). by Paul Duffin · 8 years ago
  21. c514f06 Remove unused currency resource. by Shubham Ajmera · 8 years ago
  22. f3351bd Allow inherited DSAKey and ECKey parameters by Kenny Root · 8 years ago
  23. 732929c Cert path: sigProvider is not required by Kenny Root · 8 years ago
  24. 900667d Merge "reflect: Clean up Proxy to remove dead code" by Igor Murashkin · 8 years ago
  25. be81f0f Merge changes from topic 'reflection_1_8' by Igor Murashkin · 8 years ago
  26. 1cb7758 Add hack to make sure Socket#impl field is not null by Kenny Root · 8 years ago
  27. 40dffe7 Merge "Improve performance of Reference processing." by Richard Uhler · 8 years ago
  28. ecbb26d reflect: Clean up Proxy to remove dead code by Igor Murashkin · 8 years ago
  29. 86e1048 CertPathValidator: fix typo in classname by Kenny Root · 8 years ago
  30. e3603ab FileInputStream: Fix FD leak when opening a dir. by Narayan Kamath · 8 years ago
  31. 67516f5 WeakHashMap: Remove some unnecessary lazy initialization. by Narayan Kamath · 8 years ago
  32. fe6fe17 URL: Remove toUriLenient. by Narayan Kamath · 8 years ago
  33. f37dcda ZipEntry: Update comment. by Narayan Kamath · 8 years ago
  34. 92b84f7 Remove sun.util.PreHashedMap. by Narayan Kamath · 8 years ago
  35. b93dbae URL: Avoid network I/O in hashCode and equals. by Narayan Kamath · 8 years ago
  36. 9599ec5 Revert "Revert "reflection: Add new AnnotatedElement 1.8 methods."" by Igor Murashkin · 8 years ago
  37. 83d7484 reflect: Remove illegal invoke-direct to Proxy private method by Igor Murashkin · 8 years ago
  38. e7bb4da Restore tests for _elementSizeShift. by Narayan Kamath · 8 years ago
  39. 7363410 Revert "Revert "Cookies: Add targetSdkVersion based compatibility for domain matching."" by Narayan Kamath · 8 years ago
  40. f1934b4 Revert "Revert "Update sun.misc.Unsafe."" by Narayan Kamath · 8 years ago
  41. c87bc62 Revert "Revert "Remove $ from $ suffixed Unsafe functions."" by Narayan Kamath · 8 years ago
  42. b670ac3 Revert "Remove $ from $ suffixed Unsafe functions." by Narayan Kamath · 8 years ago
  43. aa517a3 Remove $ from $ suffixed Unsafe functions. by Narayan Kamath · 8 years ago
  44. 37b72df Fix docs build. by Narayan Kamath · 8 years ago
  45. 3f64b87 Fix memory leak in System.log by Narayan Kamath · 8 years ago
  46. a0141b2 Merge changes from topic 'sni' by Kenny Root · 8 years ago
  47. 533d5a2 Merge "Restore ZoneInfo specific code in GregorianCalendar" by Paul Duffin · 8 years ago
  48. c59581b Merge "Add a Provider that only does CertPathBuilder and CertPathValidator" by Kenny Root · 8 years ago
  49. bf04039 Add a Provider that only does CertPathBuilder and CertPathValidator by Kenny Root · 8 years ago
  50. 3af4662 Restore ZoneInfo specific code in GregorianCalendar by Paul Duffin · 8 years ago
  51. 8621f2a Merge "Unhide @Repeatable" by Neil Fuller · 8 years ago
  52. 48a7c77 Unhide @Repeatable by Neil Fuller · 8 years ago
  53. bb4f585 Merge "Unhide FunctionalInterface" by Neil Fuller · 8 years ago
  54. bdddfc6 Unhide FunctionalInterface by Neil Fuller · 8 years ago
  55. 7564378 Merge "Unhide Method.isDefault" by Neil Fuller · 8 years ago
  56. 1ca3074 Unhide Method.isDefault by Neil Fuller · 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. 1efea7d Add API to honor TLS cipher suites order by Kenny Root · 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. af40563 Merge "Remove java.nio.file package" by Przemyslaw Szczepaniak · 8 years ago
  64. 225d130 Revert "Cookies: Add targetSdkVersion based compatibility for domain matching." by Narayan Kamath · 8 years ago
  65. 1e7abd8 Cookies: Add targetSdkVersion based compatibility for domain matching. by Narayan Kamath · 8 years ago
  66. e0c43b0b Remove java.nio.file package by Przemyslaw Szczepaniak · 8 years ago
  67. 1532860 Improve performance of Reference processing. by Richard Uhler · 9 years ago
  68. 70626cf Merge "Port android CipherSpi selection algorithm to openJdk" by Przemyslaw Szczepaniak · 8 years ago
  69. 65325fa Merge "Fix mcast_join_leave for IPv6 addresses" by Przemyslaw Szczepaniak · 8 years ago
  70. e409de2 Revert "Revert "Expose correct FileDescriptor in DatagramSocketAdaptor"" by Yi Kong · 8 years ago
  71. 9f3f250 Port android CipherSpi selection algorithm to openJdk by Przemyslaw Szczepaniak · 8 years ago
  72. 00b7173 Fix incorrect @hide usage by Przemyslaw Szczepaniak · 8 years ago
  73. 8a7588c Merge "Cleanup mcast_join_leave function in PlainDatagramSocketImpl" by Przemyslaw Szczepaniak · 8 years ago
  74. 96b3a20 Merge "Fix LogManager tests" by Shubham Ajmera · 8 years ago
  75. 441e3a0 Allow for errno=ENOTCONN from realpath. by Narayan Kamath · 8 years ago
  76. 5427c8d Remove Inet6AddressImpl.<clinit>. by Narayan Kamath · 8 years ago
  77. d1a3556 Merge "Fix DecimalFormat Test" by Shubham Ajmera · 8 years ago
  78. ba6f07c Merge "Revert "Expose correct FileDescriptor in DatagramSocketAdaptor"" by Yi Kong · 8 years ago
  79. 891ab51 Revert "Expose correct FileDescriptor in DatagramSocketAdaptor" by Yi Kong · 8 years ago
  80. ffdbf02 Merge "Expose correct FileDescriptor in DatagramSocketAdaptor" by Yi Kong · 8 years ago
  81. eb08881 Merge "X500Name: refuse DN starting with new line or tab" by Sergio Giro · 8 years ago
  82. 358597b Fix LogManager tests by Shubham Ajmera · 8 years ago
  83. 4bfb9a1 X500Name: refuse DN starting with new line or tab by Sergio Giro · 9 years ago
  84. 60692ec Expose correct FileDescriptor in DatagramSocketAdaptor by Yi Kong · 8 years ago
  85. f5eb42e Fix DecimalFormat Test by Shubham Ajmera · 8 years ago
  86. 8b42ffe Revert "Fix DecimalFormat related test and code cleanup" by Narayan Kamath · 8 years ago
  87. 12dd52a reflect: Add isDefault method by Igor Murashkin · 9 years ago
  88. 9af8755 Do not remove leading dots during normalization by default by Yi Kong · 8 years ago
  89. 69b3504 Merge "Fix test_select" by Yi Kong · 8 years ago
  90. ed526e2 Fix test_select by Yi Kong · 8 years ago
  91. 1f919e1 Merge "Revert "Fix NetworkInterface cannot discover down links"" by Yi Kong · 8 years ago
  92. 01569c3 Merge "Fix DecimalFormat related test and code cleanup" by Shubham Ajmera · 8 years ago
  93. 9df33ea Merge "Always clone the return value of InetAddress#getAllByName." by Narayan Kamath · 8 years ago
  94. d960ef3 Always clone the return value of InetAddress#getAllByName. by Narayan Kamath · 8 years ago
  95. 3f3582d Fix NullPointerException in Calendar constructor by Paul Duffin · 8 years ago
  96. 319bdb2 Merge "Fix setting a calendar to a time during transition into DST" by Paul Duffin · 8 years ago
  97. 1ce527d Fix DecimalFormat related test and code cleanup by Shubham Ajmera · 9 years ago
  98. c050c74 Merge "Fix XMLFormatterTest#testInvalidParameter" by Shubham Ajmera · 8 years ago
  99. d06c9ff Make SDF slightly more lenient about parsing zone strings. by Narayan Kamath · 8 years ago
  100. a9a8750 Fix mcast_join_leave for IPv6 addresses by Przemyslaw Szczepaniak · 8 years ago