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. a265662 Provide libraryPermittedPath to android runtime by Dimitry Ivanov · 9 years ago
  8. 645d13e Merge "Refactor NetworkSecurityPolicy to be pluggable" by Chad Brubaker · 9 years ago
  9. 7a6f168 Refactor NetworkSecurityPolicy to be pluggable by Chad Brubaker · 9 years ago
  10. b95faa1 Add test case for bug #25883157 (ICU data lookup fallback failure). by Fredrik Roubert · 9 years ago
  11. 3f83f1c Merge "Remove ANDROID_PROPERTY_WORKSPACE" by Tom Cherry · 9 years ago
  12. 0bf58e2 Assert that PSSParameterSpec supported by PSS Signature. by Alex Klyubin · 9 years ago
  13. 0363e01 Merge "Speed up SignatureTest by caching KeyPairs by key algorithm." by Alex Klyubin · 9 years ago
  14. 51139e6 Merge "JCA Signature algorithm names are case-insensitive." by Alex Klyubin · 9 years ago
  15. 8210c23 Change FinalizeTest to use helper function by Mathieu Chartier · 9 years ago
  16. 0c07deb Speed up SignatureTest by caching KeyPairs by key algorithm. by Alex Klyubin · 9 years ago
  17. 28c2800 JCA Signature algorithm names are case-insensitive. by Alex Klyubin · 9 years ago
  18. 8821bc6 Add tests for "follow redirects" behavior by Neil Fuller · 9 years ago
  19. 3f6031f Merge "Fix OldJarFileTest: move initialization to setUp()" by Neil Fuller · 9 years ago
  20. 58b05c8 Fix OldJarFileTest: move initialization to setUp() by Neil Fuller · 9 years ago
  21. 8d82a8f Merge "javax.net.ssl: delete DistinguishedNameParser and test" by Sergio Giro · 9 years ago
  22. 0c9e95e1 javax.net.ssl: delete DistinguishedNameParser and test by Sergio Giro · 9 years ago
  23. d034f35 Merge "Add a test to exercise RelativeDateTimeFormatter" by Neil Fuller · 9 years ago
  24. 362a0fd Add a test to exercise RelativeDateTimeFormatter by Neil Fuller · 9 years ago
  25. 7263b24 Merge "Fix expiry checks in HttpCookie" by Neil Fuller · 9 years ago
  26. 4d1321f Merge "UriCodec: use replacement character for malformed input" by Sergio Giro · 9 years ago
  27. 87fe8d1 Merge "Assert that PSS AlgorithmParameters work as expected." by Alex Klyubin · 9 years ago
  28. 9599b3b Merge "Assert that RSASSA-PSS Signature available and works." by Alex Klyubin · 9 years ago
  29. e3101cd UriCodec: use replacement character for malformed input by Sergio Giro · 9 years ago
  30. 906d4ce Assert that RSASSA-PSS Signature available and works. by Alex Klyubin · 9 years ago
  31. 7de0f60 Merge "libcore: add tests in X500Principal and DistinguishedParserName" by Sergio Giro · 9 years ago
  32. f7ce6a3 libcore: add tests in X500Principal and DistinguishedParserName by Sergio Giro · 9 years ago
  33. 25cd188 Assert that PSS AlgorithmParameters work as expected. by Alex Klyubin · 9 years ago
  34. 4a0eb88 Fix expiry checks in HttpCookie by Neil Fuller · 9 years ago
  35. 50cf011 Merge "Fix for CookieStoreImpl and more tests around Cookie handling" by Neil Fuller · 9 years ago
  36. 166e79a Fix for CookieStoreImpl and more tests around Cookie handling by Neil Fuller · 9 years ago
  37. 9ada7e3 libcore: add delay in SSlSocketTest.test_SSLSocket_interrupt_read by Sergio Giro · 9 years ago
  38. d8f431e Libcore: Add a private constructor to NoClassDefFoundError by Andreas Gampe · 9 years ago
  39. d3f5d03 Merge "Fix time calculation in test_SSLSession_getLastAccessedTime" by Kenny Root · 9 years ago
  40. 3f49882 Fix time calculation in test_SSLSession_getLastAccessedTime by zhulin0910 · 9 years ago
  41. 2e2dbe9 Move CA certificates update to system/ca-certificates by Kenny Root · 9 years ago
  42. e058b4a Merge "Add an IP_RECVTOS OsConstant" by Erik Kline · 9 years ago
  43. ddf53c9 Merge "Add package declaration to SqlDateTest" by Neil Fuller · 9 years ago
  44. 6aa5339 Merge "Fix NumberFormatTest after ICU56 update" by Neil Fuller · 9 years ago
  45. c38ff12 Add an IP_RECVTOS OsConstant by Erik Kline · 9 years ago
  46. ed4abdf Merge "Fix BigDecimal.equals() when scales are the same" by Neil Fuller · 9 years ago
  47. 004dde7 Fix BigDecimal.equals() when scales are the same by Neil Fuller · 9 years ago
  48. 56c3aed Fix NumberFormatTest after ICU56 update by Neil Fuller · 9 years ago
  49. 49e9877 Add package declaration to SqlDateTest by Neil Fuller · 9 years ago
  50. 7280299 Switch from jarjar to generated source for ICU4J by Neil Fuller · 9 years ago
  51. d7e05b1 Merge "Update test expectation for IBM864 character set name." by Neil Fuller · 9 years ago
  52. 2b44cf7 Merge "ICU 56: Update locale data dependent test expectations." by Neil Fuller · 9 years ago
  53. 492365f Merge "Fix some long-standing javadoc issues on HttpURLConnection" by Neil Fuller · 9 years ago
  54. 8837885 Merge "Fix MessageDigest.update(ByteBuffer) and .digest(byte[],...)." by Alex Klyubin · 9 years ago
  55. 333215f Fix MessageDigest.update(ByteBuffer) and .digest(byte[],...). by Alex Klyubin · 9 years ago
  56. 285a2d2 Update test expectation for IBM864 character set name. by Fredrik Roubert · 9 years ago
  57. 8125fcd ICU 56: Update locale data dependent test expectations. by Fredrik Roubert · 9 years ago
  58. 1efdd1a Merge "Migrate DecimalFormat to use ICU4J." by Neil Fuller · 9 years ago
  59. 34ba8b5 Migrate DecimalFormat to use ICU4J. by Rayhaan Jaufeerally · 9 years ago
  60. 2cf1791 Merge "libcore: change removal of tasks in Timer#purge" by Sergio Giro · 9 years ago
  61. 6c860a0 Merge "libcore: fix errors in UriCodec" by Sergio Giro · 9 years ago
  62. 595904f libcore: fix errors in UriCodec by Sergio Giro · 9 years ago
  63. 9bfc5e7 libcore: change removal of tasks in Timer#purge by Sergio Giro · 9 years ago
  64. 1df9390 libcore: remove cancelled tasks from the queue in Timer at the time they're scheduled by Sergio Giro · 9 years ago
  65. d9aed16 Merge "libcore: rewrite Timer" by Sergio Giro · 9 years ago
  66. de81552 libcore: rewrite Timer by Sergio Giro · 9 years ago
  67. e1cbd15 Merge "Fix incorrect comment" by Neil Fuller · 9 years ago
  68. 230a1ac Fix incorrect comment by Neil Fuller · 9 years ago
  69. 6ede0af Fix some long-standing javadoc issues on HttpURLConnection by Neil Fuller · 9 years ago
  70. ef39220 am 84c604d8: Merge "Fix Class#getField method" by Alex Light · 9 years ago
  71. b7b17db Fix Class#getField method by Alex Light · 9 years ago
  72. 96f346f am 8b1eed2f: Merge "libcore: fix typo in comment" by Sergio Giro · 9 years ago
  73. 8b2fa6f libcore: fix typo in comment by Sergio Giro · 9 years ago
  74. 3c994a8 am e5b6ddc5: Merge "libcore: write new version of ModifiedUtf8" by Sergio Giro · 9 years ago
  75. e5b6ddc Merge "libcore: write new version of ModifiedUtf8" by Sergio Giro · 9 years ago
  76. e1cbd77 libcore: write new version of ModifiedUtf8 by Sergio Giro · 9 years ago
  77. 84162a1 am cf987f3a: Merge "Changes associated with upstream OkHttp pull" by Neil Fuller · 9 years ago
  78. cf987f3 Merge "Changes associated with upstream OkHttp pull" by Neil Fuller · 9 years ago
  79. 627627e am 7a99d801: Merge "Revert "Fix Double.toString() for a tie case"" by Neil Fuller · 9 years ago
  80. 7a99d80 Merge "Revert "Fix Double.toString() for a tie case"" by Neil Fuller · 9 years ago
  81. 01ce21d Revert "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  82. 1a462a1 am 34489adf: Merge "StrictJarFileTest: Make sure zero length files are handled correctly" by Nick Kralevich · 9 years ago
  83. 9f445e8 StrictJarFileTest: Make sure zero length files are handled correctly by Nick Kralevich · 9 years ago
  84. 0bb4936 am 69f37702: Merge "Fix JarURLConnection.getJarFile() caching behavior" by Neil Fuller · 9 years ago
  85. 232dec8 am 7d2740bd: Merge "Patch for awaitNanos() for coarse-grained clocks" by Neil Fuller · 9 years ago
  86. d917d24 am 86436984: Merge "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  87. 69f3770 Merge "Fix JarURLConnection.getJarFile() caching behavior" by Neil Fuller · 9 years ago
  88. 7d2740b Merge "Patch for awaitNanos() for coarse-grained clocks" by Neil Fuller · 9 years ago
  89. 8fc2ac0 Patch for awaitNanos() for coarse-grained clocks by Neil Fuller · 9 years ago
  90. 8643698 Merge "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  91. 922cc2a Remove ANDROID_PROPERTY_WORKSPACE by Tom Cherry · 9 years ago
  92. 75a2f70 Fix Double.toString() for a tie case by Neil Fuller · 9 years ago
  93. 3740358 am 6d6f574e: Merge "libcore: rewrite of UriCodec" by Sergio Giro · 9 years ago
  94. 6d6f574 Merge "libcore: rewrite of UriCodec" by Sergio Giro · 9 years ago
  95. fda5655 libcore: rewrite of UriCodec by Sergio Giro · 9 years ago
  96. 826e176 am 7c682566: Merge "Move CA certificates to a separate project" by Kenny Root · 9 years ago
  97. 0960c14 Move CA certificates to a separate project by Kenny Root · 9 years ago
  98. 29a1d60 am c71b9f30: Merge "Add additional tests around HttpURLConnection character handling" by Neil Fuller · 9 years ago
  99. f6e698d Changes associated with upstream OkHttp pull by Neil Fuller · 9 years ago
  100. 13b16b2 am 8fb8018d: Merge "Fix / unsuppress some URLConnectTests tests" by Neil Fuller · 9 years ago