1. cf4b283 Merge "Add more debugging to the DigestTest" into marshmallow-cts-dev by Daniel Xie · 9 years ago
  2. 0730bd1 Merge "Fix time calculation in test_SSLSession_getLastAccessedTime" into marshmallow-cts-dev by Daniel Xie · 9 years ago
  3. 79ed609 Fix hashCode() for the read barrier lock word change. by Hiroshi Yamauchi · 9 years ago
  4. 1117338 Merge "Add more debugging to the DigestTest" into marshmallow-cts-dev by Daniel Xie · 9 years ago
  5. 79810ce Merge "Fix time calculation in test_SSLSession_getLastAccessedTime" into marshmallow-cts-dev by Daniel Xie · 9 years ago
  6. 3162830 Merge "Change FinalizeTest to use helper function" am: fb76acff48 am: cf821d5f33 by Mathieu Chartier · 9 years ago
  7. cf821d5 Merge "Change FinalizeTest to use helper function" am: fb76acff48 by Mathieu Chartier · 9 years ago
  8. fb76acf Merge "Change FinalizeTest to use helper function" by Mathieu Chartier · 9 years ago
  9. 8210c23 Change FinalizeTest to use helper function by Mathieu Chartier · 9 years ago
  10. cf3d432 Change FinalizeTest to use helper function by Mathieu Chartier · 9 years ago
  11. 0c07deb Speed up SignatureTest by caching KeyPairs by key algorithm. by Alex Klyubin · 9 years ago
  12. 28c2800 JCA Signature algorithm names are case-insensitive. by Alex Klyubin · 9 years ago
  13. 7938429 Restore libcore Cookie(Manager|Store) behavior by Przemyslaw Szczepaniak · 9 years ago
  14. eaffe68 Merge "Add tests for "follow redirects" behavior" am: 87bc9a67ec am: d27f7deae2 by Neil Fuller · 9 years ago
  15. 540b013 Merge "Add tests for "follow redirects" behavior" am: 87bc9a67ec am: d27f7deae2 by Neil Fuller · 9 years ago
  16. d27f7de Merge "Add tests for "follow redirects" behavior" am: 87bc9a67ec by Neil Fuller · 9 years ago
  17. 87bc9a6 Merge "Add tests for "follow redirects" behavior" by Neil Fuller · 9 years ago
  18. 9639153 StringCaseMappingBenchmark typo fix by Yi Kong · 9 years ago
  19. 5256fb8 Merge "String#split trailing separators fix" by Przemyslaw Szczepaniak · 9 years ago
  20. 20b1cd1 Merge "Merge code path for hostname lookup" by Yi Kong · 9 years ago
  21. 0005cba Add a positive test for System.load. by Narayan Kamath · 9 years ago
  22. dc56766 String#split trailing separators fix by Przemyslaw Szczepaniak · 9 years ago
  23. a232b35 Add a unit test for String.split with trailing separators. by Narayan Kamath · 9 years ago
  24. c2664d2 Merge code path for hostname lookup by Yi Kong · 9 years ago
  25. afe86ef More UTS#35 conformance. by Narayan Kamath · 9 years ago
  26. 00617c7 Deal with CLDR abbreviations correctly. by Narayan Kamath · 9 years ago
  27. d6c54ba Implement more of the UTS#35 spec. by Narayan Kamath · 9 years ago
  28. 3822402 SimpleDateFormat: Emulate support for 'L' and 'c' format specifiers. by Narayan Kamath · 9 years ago
  29. 8ff215d Merge changes from topic 'master_sjf' by Przemyslaw Szczepaniak · 9 years ago
  30. 66c9d04 Fix System.load to use getStackClass1 by Mathieu Chartier · 9 years ago
  31. 8821bc6 Add tests for "follow redirects" behavior by Neil Fuller · 9 years ago
  32. 718ccfb Merge "Do not build libjavacore with clang for mips64" am: 9d92f682af am: d92ab79b9b by Chih-hung Hsieh · 9 years ago
  33. a708f3f Merge "Do not build libjavacore with clang for mips64" am: 9d92f682af by Chih-hung Hsieh · 9 years ago
  34. d92ab79 Merge "Do not build libjavacore with clang for mips64" am: 9d92f682af by Chih-hung Hsieh · 9 years ago
  35. 9d92f68 Merge "Do not build libjavacore with clang for mips64" by Chih-hung Hsieh · 9 years ago
  36. 4b347ba Do not build libjavacore with clang for mips64 by Lazar Trsic · 9 years ago
  37. c42b3c9 Fix @code escapes by Neil Fuller · 9 years ago
  38. 65f5c8a Merge "Modify tests to make them less fragile" am: ef7e113e5a am: 3a4992f11e by Paul Duffin · 9 years ago
  39. 7f2b92c Merge "Modify tests to make them less fragile" am: ef7e113e5a am: 3a4992f11e by Paul Duffin · 9 years ago
  40. 3a4992f Merge "Modify tests to make them less fragile" am: ef7e113e5a by Paul Duffin · 9 years ago
  41. ef7e113 Merge "Modify tests to make them less fragile" by Paul Duffin · 9 years ago
  42. da57c8f Modify tests to make them less fragile by Paul Duffin · 9 years ago
  43. abd00f0 HttpsURLConnection: fix getHostnameVerifier by Sergio Giro · 9 years ago
  44. e8e4da2 Remove StrictJarFile from ClassPathURLStreamHandler by Przemyslaw Szczepaniak · 9 years ago
  45. f640e11 Move StrictJarFile to framework/core by Przemyslaw Szczepaniak · 9 years ago
  46. 56a7d04 Fix CTS:InetAddressTest#test_getByName by Yi Kong · 9 years ago
  47. 9ad3558 Cache Integer.toString results for small numbers by Yi Kong · 9 years ago
  48. 7d63749 Replace modulus operation in Integer.toString by Yi Kong · 9 years ago
  49. f23f64f Merge "Fix OldJarFileTest: move initialization to setUp()" am: 3f6031f995 am: efb6f01120 by Neil Fuller · 9 years ago
  50. 1d99476 Merge "Fix OldJarFileTest: move initialization to setUp()" am: 3f6031f995 by Neil Fuller · 9 years ago
  51. efb6f01 Merge "Fix OldJarFileTest: move initialization to setUp()" am: 3f6031f995 by Neil Fuller · 9 years ago
  52. 3f6031f Merge "Fix OldJarFileTest: move initialization to setUp()" by Neil Fuller · 9 years ago
  53. 58b05c8 Fix OldJarFileTest: move initialization to setUp() by Neil Fuller · 9 years ago
  54. b10b2a3 Fix ConcurrentModificationException in ArrayList iterators. by Narayan Kamath · 9 years ago
  55. 3f0f9ee Merge changes If8ce299b,I6152a524 by Shubham Ajmera · 9 years ago
  56. d556642 DirectByteBuffer fix by Shubham Ajmera · 9 years ago
  57. f414572 isAccessible flag fixes by Shubham Ajmera · 9 years ago
  58. 664c5e4 Implement File.exists() in terms of access(). by Narayan Kamath · 9 years ago
  59. 2eb578c Merge "javax.net.ssl: delete DistinguishedNameParser and test" am: 8d82a8f6b8 am: e955bfe815 by Sergio Giro · 9 years ago
  60. 46c02bb Merge "javax.net.ssl: delete DistinguishedNameParser and test" am: 8d82a8f6b8 by Sergio Giro · 9 years ago
  61. e955bfe Merge "javax.net.ssl: delete DistinguishedNameParser and test" am: 8d82a8f6b8 by Sergio Giro · 9 years ago
  62. 8d82a8f Merge "javax.net.ssl: delete DistinguishedNameParser and test" by Sergio Giro · 9 years ago
  63. 0c9e95e1 javax.net.ssl: delete DistinguishedNameParser and test by Sergio Giro · 9 years ago
  64. 2724907 Merge "Fix FileDescriptor leak from java.lang.Process." by Narayan Kamath · 9 years ago
  65. ef585b6 Merge "implemented java.text.Bidi using icu4j" by Shubham Ajmera · 9 years ago
  66. e9d215b Fix FileDescriptor leak from java.lang.Process. by Narayan Kamath · 9 years ago
  67. 2e1b9c6 ojluni: use the okhttp DefaultHostnameVerifier in HttpsURLConnection by Sergio Giro · 9 years ago
  68. 7f70532 Merge "libcore: remove exception errors in Timer" am: 13e1e27582 am: d9f3269c9e by Sergio Giro · 9 years ago
  69. efa146c Merge "Add a test to exercise RelativeDateTimeFormatter" am: d034f35da6 am: d3b926e104 by Neil Fuller · 9 years ago
  70. 07ebb42 Merge "Fix expiry checks in HttpCookie" am: 7263b24f8c am: d729610297 by Neil Fuller · 9 years ago
  71. 2b80a43 Merge "UriCodec: use replacement character for malformed input" am: 4d1321f4e5 am: e98a1e37fe by Sergio Giro · 9 years ago
  72. e8601d1 Merge "Assert that PSS AlgorithmParameters work as expected." am: 87fe8d1e38 am: 944cd3d9fd by Alex Klyubin · 9 years ago
  73. ade22a4 Merge "Assert that RSASSA-PSS Signature available and works." am: 9599b3b487 am: 94ed76b5f2 by Alex Klyubin · 9 years ago
  74. ff151ee Merge "libcore: add tests in X500Principal and DistinguishedParserName" am: 7de0f60482 am: f141a2f7fc by Sergio Giro · 9 years ago
  75. 5df46d8 Merge "Revert "libart: add lambda proxy support"" am: 6a410f0708 am: df2be6aef8 by Nicolas Geoffray · 9 years ago
  76. 2088160 Merge "libcore: remove exception errors in Timer" am: 13e1e27582 am: d9f3269c9e by Sergio Giro · 9 years ago
  77. 87af580 Merge "Add a test to exercise RelativeDateTimeFormatter" am: d034f35da6 by Neil Fuller · 9 years ago
  78. 006b8b3 Merge "Fix expiry checks in HttpCookie" am: 7263b24f8c am: d729610297 by Neil Fuller · 9 years ago
  79. c824aa9 Merge "UriCodec: use replacement character for malformed input" am: 4d1321f4e5 by Sergio Giro · 9 years ago
  80. d9f3269 Merge "libcore: remove exception errors in Timer" am: 13e1e27582 by Sergio Giro · 9 years ago
  81. d3b926e Merge "Add a test to exercise RelativeDateTimeFormatter" am: d034f35da6 by Neil Fuller · 9 years ago
  82. d729610 Merge "Fix expiry checks in HttpCookie" am: 7263b24f8c by Neil Fuller · 9 years ago
  83. e98a1e3 Merge "UriCodec: use replacement character for malformed input" am: 4d1321f4e5 by Sergio Giro · 9 years ago
  84. 13e1e27 Merge "libcore: remove exception errors in Timer" by Sergio Giro · 9 years ago
  85. 0492955 libcore: remove exception errors in Timer by Sergio Giro · 9 years ago
  86. d034f35 Merge "Add a test to exercise RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  87. 362a0fd Add a test to exercise RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  88. cfeee2d Merge "Properly add missing "java.version" system property" by Przemyslaw Szczepaniak · 9 years ago
  89. 91cea24 Properly add missing "java.version" system property by Przemyslaw Szczepaniak · 9 years ago
  90. 5339965 Stop calling Math.min from HashMap.inflateTable. by Narayan Kamath · 9 years ago
  91. 6ec7166 implemented java.text.Bidi using icu4j by Shubham Ajmera · 9 years ago
  92. 909b8cf Merge changes from topic 'ByteBufferFix' by Shubham Ajmera · 9 years ago
  93. 7263b24 Merge "Fix expiry checks in HttpCookie" by Neil Fuller · 9 years ago
  94. d80eadc FollowUp fixes for ByteBuffer by Shubham Ajmera · 9 years ago
  95. 4d1321f Merge "UriCodec: use replacement character for malformed input" by Sergio Giro · 9 years ago
  96. da5c250 Merge "Assert that PSS AlgorithmParameters work as expected." am: 87fe8d1e38 by Alex Klyubin · 9 years ago
  97. 15871ab Merge "Assert that RSASSA-PSS Signature available and works." am: 9599b3b487 by Alex Klyubin · 9 years ago
  98. 944cd3d Merge "Assert that PSS AlgorithmParameters work as expected." am: 87fe8d1e38 by Alex Klyubin · 9 years ago
  99. 94ed76b Merge "Assert that RSASSA-PSS Signature available and works." am: 9599b3b487 by Alex Klyubin · 9 years ago
  100. 87fe8d1 Merge "Assert that PSS AlgorithmParameters work as expected." by Alex Klyubin · 9 years ago