1. 505095e Merge change I7b302183 by Android (Google) Code Review · 16 years ago
  2. 977c529 Merge change Ic5176ecb by Android (Google) Code Review · 16 years ago
  3. c5176ec Remove deadlock-prone thread pool. by Elliott Hughes · 16 years ago
  4. ae21799 Only compile in multicast support on Linux, for the time being. by Dan Bornstein · 16 years ago
  5. a303f38 Merge change Id9fcfa6d by Android (Google) Code Review · 16 years ago
  6. 4902449 Fix for inline string indexof; added regression tests by Bill Buzbee · 16 years ago
  7. bb0dce5 Remove cruft in the default libdvm.so and add 3 more special targets. by Ben Cheng · 16 years ago
  8. 9d7bdd8 Merge change Ib62b9223 by Android (Google) Code Review · 16 years ago
  9. 9cc2140 Merge change I6b080ffc by Android (Google) Code Review · 16 years ago
  10. a677a5b Merge change I7e695ea9 by Android (Google) Code Review · 16 years ago
  11. 100c2f4 Another couple of tweaks to deal with the ragged end of standardization. by Dan Bornstein · 16 years ago
  12. b62b922 Emitting JUnit+Ant style XML from the jtreg test runner. by Jesse Wilson · 16 years ago
  13. a1b8a62 Merge change I71684d91 by Android (Google) Code Review · 16 years ago
  14. a484da5 Merge change Ic80147bd by Android (Google) Code Review · 16 years ago
  15. a37e696 Adding timeouts to jtreg runner. by Jesse Wilson · 16 years ago
  16. 7e695ea Remove duplication in OpenSSLSocket/OpenSSLServerSocket. by Elliott Hughes · 16 years ago
  17. 71684d9 CharsetDecoderICU/CharsetEncoderICU should take arrayOffset into account. by Elliott Hughes · 16 years ago
  18. 1934ec8 Remove more @KnownFailures now I've run tests.AllTests. by Elliott Hughes · 16 years ago
  19. 93c995b Hide JIT-specific constants when JIT is not configured. by Ben Cheng · 16 years ago
  20. ef016b3 Merge change Ia61d31e2 by Android (Google) Code Review · 16 years ago
  21. a61d31e Remove @KnownFailure from a bunch of tests that now pass. by Elliott Hughes · 16 years ago
  22. 6c10a97 Implement chaining up to the first 64 cases in a switch statement. by Ben Cheng · 16 years ago
  23. 6546de1 Back out inline string optimizations until cause of instability tracked down. by Bill Buzbee · 16 years ago
  24. 82307b1 Ensure dalvikvm sets "user.name" to "root" for our tests. by Elliott Hughes · 16 years ago
  25. 0ae4550 Merge change I22212019 by Android (Google) Code Review · 16 years ago
  26. b07d357 Merge change I57dd1032 by Android (Google) Code Review · 16 years ago
  27. 641b7db Merge change Ie098e2fa by Android (Google) Code Review · 16 years ago
  28. 2221201 Kill OSNetworkSystem.inheritedChannelImpl. by Elliott Hughes · 16 years ago
  29. 5d54636 Fixing PipedWriters/PipedOutputStreams silent failures during close(). by Jesse Wilson · 16 years ago
  30. 8fcf546 Merge change I04f3b02b by Android (Google) Code Review · 16 years ago
  31. 070d4af Some more adjustments to deal with building for a BSD(-like) target. by Dan Bornstein · 16 years ago
  32. 26ae036 Merge change I318b1449 by Android (Google) Code Review · 16 years ago
  33. e6f7745 More OSNetworkSystem cleanup. by Elliott Hughes · 16 years ago
  34. fd023aa Jit - optimized inline string compareto, indexof; fill_array_data bug fix by Bill Buzbee · 16 years ago
  35. 0816c25 Supporting expected results for the jtreg test runner. by Jesse Wilson · 16 years ago
  36. 038eff0 Merge change I88e8376e by Android (Google) Code Review · 16 years ago
  37. c1a9292 Merge change Id46d9a48 by Android (Google) Code Review · 16 years ago
  38. 684dbf6 Fixing 1 of the 4 BufferedReader test failures in bug 2224903. by Jesse Wilson · 16 years ago
  39. 7a8cdb5 Merge change I474dc860 by Android (Google) Code Review · 16 years ago
  40. 799cdf9 Fixed typo introduced during comment reformatting. by Bill Buzbee · 16 years ago
  41. 9a7c5cd Merge change Ib000d44f by Android (Google) Code Review · 16 years ago
  42. 1465db5 Major registor allocation rework - stage 1. by Bill Buzbee · 16 years ago
  43. 164676d Rewrite NativeBN_twosCompFitsIntoBytes. by Elliott Hughes · 16 years ago
  44. 9cbd26d Merge change I006c279b by Android (Google) Code Review · 16 years ago
  45. 006c279 Remove broken .so and fix bogus test. by Elliott Hughes · 16 years ago
  46. 80be6d1 Merge change I4a356627 by Android (Google) Code Review · 16 years ago
  47. 95c4e0f Merge change I8fa1a78a by Android (Google) Code Review · 16 years ago
  48. 4a35662 Change the jtreg tool to perform both building and running steps. by Jesse Wilson · 16 years ago
  49. 8fa1a78 Make run-core-tests with no arguments equivalent to tests.AllTests. by Elliott Hughes · 16 years ago
  50. bccc5e5 Merge change Id7694644 by Android (Google) Code Review · 16 years ago
  51. 433390e Script for compiling and dexing jtreg tests for Dalvik. by Jesse Wilson · 16 years ago
  52. 6357aa1 Merge change I8c671e53 by Android (Google) Code Review · 16 years ago
  53. bfd74c5 Implement ProcessBuilder.redirectErrorStream. by Elliott Hughes · 16 years ago
  54. 113154c Fix a few FindBugs warnings in code that isn't upstream. by Elliott Hughes · 16 years ago
  55. 8d17411 Update logging to r820767 by Jesse Wilson · 16 years ago
  56. bfe0f4b Remove OSNetworkSystem.sendStream and all use of ErrorCodeException. by Elliott Hughes · 16 years ago
  57. 024da70 The officially sanctioned way to get memcpy() is to #include <string.h>. by Dan Bornstein · 16 years ago
  58. f059781 Merge change I4c4d050d by Android (Google) Code Review · 16 years ago
  59. 8deda4a Merge change Ibc04ef43 by Android (Google) Code Review · 16 years ago
  60. 2237714 Clone TEMP_FAILURE_RETRY in JNIHelp.h, to make up for (take your pick) by Dan Bornstein · 16 years ago
  61. 79ad52e Remove dead native org.apache.harmony.nio.AddressUtils code. by Elliott Hughes · 16 years ago
  62. c494c3b Merge change I8a7a4c56 by Android (Google) Code Review · 16 years ago
  63. 4d8e12b Merge change Ibebb78b6 by Android (Google) Code Review · 16 years ago
  64. ad4b31b DeleteLocalRef the result of GetObjectClass more consistently. by Elliott Hughes · 16 years ago
  65. 2f2c44e Split libcore/Android.mk into two files, one for Java code and one for by Dan Bornstein · 16 years ago
  66. c332ebb Merge change I66e35647 by Android (Google) Code Review · 16 years ago
  67. dafd634 A new hygenic way for tests to clean up before or after execution. by Jesse Wilson · 16 years ago
  68. 5937755 Merge change I968363e2 by Android (Google) Code Review · 16 years ago
  69. 9acdacd Suppressing StressTest which is causing our continuous build to fail. by Jesse Wilson · 16 years ago
  70. 61fb74e Merge change Ibf565c9c by Android (Google) Code Review · 16 years ago
  71. bfbf10e Change the host build to include whole static libraries, and to name by Dan Bornstein · 16 years ago
  72. bebb78b Switch ProcessManager and System over to C++. by Elliott Hughes · 16 years ago
  73. d6f87c7 Merge change I410514c5 by Android (Google) Code Review · 16 years ago
  74. 524fea1 Sort out libnativehelper, and make related comments less redundant. by Dan Bornstein · 16 years ago
  75. 7306e78 Merge change I3628c655 by Android (Google) Code Review · 16 years ago
  76. 4312f59 Merge change I834d8b2c by Android (Google) Code Review · 16 years ago
  77. d84805f Merge change Idb16cc7f by Android (Google) Code Review · 16 years ago
  78. 33c444b Expose hooks for more efficient log handling in Android apps. by Jesse Wilson · 16 years ago
  79. a75356e Merge change I93fe0d1b by Android (Google) Code Review · 16 years ago
  80. 92fa476 Add a reference table dump call. by Andy McFadden · 16 years ago
  81. 3628c65 OSMemorySystem.mmap fixes. by Elliott Hughes · 16 years ago
  82. f177c70 Merge change Ia1dc94d5 by Android (Google) Code Review · 16 years ago
  83. f3029c5 Remove OSNetworkSystem.receiveStream. by Elliott Hughes · 16 years ago
  84. d45a48f Encode recommended practice wrt libffi in comments, and attempt to actually by Dan Bornstein · 16 years ago
  85. 4d9b601 Fix for unmatched entry/exit points in test traces by Rodrigo Ipince · 16 years ago
  86. 93fe0d1 Re-enable SSL handshake cutthrough support (and fixed unittest) by Nagendra Modadugu · 16 years ago
  87. a5b88a9 Merge change Ibeb7d4a2 by Android (Google) Code Review · 16 years ago
  88. d0d89ee Cleaning up synchronization in Logger. by Jesse Wilson · 16 years ago
  89. d11c7ab Merge change I3d8565f0 by Android (Google) Code Review · 16 years ago
  90. dd091e0 Merge change I5ea630ca by Android (Google) Code Review · 16 years ago
  91. 028f069 Merge change Id1f4cf7b by Android (Google) Code Review · 16 years ago
  92. 62f1915 Use a binary search for sparse switch statements. by Andy McFadden · 16 years ago
  93. d1f4cf7 Clear pending exception before throwing a new one. by Andy McFadden · 16 years ago
  94. c1bf9e9 Merge change Id434c469 by Android (Google) Code Review · 16 years ago
  95. 7d9006a More OSNetworkSystem cleanup. by Elliott Hughes · 16 years ago
  96. ea21446 Merge change Iacd79b8a by Android (Google) Code Review · 16 years ago
  97. acd79b8 Avoid shadowing fields from the superclass testcase. by Jesse Wilson · 16 years ago
  98. f0c2999 Merge change I54b596ca by Android (Google) Code Review · 16 years ago
  99. 54b596c Expose the portable "strerror_r" used by jniThrowIOException. by Elliott Hughes · 16 years ago
  100. 9f298d0 Merge change Ib28d3a82 by Android (Google) Code Review · 16 years ago