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