1. 2b80a43 Merge "UriCodec: use replacement character for malformed input" am: 4d1321f4e5 am: e98a1e37fe by Sergio Giro · 9 years ago
  2. 7263b24 Merge "Fix expiry checks in HttpCookie" by Neil Fuller · 9 years ago
  3. 4d1321f Merge "UriCodec: use replacement character for malformed input" by Sergio Giro · 9 years ago
  4. e3101cd UriCodec: use replacement character for malformed input by Sergio Giro · 9 years ago
  5. 70b617f Merge mnc-dr-enso-dev into master by Przemyslaw Szczepaniak · 9 years ago
  6. 4a0eb88 Fix expiry checks in HttpCookie by Neil Fuller · 9 years ago
  7. 50cf011 Merge "Fix for CookieStoreImpl and more tests around Cookie handling" by Neil Fuller · 9 years ago
  8. 166e79a Fix for CookieStoreImpl and more tests around Cookie handling by Neil Fuller · 9 years ago
  9. 5dca089 libcore: new implementation of libcore.io.Base64 am: 5a0ae3e0db am: aefddf2c08 by Sergio Giro · 9 years ago
  10. aefddf2 libcore: new implementation of libcore.io.Base64 am: 5a0ae3e0db by Sergio Giro · 9 years ago
  11. de28d88 Merge mnc changes into mnc-dr. by Narayan Kamath · 9 years ago
  12. 4cb97fe InetSocketAddress: Read the address & port correctly in native code. by Narayan Kamath · 9 years ago
  13. c26548c Track renaming of StructPollFd member. by Przemyslaw Szczepaniak · 9 years ago
  14. 79fc090 Remove reference to a class that doesn't exist. by Przemyslaw Szczepaniak · 9 years ago
  15. 1a9ca63 Update StrictJarFile. by Przemyslaw Szczepaniak · 9 years ago
  16. bf07204 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  17. 5a0ae3e libcore: new implementation of libcore.io.Base64 by Sergio Giro · 9 years ago
  18. 27ba86d Revert "libcore: new implementation of libcore.io.Base64" by Przemyslaw Szczepaniak · 9 years ago
  19. a6a4efb libcore: change removal of tasks in Timer#purge by Sergio Giro · 9 years ago
  20. ae2814b libcore: remove cancelled tasks from the queue in Timer at the time they're scheduled by Sergio Giro · 9 years ago
  21. 99ac18d libcore: rewrite Timer by Sergio Giro · 9 years ago
  22. 87f37c1 libcore: fix errors in UriCodec by Sergio Giro · 9 years ago
  23. e45feb1 libcore: rewrite of UriCodec by Sergio Giro · 9 years ago
  24. 7dffb19 libcore: new implementation of libcore.util.SneakyThrow by Sergio Giro · 9 years ago
  25. 2991631 libcore: new implementation of libcore.io.Base64 by Sergio Giro · 9 years ago
  26. 082643a Add libcore.util.RecoverySystem by Narayan Kamath · 9 years ago
  27. f041054 Remove harmony provider and default SecureRandom impl. by Narayan Kamath · 9 years ago
  28. 4fff8bb Use android's regex implementation. by Narayan Kamath · 9 years ago
  29. 21eb91f Configure ICU4C without relying on build-time flags by Neil Fuller · 9 years ago
  30. 02b43bf Changes to enable timezone data overrides for ICU and libcore by Neil Fuller · 10 years ago
  31. 4ffbb30 Use compiler pragmas instead of flags. by Narayan Kamath · 10 years ago
  32. 0a15327 Use CaseMapper for String.toUpper/LowerCase by Przemyslaw Szczepaniak · 9 years ago
  33. 9b7a4b3 Fixes for libcore.OsTest by Przemyslaw Szczepaniak · 9 years ago
  34. ea544ec Update JNI fillInetSocketAddress. by Piotr Jastrzebski · 9 years ago
  35. f4462f3 Fix CharsetDecoderICU / Use OpenJdk InputStreamReader. by Piotr Jastrzebski · 9 years ago
  36. ba7cc9f Rename FileDescriptor field. by Piotr Jastrzebski · 9 years ago
  37. 133892a Use OpenJdk implenentation of Charset{Encoder,Decoder}. by Piotr Jastrzebski · 9 years ago
  38. 46e3649 Use OpenJdk implementation of java.lang.* [part 1] by Piotr Jastrzebski · 9 years ago
  39. f7ab2bc Use OpenJdk implementation of java.net.* by Piotr Jastrzebski · 9 years ago
  40. 8d05e88 Use OpenJdk implementations for java.io.* [part 2] by Piotr Jastrzebski · 9 years ago
  41. 648446e Use OpenJdk implementation of java.nio.* by Piotr Jastrzebski · 9 years ago
  42. 3d43823 Use OpenJdk implementation of java.nio.channels.{spi}.* by Piotr Jastrzebski · 9 years ago
  43. 9a9f76d Use OpenJdk Implementations of java.nio.charset.* by Piotr Jastrzebski · 9 years ago
  44. a8ed084 Use OpenJdk implementation of java.util.zip.* by Piotr Jastrzebski · 9 years ago
  45. 865b9d2 Use OpenJdk implementation of java.util.regex.* by Piotr Jastrzebski · 9 years ago
  46. c2597fc Fix Tests by Piotr Jastrzebski · 9 years ago
  47. 1d958db Use OpenJdk implementation of parts of java.util.*, java.security.*. by Piotr Jastrzebski · 10 years ago
  48. 9c853c5 Use OpenJdk implementations of java.text.* by Piotr Jastrzebski · 10 years ago
  49. d8f431e Libcore: Add a private constructor to NoClassDefFoundError by Andreas Gampe · 9 years ago
  50. 2e2dbe9 Move CA certificates update to system/ca-certificates by Kenny Root · 9 years ago
  51. c38ff12 Add an IP_RECVTOS OsConstant by Erik Kline · 9 years ago
  52. ed4abdf Merge "Fix BigDecimal.equals() when scales are the same" by Neil Fuller · 9 years ago
  53. 004dde7 Fix BigDecimal.equals() when scales are the same by Neil Fuller · 9 years ago
  54. 7280299 Switch from jarjar to generated source for ICU4J by Neil Fuller · 9 years ago
  55. 492365f Merge "Fix some long-standing javadoc issues on HttpURLConnection" by Neil Fuller · 9 years ago
  56. 8837885 Merge "Fix MessageDigest.update(ByteBuffer) and .digest(byte[],...)." by Alex Klyubin · 9 years ago
  57. 333215f Fix MessageDigest.update(ByteBuffer) and .digest(byte[],...). by Alex Klyubin · 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. 6de5831 Patch for awaitNanos() for coarse-grained clocks by Neil Fuller · 9 years ago
  68. e1cbd15 Merge "Fix incorrect comment" by Neil Fuller · 9 years ago
  69. 230a1ac Fix incorrect comment by Neil Fuller · 9 years ago
  70. 6ede0af Fix some long-standing javadoc issues on HttpURLConnection by Neil Fuller · 9 years ago
  71. 96f346f am 8b1eed2f: Merge "libcore: fix typo in comment" by Sergio Giro · 9 years ago
  72. 8b2fa6f libcore: fix typo in comment by Sergio Giro · 9 years ago
  73. 3c994a8 am e5b6ddc5: Merge "libcore: write new version of ModifiedUtf8" by Sergio Giro · 9 years ago
  74. e5b6ddc Merge "libcore: write new version of ModifiedUtf8" by Sergio Giro · 9 years ago
  75. e1cbd77 libcore: write new version of ModifiedUtf8 by Sergio Giro · 9 years ago
  76. 627627e am 7a99d801: Merge "Revert "Fix Double.toString() for a tie case"" by Neil Fuller · 9 years ago
  77. 7a99d80 Merge "Revert "Fix Double.toString() for a tie case"" by Neil Fuller · 9 years ago
  78. 01ce21d Revert "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  79. 0bb4936 am 69f37702: Merge "Fix JarURLConnection.getJarFile() caching behavior" by Neil Fuller · 9 years ago
  80. 232dec8 am 7d2740bd: Merge "Patch for awaitNanos() for coarse-grained clocks" by Neil Fuller · 9 years ago
  81. d917d24 am 86436984: Merge "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  82. 69f3770 Merge "Fix JarURLConnection.getJarFile() caching behavior" by Neil Fuller · 9 years ago
  83. 7d2740b Merge "Patch for awaitNanos() for coarse-grained clocks" by Neil Fuller · 9 years ago
  84. 8fc2ac0 Patch for awaitNanos() for coarse-grained clocks by Neil Fuller · 9 years ago
  85. 8643698 Merge "Fix Double.toString() for a tie case" by Neil Fuller · 9 years ago
  86. 922cc2a Remove ANDROID_PROPERTY_WORKSPACE by Tom Cherry · 9 years ago
  87. 75a2f70 Fix Double.toString() for a tie case by Neil Fuller · 9 years ago
  88. 3740358 am 6d6f574e: Merge "libcore: rewrite of UriCodec" by Sergio Giro · 9 years ago
  89. 6d6f574 Merge "libcore: rewrite of UriCodec" by Sergio Giro · 9 years ago
  90. fda5655 libcore: rewrite of UriCodec by Sergio Giro · 9 years ago
  91. 826e176 am 7c682566: Merge "Move CA certificates to a separate project" by Kenny Root · 9 years ago
  92. 0960c14 Move CA certificates to a separate project by Kenny Root · 9 years ago
  93. 13b16b2 am 8fb8018d: Merge "Fix / unsuppress some URLConnectTests tests" by Neil Fuller · 9 years ago
  94. 8fb8018 Merge "Fix / unsuppress some URLConnectTests tests" by Neil Fuller · 9 years ago
  95. ef411e4 Fix JarURLConnection.getJarFile() caching behavior by Neil Fuller · 9 years ago
  96. 3658ace am 37bd81af: Merge "Fix for boot classpath handling of directory entries" by Neil Fuller · 9 years ago
  97. 37bd81a Merge "Fix for boot classpath handling of directory entries" by Neil Fuller · 9 years ago
  98. 7cd7527 Fix for boot classpath handling of directory entries by Neil Fuller · 9 years ago
  99. 714383a am b1d55f34: Merge "Add some documentation to JarURLConnection" by Neil Fuller · 9 years ago
  100. b1d55f3 Merge "Add some documentation to JarURLConnection" by Neil Fuller · 9 years ago