1. 4147917 Merge "Test case for verifier to handle floats that look like boolean." by jeffhao · 13 years ago
  2. ffa7f34 Test case for verifier to handle floats that look like boolean. by jeffhao · 13 years ago
  3. 5b7b7fe Libcore changes for ICU4.8.1.1 upgrade. by claireho · 13 years ago
  4. 9f050bd1 Fix an ICS regression with zip files containing >= 32768 entries. by Elliott Hughes · 13 years ago
  5. 6fb123c Make it clearer that TimeZone.getTimeZone(null) throws NPE on purpose. by Elliott Hughes · 13 years ago
  6. 4bbc5de Cope with network interfaces disappearing while we're enumerating them. by Elliott Hughes · 13 years ago
  7. 2f07bc1 Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  8. 679cf68 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  9. 1f50103 Don't send SIGKILL to a Process that's already exited. by Elliott Hughes · 13 years ago
  10. 06f039b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  11. fa16791 Fix a copy-paste documentation typo. by Jesse Wilson · 13 years ago
  12. 8530a52 Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE" by Steve Block · 13 years ago
  13. 3167109 Merge "Discourage Serializable." by Jesse Wilson · 13 years ago
  14. 47f2999 Discourage Serializable. by Jesse Wilson · 13 years ago
  15. a9d79f1 Merge "Rename timestamp to sequenceNumber." by Jesse Wilson · 13 years ago
  16. 5bfc9b4 Merge "Test enum serialization and deserialization." by Jesse Wilson · 13 years ago
  17. 72baec6 Merge "Update the response cache on a conditional cache hit" by Jesse Wilson · 13 years ago
  18. 74bf6bb Rename timestamp to sequenceNumber. by Jesse Wilson · 13 years ago
  19. ce1396e Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 39faeb8 Merge "Remove run-core-tests from known failures." by Jesse Wilson · 13 years ago
  21. 001630e Remove run-core-tests from known failures. by Jesse Wilson · 13 years ago
  22. 8576f30 Use lenient wildcard matching for android.clients.google.com. by Jesse Wilson · 13 years ago
  23. 222efad Merge "Update HostnameVerifierTest for consistency with our new hostname verifier." by Jesse Wilson · 13 years ago
  24. d2afaee Cleanup verifyHostName to use regionMatches instead of regex splits. by Jesse Wilson · 13 years ago
  25. 33e2123 Update HostnameVerifierTest for consistency with our new hostname verifier. by Jesse Wilson · 13 years ago
  26. 6415a22 Merge "Move the frameworks/base hostname verifier into libcore. Part 1/2" by Jesse Wilson · 13 years ago
  27. 57d73e3 Move the frameworks/base hostname verifier into libcore. Part 1/2 by Jesse Wilson · 13 years ago
  28. e1a8bc9 Merge "Don't reuse an SSL socket if the socket factory has changed." by Jesse Wilson · 13 years ago
  29. 8562bad Merge "Support in-memory HTTPS session caching for wrapped sockets." by Jesse Wilson · 13 years ago
  30. 5d7e0fc Update the response cache on a conditional cache hit by Jesse Wilson · 13 years ago
  31. 99eefb7 Give DiskLruCache an API to edit a snapshot. by Jesse Wilson · 13 years ago
  32. fa5e8df Don't reuse an SSL socket if the socket factory has changed. by Jesse Wilson · 13 years ago
  33. 19388c1c Test enum serialization and deserialization. by Jesse Wilson · 13 years ago
  34. 27c744c Support in-memory HTTPS session caching for wrapped sockets. by Jesse Wilson · 13 years ago
  35. abe4e61 Unit test SSL fallback. by Jesse Wilson · 13 years ago
  36. 5757cb3 Support multiple challenges for HTTP authentication. by Jesse Wilson · 13 years ago
  37. c74ba3e Merge "Document pre-Froyo bugs in HttpURLConnection" by Jesse Wilson · 13 years ago
  38. ab7ae56 Document pre-Froyo bugs in HttpURLConnection by Jesse Wilson · 13 years ago
  39. b2b02ac Change the way we cope with stale pooled connections. by Jesse Wilson · 13 years ago
  40. 49bd350 Document connect attempts by address count, not address family count. by Jesse Wilson · 13 years ago
  41. 2d9fa91 Document the effect on timeouts of having both IPv4 and IPv6 addresses by Jesse Wilson · 13 years ago
  42. e415654 Merge "Improve the text on disabling connection reuse." by Jesse Wilson · 13 years ago
  43. 38af3fc Don't use ".local" if the local host name is fully qualified. by Jesse Wilson · 13 years ago
  44. 1ce4f4b Improve the text on disabling connection reuse. by Jesse Wilson · 13 years ago
  45. 0613de8 Document that disconnect() doesn't release sockets. by Jesse Wilson · 13 years ago
  46. b416ef5 Rename SerializableTester to SerializationTester by Jesse Wilson · 13 years ago
  47. 10078da Kill SerializationTester; obsoleted by SerializableTester. by Jesse Wilson · 13 years ago
  48. 6a4678e Merge "Bring more tests from frameworks/base/tests/CoreTests into libcore." by Jesse Wilson · 13 years ago
  49. a3ddec1 Merge "Migrate some reflection tests from frameworks/base/tests/CoreTests" by Jesse Wilson · 13 years ago
  50. 0647bfe Bring more tests from frameworks/base/tests/CoreTests into libcore. by Jesse Wilson · 13 years ago
  51. b73a329 Merge "Fix serialization of reverse-ordered TreeSets." by Jesse Wilson · 13 years ago
  52. a0ee76b Migrate some reflection tests from frameworks/base/tests/CoreTests by Jesse Wilson · 13 years ago
  53. 94fab96 Fix serialization of reverse-ordered TreeSets. by Jesse Wilson · 13 years ago
  54. 9965867 Merge "Refer to Android ICS by its version in URL docs." by Jesse Wilson · 13 years ago
  55. 6478553 Refer to Android ICS by its version in URL docs. by Jesse Wilson · 13 years ago
  56. d638d0e Merge "Test for available() returning 0 when the input is exhausted." by Jesse Wilson · 13 years ago
  57. b1c31fb Test for available() returning 0 when the input is exhausted. by Jesse Wilson · 13 years ago
  58. 31a63ef Don't wake up the watchdog unless there's something to finalize. by Jesse Wilson · 13 years ago
  59. 0642803 am 4ff58546: libcore: BlockGuard: untag socket on close by JP Abgrall · 13 years ago
  60. 6b17c84 Merge "Address code review comments on new SoftReference documentation." by Jesse Wilson · 13 years ago
  61. 32c000e Address code review comments on new SoftReference documentation. by Jesse Wilson · 13 years ago
  62. fda696b CA certificate update by Brian Carlstrom · 13 years ago
  63. 8d00cad Merge "Document the perils of SoftReferences." by Jesse Wilson · 13 years ago
  64. 132829c Document the perils of SoftReferences. by Jesse Wilson · 13 years ago
  65. ecd3536 Don't check available() when testing if a socket is stale. by Jesse Wilson · 13 years ago
  66. 4ff5854 libcore: BlockGuard: untag socket on close by JP Abgrall · 13 years ago
  67. 1a9cff8 Always trigger finalization the same way in our tests. by Jesse Wilson · 13 years ago
  68. 03aaa13 Merge "Don't fail GeneralName parsing if the DNS name contains a wildcard." by Jesse Wilson · 13 years ago
  69. 8626012 Don't fail GeneralName parsing if the DNS name contains a wildcard. by Jesse Wilson · 13 years ago
  70. eb18d35 Merge "Warn about a fixed bug in XmlPullParser.nextText()" by Jesse Wilson · 13 years ago
  71. 48d7dba Warn about a fixed bug in XmlPullParser.nextText() by Jesse Wilson · 13 years ago
  72. b4238d6 am 0c180b1a: Fix OldFormaterTest Flakiness by Brian Muramatsu · 13 years ago
  73. 0c180b1 Fix OldFormaterTest Flakiness by Brian Muramatsu · 13 years ago
  74. d0d6266 Don't NullPointerException when a URL contains a space. by Jesse Wilson · 13 years ago
  75. e3df498 Move OpenSSLSocketImpl.close resource cleanup into a finally clause by Brian Carlstrom · 13 years ago
  76. 9e79136 Merge "Improve the documentation of toString methods in the java.net package." by Elliott Hughes · 13 years ago
  77. 1091481 Improve the documentation of toString methods in the java.net package. by Elliott Hughes · 13 years ago
  78. 783631d Add a mode to UriCodec to handle invalid URLs without throwing. by Jesse Wilson · 13 years ago
  79. 0bc188a Add pfx extension as "application/x-pkcs12" by Marc Blank · 13 years ago
  80. ec8de07 Fix socket timeout test failures. by Elliott Hughes · 13 years ago
  81. f3c9acb Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  82. f3270e9 Merge "Move OpenSSLSocketImpl.close resource cleanup into a finally clause" by Brian Carlstrom · 13 years ago
  83. d3433ce Move OpenSSLSocketImpl.close resource cleanup into a finally clause by Brian Carlstrom · 13 years ago
  84. 686c906 am 04e25f30: Fix socket timeout test failures. by Elliott Hughes · 13 years ago
  85. 04e25f3 Fix socket timeout test failures. by Elliott Hughes · 13 years ago
  86. e8e19f6 Cope with fstat(2) failures during close. by Elliott Hughes · 13 years ago
  87. a060230 am 64350311: Work around a dalvik weakness. by Elliott Hughes · 13 years ago
  88. 6435031 Work around a dalvik weakness. by Elliott Hughes · 13 years ago
  89. 45273a0 Merge "Add mime types used by Google Earth" by Brian Carlstrom · 13 years ago
  90. ed5eca8 am 9abfeaca: Merge "Fix backwards Engine cache test" into ics-mr0 by Brian Carlstrom · 13 years ago
  91. 9abfeac Merge "Fix backwards Engine cache test" into ics-mr0 by Brian Carlstrom · 13 years ago
  92. 17b6b6b Fix backwards Engine cache test by Brian Carlstrom · 13 years ago
  93. 607866f am bea6b3d2: Merge "Don\'t require exception priority to match any particular implementation." into ics-mr0 by Jesse Wilson · 13 years ago
  94. bea6b3d Merge "Don't require exception priority to match any particular implementation." into ics-mr0 by Jesse Wilson · 13 years ago
  95. 72ef3ad Don't require exception priority to match any particular implementation. by Jesse Wilson · 13 years ago
  96. 3e94856 Add mime types used by Google Earth by Julien Mercay · 13 years ago
  97. f2cd8a7 am 5576e932: Merge "Fix Arrays Javadoc to be consistent with parameter names." into ics-mr0 by Jesse Wilson · 13 years ago
  98. 0aaf7fc Merge "Set ANDROID_DATA for DalvikExecTest" into ics-mr0 by Brian Carlstrom · 13 years ago
  99. 5576e93 Merge "Fix Arrays Javadoc to be consistent with parameter names." into ics-mr0 by Jesse Wilson · 13 years ago
  100. 3304f92 Set ANDROID_DATA for DalvikExecTest by Brian Carlstrom · 13 years ago