1. 1326cfc Fix java.io.File's JNI's fixed-length buffers. by Elliott Hughes · 15 years ago
  2. 5c74ff3 Merge change Iff90b1aa by Android (Google) Code Review · 15 years ago
  3. cebe896 Merge change I72b1f303 by Android (Google) Code Review · 15 years ago
  4. 820172a Merge change I4bd6f817 by Android (Google) Code Review · 15 years ago
  5. 2626284 Replaced primitive sorts with Iaroslavski, Bentley, and Bloch's Dual Pivot Quicksort. by Joshua Bloch · 15 years ago
  6. b631795 Add a comment. by Elliott Hughes · 15 years ago
  7. e097295 Explicitly ignore non-IPv4/IPv6 addresses from IFA_ADDRESS. by Elliott Hughes · 15 years ago
  8. d2c1275 Merge change I9fa3ef2c by Android (Google) Code Review · 15 years ago
  9. 1f89002 Merge change I2807742e by Android (Google) Code Review · 15 years ago
  10. 5e1a009 Switch java_io_File.c over to C++. by Elliott Hughes · 15 years ago
  11. e004690 am 070dbac8: am 0dfef7bc: Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
  12. ff30d8c Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
  13. b5fc5ec Rewrite NetworkInterface's JNI for IPv6. by Elliott Hughes · 15 years ago
  14. d3012a3 Implement ZoneInfo.toString for debugging convenience. by Elliott Hughes · 15 years ago
  15. 612f6f6 Merge change I8cd9a083 by Android (Google) Code Review · 15 years ago
  16. ff42219 Fix KXmlSerializer so it won't generate invalid XML. by Elliott Hughes · 15 years ago
  17. d5011e8 am 50f82ad4: am 08e0023c: Merge change I42d17725 into eclair-mr2 by Dan Egnor · 15 years ago
  18. 84a0540 Cache NumberFormat and DecimalFormatSymbols objects in a ThreadLocal, by Dan Egnor · 15 years ago
  19. 3cc642c Fix Formatter.format's handling of Formattable. by Elliott Hughes · 15 years ago
  20. c707cc4 Consistently use Formatter's cached NumberFormat. by Elliott Hughes · 15 years ago
  21. 6bcf32a Various XML fixes. by Elliott Hughes · 15 years ago
  22. 845ce3c Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago
  23. e40c9e3 Fix HttpURLConnection's chunked encoding behavior. by Elliott Hughes · 15 years ago
  24. 7861ea9 Remove OSNetworkSystem.oneTimeInitialization. by Elliott Hughes · 15 years ago
  25. c00b8a4 Fix a buffer overrun in OSNetworkSystem. by Elliott Hughes · 15 years ago
  26. af74d49 Fix DOM parsing of character references/entities. by Elliott Hughes · 15 years ago
  27. 70d6a43 DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
  28. ba563a4 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  29. f5eafc5 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  30. fef8875 Only compile in multicast support on Linux, for the time being. by Dan Bornstein · 15 years ago
  31. 7a9ac95 Another couple of tweaks to deal with the ragged end of standardization. by Dan Bornstein · 15 years ago
  32. b7bfb47 CharsetDecoderICU/CharsetEncoderICU should take arrayOffset into account. by Elliott Hughes · 15 years ago
  33. 538eac4 Remove more @KnownFailures now I've run tests.AllTests. by Elliott Hughes · 15 years ago
  34. f307529 Remove @KnownFailure from a bunch of tests that now pass. by Elliott Hughes · 15 years ago
  35. 8be1864 Merge change I22212019 by Android (Google) Code Review · 15 years ago
  36. d15a2c3 Merge change Ie098e2fa by Android (Google) Code Review · 15 years ago
  37. 21d6937 Kill OSNetworkSystem.inheritedChannelImpl. by Elliott Hughes · 15 years ago
  38. da1bdbd Fixing PipedWriters/PipedOutputStreams silent failures during close(). by Jesse Wilson · 15 years ago
  39. 033eddd Some more adjustments to deal with building for a BSD(-like) target. by Dan Bornstein · 15 years ago
  40. 22775bf Merge change I318b1449 by Android (Google) Code Review · 15 years ago
  41. a9a57f2 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  42. 82a2dfc Fixing 1 of the 4 BufferedReader test failures in bug 2224903. by Jesse Wilson · 15 years ago
  43. d120375 Remove broken .so and fix bogus test. by Elliott Hughes · 15 years ago
  44. 298727a Make run-core-tests with no arguments equivalent to tests.AllTests. by Elliott Hughes · 15 years ago
  45. 85791bb Merge change I8c671e53 by Android (Google) Code Review · 15 years ago
  46. 1805727 Implement ProcessBuilder.redirectErrorStream. by Elliott Hughes · 15 years ago
  47. d9179c4 Remove OSNetworkSystem.sendStream and all use of ErrorCodeException. by Elliott Hughes · 15 years ago
  48. 31ba233 The officially sanctioned way to get memcpy() is to #include <string.h>. by Dan Bornstein · 15 years ago
  49. d37c804 A new hygenic way for tests to clean up before or after execution. by Jesse Wilson · 15 years ago
  50. 954754f Merge change I3628c655 by Android (Google) Code Review · 15 years ago
  51. 3c6ff81 OSMemorySystem.mmap fixes. by Elliott Hughes · 15 years ago
  52. 7088292 Remove OSNetworkSystem.receiveStream. by Elliott Hughes · 15 years ago
  53. 947a014 Merge change Id434c469 by Android (Google) Code Review · 15 years ago
  54. b150dcd More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  55. eaf9fbf Expose the portable "strerror_r" used by jniThrowIOException. by Elliott Hughes · 15 years ago
  56. 35704b2 Merge change I73fd1714 by Android (Google) Code Review · 15 years ago
  57. 08091cf Merge change I7cc0fe4d by Android (Google) Code Review · 15 years ago
  58. 4030ad6 Removing caching of file canonical path caching, and fixing NIO tests. by Jesse Wilson · 15 years ago
  59. 24912e0 Fix OSNetworkSystem.acceptImpl error handling; additional clean-up. by Elliott Hughes · 15 years ago
  60. 388ae43 Merge change I1f575e9e by Android (Google) Code Review · 15 years ago
  61. fc354fe Improve error handling in InetAddress native code. by Elliott Hughes · 15 years ago
  62. 9fa1c84 rightsize StringBuilders for arrays; see bug 2135223 by Jesse Wilson · 15 years ago
  63. b869baf Merge change I2e354493 by Android (Google) Code Review · 15 years ago
  64. eaa2ff0 Update NIO and NIO char packages to Harmony 802921. by Jesse Wilson · 15 years ago
  65. 1c422fc Respond to impossible CloneNotSupportedExceptions with AssertionErrors. by Jesse Wilson · 15 years ago
  66. 7e0428d Fix Float.valueOf(String) OutOfMemoryExceptions. by Elliott Hughes · 15 years ago
  67. 34ecef9 Fix icu4jni Resources ("Locale") to not expose its internals. by Elliott Hughes · 15 years ago
  68. e41136b Merge change Ic8d6b3cb by Android (Google) Code Review · 15 years ago
  69. e8df870 Merge change I9297389b by Android (Google) Code Review · 15 years ago
  70. 5310d25 Fix Constructor and Method to not expose their internals. by Elliott Hughes · 15 years ago
  71. 354c000 am 4ebfaec4: am 98f0612b: am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds. by Brett Chabot · 15 years ago
  72. 2b67cf0 Merge change I6618182f by Android (Google) Code Review · 15 years ago
  73. 6dcd074 Fix CoreTestRunner to not run filtered-out tests. by Elliott Hughes · 15 years ago
  74. 210834b Adding timeouts to HttpsURLConnectionTest. by Jesse Wilson · 15 years ago
  75. 5839b90 Udating luni to Harmony r823222. by Jesse Wilson · 15 years ago
  76. 2cb12f5 Merge change I164613f2 by Android (Google) Code Review · 15 years ago
  77. 1f4eba1 Rewrite Support_Exec to support timeouts on waiting processes. by Jesse Wilson · 15 years ago
  78. 8d3886e Merge change Ic98d470a by Android (Google) Code Review · 15 years ago
  79. 7fb1584 Fix the docs for the no-arg Random() constructor to better reflect reality, by Dan Bornstein · 15 years ago
  80. 10e5a13 am 3238cc2a: am 32f89821: Merge change 26044 into donut-gms by Brett Chabot · 15 years ago
  81. 9b24eba am 98f0612b: am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds. by Brett Chabot · 15 years ago
  82. b2466bf am 32f89821: Merge change 26044 into donut-gms by Brett Chabot · 15 years ago
  83. 8713190 am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds. by Brett Chabot · 15 years ago
  84. 73a627f Fixing the JUnit runner to output Ant-compatible XML. by Jesse Wilson · 15 years ago
  85. 61b25e6 Remove duplication between readv and writev. by Elliott Hughes · 15 years ago
  86. 8752768 Don't use GetPrimitiveArrayCritical around network operations. by Elliott Hughes · 15 years ago
  87. 7795bce Remove the intermediate representation in getNetworkInterfaces. by Elliott Hughes · 15 years ago
  88. c83e55b Remove dead code. by Elliott Hughes · 15 years ago
  89. 6f8e520 Make sure res is NULL if getaddrinfo fails. by Lorenzo Colitti · 15 years ago
  90. bd5b03c Merge change I7aabd791 by Android (Google) Code Review · 15 years ago
  91. 5be11d7 Refactor java_net_NetworkInterface.cpp for clarity. by Elliott Hughes · 15 years ago
  92. ab9e695 Switch to TEMP_FAILURE_RETRY now it's moved to bionic. by Elliott Hughes · 15 years ago
  93. 6dbbfbd Make sure res is NULL if getaddrinfo fails. by Lorenzo Colitti · 15 years ago
  94. e9bb15a Remove adb networking support from dalvik/libcore. by Elliott Hughes · 15 years ago
  95. e73f40b Switch java_net_NetworkInterface.c to C++. by Elliott Hughes · 15 years ago
  96. 8ff62d7 am ae8d0254: am 0c0cfd5c: Merge change I96cd6f5b into eclair by Lorenzo Colitti · 15 years ago
  97. 4d26d90 am 1507c7ce: am f94c5d77: More multicast fixes. by Lorenzo Colitti · 15 years ago
  98. 12ee3ae am 003d7f8d: am e851c562: Merge change Iea75a523 into eclair by Lorenzo Colitti · 15 years ago
  99. e536cfd am aa4320a4: am 1131d3da: Merge change Ie2e14dde into eclair by Jesse Wilson · 15 years ago
  100. bd7289c am 2b791cc2: am 910363bd: Merge change Ib5dc3f1f into eclair by Jesse Wilson · 15 years ago