1. 00f9b5c AbstractPlainSocketImpl#close shouldn't set fd to null by Przemyslaw Szczepaniak · 9 years ago
  2. a44ea54 Revert "Revert "Cache all Charset instances with their aliases"" by Yi Kong · 9 years ago
  3. c8e3e73 Merge "Make sun.nio.ch.Net#connect throw ConnectException on error" by Przemyslaw Szczepaniak · 9 years ago
  4. 11823c0 Make sun.nio.ch.Net#connect throw ConnectException on error by Przemyslaw Szczepaniak · 9 years ago
  5. f3bb5a0 Merge "Fix de-serialization issue in java.util.Locale" by Shubham Ajmera · 9 years ago
  6. 3b3917e Merge "Accept empty labels in hostname for compatibility" by Yi Kong · 9 years ago
  7. b1e7204 Accept empty labels in hostname for compatibility by Yi Kong · 9 years ago
  8. ca029af Merge changes I886321ea,I3466450d by Narayan Kamath · 9 years ago
  9. 8ac8497 Fix de-serialization issue in java.util.Locale by Shubham Ajmera · 9 years ago
  10. 5873edf Reinstate blockguard checks for file reads / writes. by Narayan Kamath · 9 years ago
  11. 45a060b Merge "Check content of non-null URLs in testGetEntryUrlOrNull" by Paul Duffin · 9 years ago
  12. f3fbc05 Check content of non-null URLs in testGetEntryUrlOrNull by Paul Duffin · 9 years ago
  13. 843bc37 Merge changes I06422b9a,I793c9ce0 by Kenny Root · 9 years ago
  14. 8188549 Check for RFC 5746 TLS extension by Kenny Root · 9 years ago
  15. 575aa51 Merge "Re-enable libcore.java.util.LocaleTest with fix" by Przemyslaw Szczepaniak · 9 years ago
  16. f0326f6 Re-enable libcore.java.util.LocaleTest with fix by Przemyslaw Szczepaniak · 9 years ago
  17. fa9818c Make Date.parse() a tad more lenient. by Narayan Kamath · 9 years ago
  18. c907a4c Update bogus PatternSyntaxException test case. by Narayan Kamath · 9 years ago
  19. 78562a1 Workaround bogus TreeMap Comparators. by Narayan Kamath · 9 years ago
  20. a272b44 Merge "Remove #close() call from Socket constructor." by Przemyslaw Szczepaniak · 9 years ago
  21. eab063d Separate java stdio from native stdio by Nick Kralevich · 9 years ago
  22. 829f74e Remove #close() call from Socket constructor. by Przemyslaw Szczepaniak · 9 years ago
  23. 5a65597 Revert "Re-enable libcore.java.util.LocaleTest" by Przemyslaw Szczepaniak · 9 years ago
  24. e802cf5 Re-enable libcore.java.util.LocaleTest by Przemyslaw Szczepaniak · 9 years ago
  25. 7e67be2 Remove unused luni java.util.regex.* implementation. by Narayan Kamath · 9 years ago
  26. 071b891 Fix multi-thread problem in BigInteger hashCode method by ganxiaolin · 9 years ago
  27. 4b5d41b Merge "Encode entry name before creating URL" by Paul Duffin · 9 years ago
  28. d14e2be Merge "Add hostname aware isCleartextTrafficPermitted" am: 46c7d0482e by Chad Brubaker · 9 years ago
  29. 46c7d04 Merge "Add hostname aware isCleartextTrafficPermitted" by Chad Brubaker · 9 years ago
  30. 3c2b8ee Encode entry name before creating URL by Paul Duffin · 9 years ago
  31. cc42201 Deleting unused or broken files by Paul Duffin · 9 years ago
  32. 26ab15c Fix for enso 'new File("", String)' regression. by Przemyslaw Szczepaniak · 9 years ago
  33. 80425c6 Merge "Fix, expand and move test for GregorianCalendar change date" by Paul Duffin · 9 years ago
  34. dda702b Fix, expand and move test for GregorianCalendar change date by Paul Duffin · 9 years ago
  35. 59cd433 Remove unused collation and formatting code. by Narayan Kamath · 9 years ago
  36. b80fefa Add hostname aware isCleartextTrafficPermitted by Chad Brubaker · 9 years ago
  37. abb9aa4 Merge "Fix test to match behavior of OpenJDK and RI" by Paul Duffin · 9 years ago
  38. 72a46b2 Remove unused luni native code. by Narayan Kamath · 9 years ago
  39. 3adfa66 Fix test to match behavior of OpenJDK and RI by Paul Duffin · 9 years ago
  40. 7bf811b Improve support for arabic minusSign & percent markers. by Narayan Kamath · 9 years ago
  41. 21a6280 Merge "Move enso net code to use AsynchronousCloseMonitor" by Przemyslaw Szczepaniak · 9 years ago
  42. 6d86a27 Merge "Fix GetDirectBufferAddress for DirectByteBuffer." by Narayan Kamath · 9 years ago
  43. 8bdca68 Merge changes from topic 'Use ref counting to manage fd life cycle' by Yi Kong · 9 years ago
  44. 7b67633 Fix GetDirectBufferAddress for DirectByteBuffer. by Alex Klyubin · 9 years ago
  45. 53f82f0 Merge "ProviderTest: use the correct provider object when creating a service" am: 2428e4b908 by Sergio Giro · 9 years ago
  46. 2428e4b Merge "ProviderTest: use the correct provider object when creating a service" by Sergio Giro · 9 years ago
  47. 3e74bae Merge "Fix isAccessible and alignment test" by Shubham Ajmera · 9 years ago
  48. feb8c7d Merge "java.text.Collator implemented using icu4j" by Shubham Ajmera · 9 years ago
  49. 1ee1fbe java.text.Collator implemented using icu4j by Shubham Ajmera · 9 years ago
  50. 50164c3 Guard accesses to closed file streams by Yi Kong · 9 years ago
  51. 583eb0e Move enso net code to use AsynchronousCloseMonitor by Przemyslaw Szczepaniak · 9 years ago
  52. 32ea19c ProviderTest: use the correct provider object when creating a service by Sergio Giro · 9 years ago
  53. 440f10b Merge "Make ClassPathURLStreamHandlerTest deal with symlinks" am: 4d0d2f6bf3 by Neil Fuller · 9 years ago
  54. 4d0d2f6 Merge "Make ClassPathURLStreamHandlerTest deal with symlinks" by Neil Fuller · 9 years ago
  55. bb6fd10 Make ClassPathURLStreamHandlerTest deal with symlinks by Neil Fuller · 9 years ago
  56. 0fe7986 Merge "Make PlainSocketImpl instantiate with a non-null-FD" by Przemyslaw Szczepaniak · 9 years ago
  57. 379c07d Make PlainSocketImpl instantiate with a non-null-FD by Przemyslaw Szczepaniak · 9 years ago
  58. 7c00153 Fix isAccessible and alignment test by Shubham Ajmera · 9 years ago
  59. d05b06c Fix ObjectInputStreamTest#testReadObjectOverride. by Narayan Kamath · 9 years ago
  60. fe0e5d3 Fix BufferTest#testFreed. by Narayan Kamath · 9 years ago
  61. 4d9ced8 Let cleaners get cleaned again. by Narayan Kamath · 9 years ago
  62. 5bb45c2 Merge "Update TreeMapTest golden value" by Yi Kong · 9 years ago
  63. b11ce5f Update TreeMapTest golden value by Yi Kong · 9 years ago
  64. 3ef0778 Fix FileInputStream.available() for non-regular files. by Narayan Kamath · 9 years ago
  65. a265662 Provide libraryPermittedPath to android runtime by Dimitry Ivanov · 9 years ago
  66. db6fe53 Let getByName prefer IPv6 loopback over IPv4 by Yi Kong · 9 years ago
  67. e3577e1 Fix String.codePointAt. by Narayan Kamath · 9 years ago
  68. 645d13e Merge "Refactor NetworkSecurityPolicy to be pluggable" by Chad Brubaker · 9 years ago
  69. 4320ad1 Refactor NetworkSecurityPolicy to be pluggable by Chad Brubaker · 9 years ago
  70. 7a6f168 Refactor NetworkSecurityPolicy to be pluggable by Chad Brubaker · 9 years ago
  71. 16c5ee0 Merge "Unit test for File.exists() regression." by Narayan Kamath · 9 years ago
  72. 7ccbddf Unit test for File.exists() regression. by Narayan Kamath · 9 years ago
  73. 9d83fcf Fix URLConnection test cases. by Narayan Kamath · 9 years ago
  74. 4e44045 Merge "Add test case for bug #25883157 (ICU data lookup fallback failure)." am: 3a9acadf03 by Neil Fuller · 9 years ago
  75. b95faa1 Add test case for bug #25883157 (ICU data lookup fallback failure). by Fredrik Roubert · 9 years ago
  76. 6b49909 Merge "Fix Signature2Test." by Narayan Kamath · 9 years ago
  77. ef91ac2 Merge "Fix ByteBuffer#as*Buffer using parent limit" by Przemyslaw Szczepaniak · 9 years ago
  78. cc060d4 Fix ByteBuffer#as*Buffer using parent limit by Przemyslaw Szczepaniak · 9 years ago
  79. fd43ada Merge "Remove ANDROID_PROPERTY_WORKSPACE" am: 3f83f1ca8f am: da0ea36c5c by Tom Cherry · 9 years ago
  80. d9b361b Merge "Assert that PSSParameterSpec supported by PSS Signature." am: 550bccc472 am: a77621105f by Alex Klyubin · 9 years ago
  81. 3f83f1c Merge "Remove ANDROID_PROPERTY_WORKSPACE" by Tom Cherry · 9 years ago
  82. 61adaba Add a test-case for issue 25991669. by Narayan Kamath · 9 years ago
  83. 15d5f82 Merge "Speed up SignatureTest by caching KeyPairs by key algorithm." am: 0363e013d5 am: 79dd8faef0 by Alex Klyubin · 9 years ago
  84. 750d4df Merge "JCA Signature algorithm names are case-insensitive." am: 51139e6b88 am: 271f52c070 by Alex Klyubin · 9 years ago
  85. 0bf58e2 Assert that PSSParameterSpec supported by PSS Signature. by Alex Klyubin · 9 years ago
  86. 0363e01 Merge "Speed up SignatureTest by caching KeyPairs by key algorithm." by Alex Klyubin · 9 years ago
  87. 51139e6 Merge "JCA Signature algorithm names are case-insensitive." by Alex Klyubin · 9 years ago
  88. 53ec43b Fix Signature2Test. by Narayan Kamath · 9 years ago
  89. 6c0e55c Scripted removal of unused libcore files. by Narayan Kamath · 9 years ago
  90. 2e317a0 Merge "Fix @code escapes" by Neil Fuller · 9 years ago
  91. 8210c23 Change FinalizeTest to use helper function by Mathieu Chartier · 9 years ago
  92. cf3d432 Change FinalizeTest to use helper function by Mathieu Chartier · 9 years ago
  93. 0c07deb Speed up SignatureTest by caching KeyPairs by key algorithm. by Alex Klyubin · 9 years ago
  94. 28c2800 JCA Signature algorithm names are case-insensitive. by Alex Klyubin · 9 years ago
  95. eaffe68 Merge "Add tests for "follow redirects" behavior" am: 87bc9a67ec am: d27f7deae2 by Neil Fuller · 9 years ago
  96. 0005cba Add a positive test for System.load. by Narayan Kamath · 9 years ago
  97. a232b35 Add a unit test for String.split with trailing separators. by Narayan Kamath · 9 years ago
  98. d6c54ba Implement more of the UTS#35 spec. by Narayan Kamath · 9 years ago
  99. 8821bc6 Add tests for "follow redirects" behavior by Neil Fuller · 9 years ago
  100. c42b3c9 Fix @code escapes by Neil Fuller · 9 years ago