1. cc9eae5 Fix PriorityQueue.removeAt(.), call siftUp(.) if needed. by Vladimir Marko · 11 years ago
  2. 2e6a645 Better error messages for zlib errors by Kenny Root · 11 years ago
  3. 99aaedc Merge "Fix extra and comment ordering in ZipEntry reading" by Kenny Root · 11 years ago
  4. c242577 Fix extra and comment ordering in ZipEntry reading by Kenny Root · 11 years ago
  5. 74ba1d8 Merge "Fix Fix all backwards (-1 == x) tests." by Elliott Hughes · 11 years ago
  6. d7ab2e1 Merge "Update authentication tests." by Narayan Kamath · 11 years ago
  7. 180dcac Merge "Fix tests dealing with retryable bodies." by Narayan Kamath · 11 years ago
  8. 11e0307 Merge "Test that timeouts are respected on recycled connections." by Narayan Kamath · 11 years ago
  9. d1b438d Update authentication tests. by Narayan Kamath · 11 years ago
  10. 35e58c0 Test that timeouts are respected on recycled connections. by Narayan Kamath · 11 years ago
  11. 2f1d4ee Fix tests dealing with retryable bodies. by Narayan Kamath · 11 years ago
  12. fe4f1d6 Merge "Track changes to MockWebServer" by Narayan Kamath · 11 years ago
  13. f9770bf Merge "Update test exercising broken proxy behaviour." by Narayan Kamath · 11 years ago
  14. 87c12db Fix Fix all backwards (-1 == x) tests. by Henrik Baard · 11 years ago
  15. 577a49d Clarify that nanoTime works between processes by Glenn Kasten · 11 years ago
  16. d9763d2 Merge "Fix java.util.Scanner bugs." by Elliott Hughes · 11 years ago
  17. 1608896 Merge "Fix all backwards (-1 == x) tests." by Elliott Hughes · 11 years ago
  18. 454684c Fix all backwards (-1 == x) tests. by Elliott Hughes · 11 years ago
  19. 56ff05b Fix java.util.Scanner bugs. by Elliott Hughes · 11 years ago
  20. b27031a Track changes to MockWebServer by Narayan Kamath · 11 years ago
  21. bfdb88f Update test exercising broken proxy behaviour. by Narayan Kamath · 11 years ago
  22. a29e1a2 Merge "Update URLConnection#testLenientUrlToUriNul." by Narayan Kamath · 11 years ago
  23. 1c19c24 Merge "Add another test for HttpURLConnection#usingProxy" by Narayan Kamath · 11 years ago
  24. ed3322f Fix Selector's handling of POLLHUP. by Elliott Hughes · 11 years ago
  25. 7047230 Improve the Random.next documentation. by Elliott Hughes · 11 years ago
  26. bcd90c9 Add another test for HttpURLConnection#usingProxy by Narayan Kamath · 11 years ago
  27. aafc934 Update URLConnection#testLenientUrlToUriNul. by Narayan Kamath · 11 years ago
  28. c581694 CTS test fail because Zhuyin(Bopomofo) used. by Raj Mamadgi · 11 years ago
  29. f4ba11a Merge "Fix a bunch of Charset tests." by Elliott Hughes · 11 years ago
  30. a4d8429 Merge "Synced java.util.concurrent library up to 2013.07.01." by Elliott Hughes · 11 years ago
  31. 3c9191d Move SHA1PRNG_SecureRandomImpl tests to libcore by Kenny Root · 11 years ago
  32. ea1caf4 Fix a bunch of Charset tests. by Elliott Hughes · 11 years ago
  33. 45b9883 Merge "Fix URLConnectionTest#testConnectTimeouts." by Narayan Kamath · 11 years ago
  34. 75a06e5 Synced java.util.concurrent library up to 2013.07.01. by Calin Juravle · 11 years ago
  35. 2eed3c2 Merge "More Charset test fixes." by Elliott Hughes · 11 years ago
  36. bf1a9e1 Fix URLConnectionTest#testConnectTimeouts. by Narayan Kamath · 11 years ago
  37. c44b103 More Charset test fixes. by Elliott Hughes · 11 years ago
  38. 75fe6e1 Remove the unimplemented java.text.spi and java.util.spi packages. by Elliott Hughes · 11 years ago
  39. 01118de Remove tests of charsets not in a regular icu4c build. by Elliott Hughes · 11 years ago
  40. bb317b5 Work around icu4c causing canEncode to always return true for surrogates. by Elliott Hughes · 11 years ago
  41. 075bdfb Fix CharsetTest for SCSU and Shift_JIS. by Elliott Hughes · 11 years ago
  42. 0b50519 Merge "Fix backwards internal javadoc" by Brian Carlstrom · 11 years ago
  43. d08b6fb Fix backwards internal javadoc by Brian Carlstrom · 11 years ago
  44. 0b40865 Don't force x86 devices to run an insanely long test. by Elliott Hughes · 11 years ago
  45. 5ec6bf8 Fix various Charset tests, clean up the implementation. by Elliott Hughes · 11 years ago
  46. 22d529a Fix libcore.java.util.OldScannerTest#testPerformance. by Elliott Hughes · 11 years ago
  47. 6a38729 Remove tests for es__TRADITIONAL. by Elliott Hughes · 11 years ago
  48. 941e382 Clean up a test slightly. by Elliott Hughes · 11 years ago
  49. 16a2502 Improve a constant name and related comments. by Elliott Hughes · 11 years ago
  50. 3a99bc3 Rename InitManifest to ManifestReader. by Elliott Hughes · 11 years ago
  51. 59675db Cache the few unique Attributes.Name values. by Elliott Hughes · 11 years ago
  52. b274574 If libcore wants ASCII casing, it needs to ask for it like everyone else. by Elliott Hughes · 11 years ago
  53. 68eb707 Fix build. by Elliott Hughes · 11 years ago
  54. a117015 Fix PatternTest failures. by Elliott Hughes · 11 years ago
  55. 195c309 Fix PatternSyntaxExceptionTest. by Elliott Hughes · 11 years ago
  56. 318d6de Minor cleanup from investigating UnixSelectorTest failures. by Elliott Hughes · 11 years ago
  57. 067e5d6 Fix a Selector bug and a test bug. by Elliott Hughes · 11 years ago
  58. 507e778 Fix DateIntervalFormat to take time zone into account. by Elliott Hughes · 11 years ago
  59. 8e3102e Improve Map documentation. by Elliott Hughes · 11 years ago
  60. 069525a Add gettid. by Elliott Hughes · 11 years ago
  61. 283305e Make UnicodeString::toUTF8String(std::string&) available. by Elliott Hughes · 11 years ago
  62. 301174b Use the libcore.reflect implementation. by Elliott Hughes · 11 years ago
  63. f001abe Fix LocaleNameIterator. by Elliott Hughes · 11 years ago
  64. 480537d Add an icu4c-based DateIntervalFormat. by Elliott Hughes · 11 years ago
  65. eeb7a5e am 776e5d45: Merge "Sync DecimalFormatTest with the internal tree." by Elliott Hughes · 11 years ago
  66. 23bd0df Sync DecimalFormatTest with the internal tree. by Elliott Hughes · 11 years ago
  67. cd059a5 am be240e13: Merge "Remove the isLocaleAvailable hacks." by Elliott Hughes · 11 years ago
  68. dd9b761 Remove the isLocaleAvailable hacks. by Elliott Hughes · 11 years ago
  69. 18c6ef5 am ce6f7cc5: Merge "Return a more specific type from AnnotationFactory.createAnnotation." by Elliott Hughes · 11 years ago
  70. 47f7d00 Return a more specific type from AnnotationFactory.createAnnotation. by Elliott Hughes · 11 years ago
  71. 5a2fc9c am 4323ab38: Merge "Simplify merges of the annotation code." by Elliott Hughes · 11 years ago
  72. d736c6d Simplify merges of the annotation code. by Elliott Hughes · 11 years ago
  73. 73599f3 am f59830ff: Merge "Synchronize access to the annotation cache." by Elliott Hughes · 11 years ago
  74. 1dc4d34 Synchronize access to the annotation cache. by Elliott Hughes · 11 years ago
  75. e565f62 am b2b02c56: Merge "Fix test fallout from the switch to canonical encoding names." by Elliott Hughes · 11 years ago
  76. f11138a Fix test fallout from the switch to canonical encoding names. by Elliott Hughes · 11 years ago
  77. e5110fd am 320b233c: Merge "Remove HistoricalCharsetNames." by Elliott Hughes · 11 years ago
  78. 817b74b Remove HistoricalCharsetNames. by Elliott Hughes · 11 years ago
  79. 3e82c96 am a700b119: Merge "Various icu-related test fixes." by Elliott Hughes · 11 years ago
  80. fc48123 Various icu-related test fixes. by Elliott Hughes · 11 years ago
  81. ba22290 resolved conflicts for merge of a6ca7a95 to stage-aosp-master by Elliott Hughes · 11 years ago
  82. 0ef9944 Fixes for icu4c 51. by Elliott Hughes · 11 years ago
  83. 5329674 am 131dcd13: Merge "Fix Selector to allow read and write at the same time." by Elliott Hughes · 11 years ago
  84. 57656d2 Fix Selector to allow read and write at the same time. by Elliott Hughes · 11 years ago
  85. 029b00d am ec618403: Merge "Switch libcore from statfs to statvfs." by Elliott Hughes · 11 years ago
  86. 721ceca Switch libcore from statfs to statvfs. by Elliott Hughes · 11 years ago
  87. e9de0dc am 210b16cc: Merge "Tests for ZIP sign extension bugs." by Elliott Hughes · 11 years ago
  88. 406b852 Tests for ZIP sign extension bugs. by Elliott Hughes · 11 years ago
  89. 9b0e19a am 1e1804d8: Merge "Permit content lengths greater than 2 GiB" by Elliott Hughes · 11 years ago
  90. 1e1804d Merge "Permit content lengths greater than 2 GiB" by Elliott Hughes · 11 years ago
  91. f649e99 Permit content lengths greater than 2 GiB by jwilson · 11 years ago
  92. 79ea620 am 995537af: Merge "Values in ZIP files are unsigned." by Elliott Hughes · 11 years ago
  93. 9edf43d Values in ZIP files are unsigned. by Elliott Hughes · 11 years ago
  94. 263e4e7 am 10d1f630: Merge "Fix Character.isWhitespace and Character.isSpaceChar." by Elliott Hughes · 11 years ago
  95. 10d1f63 Merge "Fix Character.isWhitespace and Character.isSpaceChar." by Elliott Hughes · 11 years ago
  96. a7752f4 Fix Character.isWhitespace and Character.isSpaceChar. by Elliott Hughes · 11 years ago
  97. fdbe0b8 am a2b1f08f: Merge "Fix unexpected EOF handling by KXmlParser." by Elliott Hughes · 11 years ago
  98. a2b1f08 Merge "Fix unexpected EOF handling by KXmlParser." by Elliott Hughes · 11 years ago
  99. 7381513 am fee8ca27: Merge "Add a definition for IPPROTO_ICMPV6." by Elliott Hughes · 11 years ago
  100. dca34b5 Add a definition for IPPROTO_ICMPV6. by Lorenzo Colitti · 11 years ago