1. 46c7d04 Merge "Add hostname aware isCleartextTrafficPermitted" by Chad Brubaker · 9 years ago
  2. b80fefa Add hostname aware isCleartextTrafficPermitted by Chad Brubaker · 9 years ago
  3. 2428e4b Merge "ProviderTest: use the correct provider object when creating a service" by Sergio Giro · 9 years ago
  4. 32ea19c ProviderTest: use the correct provider object when creating a service by Sergio Giro · 9 years ago
  5. 4d0d2f6 Merge "Make ClassPathURLStreamHandlerTest deal with symlinks" by Neil Fuller · 9 years ago
  6. bb6fd10 Make ClassPathURLStreamHandlerTest deal with symlinks by Neil Fuller · 9 years ago
  7. 645d13e Merge "Refactor NetworkSecurityPolicy to be pluggable" by Chad Brubaker · 9 years ago
  8. 7a6f168 Refactor NetworkSecurityPolicy to be pluggable by Chad Brubaker · 9 years ago
  9. b95faa1 Add test case for bug #25883157 (ICU data lookup fallback failure). by Fredrik Roubert · 9 years ago
  10. 0bf58e2 Assert that PSSParameterSpec supported by PSS Signature. by Alex Klyubin · 9 years ago
  11. 0363e01 Merge "Speed up SignatureTest by caching KeyPairs by key algorithm." by Alex Klyubin · 9 years ago
  12. 51139e6 Merge "JCA Signature algorithm names are case-insensitive." by Alex Klyubin · 9 years ago
  13. 8210c23 Change FinalizeTest to use helper function by Mathieu Chartier · 9 years ago
  14. 0c07deb Speed up SignatureTest by caching KeyPairs by key algorithm. by Alex Klyubin · 9 years ago
  15. 28c2800 JCA Signature algorithm names are case-insensitive. by Alex Klyubin · 9 years ago
  16. 8821bc6 Add tests for "follow redirects" behavior by Neil Fuller · 9 years ago
  17. 3f6031f Merge "Fix OldJarFileTest: move initialization to setUp()" by Neil Fuller · 9 years ago
  18. 58b05c8 Fix OldJarFileTest: move initialization to setUp() by Neil Fuller · 9 years ago
  19. 8d82a8f Merge "javax.net.ssl: delete DistinguishedNameParser and test" by Sergio Giro · 9 years ago
  20. 0c9e95e1 javax.net.ssl: delete DistinguishedNameParser and test by Sergio Giro · 9 years ago
  21. d034f35 Merge "Add a test to exercise RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  22. 362a0fd Add a test to exercise RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  23. 4d1321f Merge "UriCodec: use replacement character for malformed input" by Sergio Giro · 9 years ago
  24. 87fe8d1 Merge "Assert that PSS AlgorithmParameters work as expected." by Alex Klyubin · 9 years ago
  25. 9599b3b Merge "Assert that RSASSA-PSS Signature available and works." by Alex Klyubin · 9 years ago
  26. e3101cd UriCodec: use replacement character for malformed input by Sergio Giro · 9 years ago
  27. 906d4ce Assert that RSASSA-PSS Signature available and works. by Alex Klyubin · 9 years ago
  28. 7de0f60 Merge "libcore: add tests in X500Principal and DistinguishedParserName" by Sergio Giro · 9 years ago
  29. f7ce6a3 libcore: add tests in X500Principal and DistinguishedParserName by Sergio Giro · 9 years ago
  30. 25cd188 Assert that PSS AlgorithmParameters work as expected. by Alex Klyubin · 9 years ago
  31. 50cf011 Merge "Fix for CookieStoreImpl and more tests around Cookie handling" by Neil Fuller · 9 years ago
  32. 166e79a Fix for CookieStoreImpl and more tests around Cookie handling by Neil Fuller · 9 years ago
  33. 9ada7e3 libcore: add delay in SSlSocketTest.test_SSLSocket_interrupt_read by Sergio Giro · 9 years ago
  34. d8f431e Libcore: Add a private constructor to NoClassDefFoundError by Andreas Gampe · 9 years ago
  35. d3f5d03 Merge "Fix time calculation in test_SSLSession_getLastAccessedTime" by Kenny Root · 9 years ago
  36. 3f49882 Fix time calculation in test_SSLSession_getLastAccessedTime by zhulin0910 · 9 years ago
  37. ddf53c9 Merge "Add package declaration to SqlDateTest" by Neil Fuller · 9 years ago
  38. 6aa5339 Merge "Fix NumberFormatTest after ICU56 update" by Neil Fuller · 9 years ago
  39. 004dde7 Fix BigDecimal.equals() when scales are the same by Neil Fuller · 9 years ago
  40. 56c3aed Fix NumberFormatTest after ICU56 update by Neil Fuller · 9 years ago
  41. 49e9877 Add package declaration to SqlDateTest by Neil Fuller · 9 years ago
  42. d7e05b1 Merge "Update test expectation for IBM864 character set name." by Neil Fuller · 9 years ago
  43. 2b44cf7 Merge "ICU 56: Update locale data dependent test expectations." by Neil Fuller · 9 years ago
  44. 8837885 Merge "Fix MessageDigest.update(ByteBuffer) and .digest(byte[],...)." by Alex Klyubin · 9 years ago
  45. 333215f Fix MessageDigest.update(ByteBuffer) and .digest(byte[],...). by Alex Klyubin · 9 years ago
  46. 285a2d2 Update test expectation for IBM864 character set name. by Fredrik Roubert · 9 years ago
  47. 8125fcd ICU 56: Update locale data dependent test expectations. by Fredrik Roubert · 9 years ago
  48. 1efdd1a Merge "Migrate DecimalFormat to use ICU4J." by Neil Fuller · 9 years ago
  49. 34ba8b5 Migrate DecimalFormat to use ICU4J. by Rayhaan Jaufeerally · 9 years ago
  50. 595904f libcore: fix errors in UriCodec by Sergio Giro · 9 years ago
  51. ef39220 am 84c604d8: Merge "Fix Class#getField method" by Alex Light · 9 years ago
  52. b7b17db Fix Class#getField method by Alex Light · 9 years ago
  53. 3c994a8 am e5b6ddc5: Merge "libcore: write new version of ModifiedUtf8" by Sergio Giro · 9 years ago
  54. e5b6ddc Merge "libcore: write new version of ModifiedUtf8" by Sergio Giro · 9 years ago
  55. e1cbd77 libcore: write new version of ModifiedUtf8 by Sergio Giro · 9 years ago
  56. 84162a1 am cf987f3a: Merge "Changes associated with upstream OkHttp pull" by Neil Fuller · 9 years ago
  57. cf987f3 Merge "Changes associated with upstream OkHttp pull" by Neil Fuller · 9 years ago
  58. 627627e am 7a99d801: Merge "Revert "Fix Double.toString() for a tie case"" by Neil Fuller · 9 years ago
  59. 7a99d80 Merge "Revert "Fix Double.toString() for a tie case"" by Neil Fuller · 9 years ago
  60. 01ce21d Revert "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  61. 1a462a1 am 34489adf: Merge "StrictJarFileTest: Make sure zero length files are handled correctly" by Nick Kralevich · 9 years ago
  62. 9f445e8 StrictJarFileTest: Make sure zero length files are handled correctly by Nick Kralevich · 9 years ago
  63. d917d24 am 86436984: Merge "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  64. 8643698 Merge "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  65. 75a2f70 Fix Double.toString() for a tie case by Neil Fuller · 9 years ago
  66. 3740358 am 6d6f574e: Merge "libcore: rewrite of UriCodec" by Sergio Giro · 9 years ago
  67. 6d6f574 Merge "libcore: rewrite of UriCodec" by Sergio Giro · 9 years ago
  68. fda5655 libcore: rewrite of UriCodec by Sergio Giro · 9 years ago
  69. 29a1d60 am c71b9f30: Merge "Add additional tests around HttpURLConnection character handling" by Neil Fuller · 9 years ago
  70. f6e698d Changes associated with upstream OkHttp pull by Neil Fuller · 9 years ago
  71. 13b16b2 am 8fb8018d: Merge "Fix / unsuppress some URLConnectTests tests" by Neil Fuller · 9 years ago
  72. a77f9f5 Add additional tests around HttpURLConnection character handling by Neil Fuller · 9 years ago
  73. 8fb8018 Merge "Fix / unsuppress some URLConnectTests tests" by Neil Fuller · 9 years ago
  74. 3658ace am 37bd81af: Merge "Fix for boot classpath handling of directory entries" by Neil Fuller · 9 years ago
  75. 37bd81a Merge "Fix for boot classpath handling of directory entries" by Neil Fuller · 9 years ago
  76. d3f4ab6 am 030ff6e7: Merge "Add more debugging to the DigestTest" by Kenny Root · 9 years ago
  77. 5fe1cd0 Add more debugging to the DigestTest by Kenny Root · 9 years ago
  78. 7cd7527 Fix for boot classpath handling of directory entries by Neil Fuller · 9 years ago
  79. 26f2557 Fix / unsuppress some URLConnectTests tests by Neil Fuller · 9 years ago
  80. f13aa2c am b8fcb81f: Merge "Revert "Revert "Migrate Collator classes to use ICU4J.""" by Neil Fuller · 9 years ago
  81. b8fcb81 Merge "Revert "Revert "Migrate Collator classes to use ICU4J.""" by Neil Fuller · 9 years ago
  82. 891397d am 60186ada: Merge "File: Test file-system encodings of files." by Narayan Kamath · 9 years ago
  83. a9b60a8 File: Test file-system encodings of files. by Narayan Kamath · 9 years ago
  84. 429453c am 7ad1d752: Merge "libcore: new implementation of libcore.io.Base64" by Sergio Giro · 9 years ago
  85. 7ad1d75 Merge "libcore: new implementation of libcore.io.Base64" by Sergio Giro · 9 years ago
  86. 8a5101a libcore: new implementation of libcore.io.Base64 by Sergio Giro · 9 years ago
  87. ca8865e am 7026e099: Merge "libcore: new implementation of libcore.util.SneakyThrow" by Sergio Giro · 9 years ago
  88. 5048186 libcore: new implementation of libcore.util.SneakyThrow by Sergio Giro · 9 years ago
  89. 22b5492 am 0f063e7f: Merge "Fix PullParser reuse regression" by Neil Fuller · 9 years ago
  90. 7029b79 am 1cca0e5b: Merge "Tidy up of the Base64Test" by Neil Fuller · 9 years ago
  91. 0f063e7 Merge "Fix PullParser reuse regression" by Neil Fuller · 9 years ago
  92. 1cca0e5b Merge "Tidy up of the Base64Test" by Neil Fuller · 9 years ago
  93. 755a514 Tidy up of the Base64Test by Neil Fuller · 9 years ago
  94. 5cab91d am 66b961a6: Merge "Add tests to demonstrate libcore.io.Base64 behavior" by Sergio Giro · 9 years ago
  95. 66b961a Merge "Add tests to demonstrate libcore.io.Base64 behavior" by Sergio Giro · 9 years ago
  96. 04990b9 Add tests to demonstrate libcore.io.Base64 behavior by Neil Fuller · 9 years ago
  97. 8cfc479 Fix PullParser reuse regression by Neil Fuller · 9 years ago
  98. 3df3bfc Revert "Revert "Migrate Collator classes to use ICU4J."" by Rayhaan Jaufeerally · 9 years ago
  99. f3903b9 am bc864b48: Merge "Cipher: iterate through services first" by Kenny Root · 9 years ago
  100. bc864b4 Merge "Cipher: iterate through services first" by Kenny Root · 9 years ago