1. 6f39ada Merge "Improve a test for a bug I fixed in froyo." into dalvik-dev by Elliott Hughes · 14 years ago
  2. 9d03f5a Merge "Fixing the failure message when FileTest tests symlinks on FAT filesystems." into dalvik-dev by Jesse Wilson · 14 years ago
  3. ee0acd7 Improve a test for a bug I fixed in froyo. by Elliott Hughes · 14 years ago
  4. 7685958 Merge "Rewrite java.util.regex to use ICU's C++ API." into dalvik-dev by Elliott Hughes · 14 years ago
  5. e377c5a Rewrite java.util.regex to use ICU's C++ API. by Elliott Hughes · 14 years ago
  6. a866102 Merge "Remove the vmData field from java.lang.ref.Reference." into dalvik-dev by Barry Hayes · 14 years ago
  7. e244460 resolved conflicts for merge of c9796042 to dalvik-dev by Elliott Hughes · 14 years ago
  8. c979604 resolved conflicts for merge of 57de69cf to master by Elliott Hughes · 14 years ago
  9. c6e7107 Merge "Fix buggy PriorityQueue test. .remove() is NOT specified to throw a ClassCastException when provided an incorrect type. It simply returns false. Verified by testing with mode host in Vogar." into dalvik-dev by Jesse Wilson · 14 years ago
  10. d97bdac Fix buggy PriorityQueue test. .remove() is NOT specified to throw a ClassCastException when by Jeremy Sharpe · 14 years ago
  11. 18decd2 Fixing the failure message when FileTest tests symlinks on FAT filesystems. by Jesse Wilson · 14 years ago
  12. 57de69c am 04dd0d65: Ensure that ReflectionSecurityTest gets run even without vogar. by Elliott Hughes · 14 years ago
  13. 10edd7b Merge "Scrubbing tests marked @BrokenTest." into dalvik-dev by Jesse Wilson · 14 years ago
  14. 2a3c0fc am ee07e6ff: am be9d4118: am e6909635: Merge "Rewrite the dalvik 060-reflection-security test as a junit test." into gingerbread by Elliott Hughes · 14 years ago
  15. ee07e6f am be9d4118: am e6909635: Merge "Rewrite the dalvik 060-reflection-security test as a junit test." into gingerbread by Elliott Hughes · 14 years ago
  16. 04dd0d6 Ensure that ReflectionSecurityTest gets run even without vogar. by Elliott Hughes · 14 years ago
  17. be9d411 am e6909635: Merge "Rewrite the dalvik 060-reflection-security test as a junit test." into gingerbread by Elliott Hughes · 14 years ago
  18. e690963 Merge "Rewrite the dalvik 060-reflection-security test as a junit test." into gingerbread by Elliott Hughes · 14 years ago
  19. f979bbd Scrubbing tests marked @BrokenTest. by Jesse Wilson · 14 years ago
  20. 982fa19 Rewrite the dalvik 060-reflection-security test as a junit test. by Elliott Hughes · 14 years ago
  21. 870b23b Fix String.replace("", _). by Elliott Hughes · 14 years ago
  22. 095cbb8 Merge "Use Charset.defaultCharset() instead of "file.encoding"." into dalvik-dev by Elliott Hughes · 14 years ago
  23. 46ff2ed Use Charset.defaultCharset() instead of "file.encoding". by Elliott Hughes · 14 years ago
  24. 3d95240 Fix build. by Elliott Hughes · 14 years ago
  25. 3b777d1b A couple of intention-revealing renames I missed in the last commit. by Elliott Hughes · 14 years ago
  26. 21557bb Add TimeZones.forLocale, plus some tidying. by Elliott Hughes · 14 years ago
  27. e608e40 Remove the vmData field from java.lang.ref.Reference. by Barry Hayes · 14 years ago
  28. cd2ac24 Add an expectation. by Elliott Hughes · 14 years ago
  29. 561247d Merge "Fixing various test failures in Harmony's ArrayListTest." into dalvik-dev by Jesse Wilson · 14 years ago
  30. a00b0e5 Fixing various test failures in Harmony's ArrayListTest. by Jesse Wilson · 14 years ago
  31. 1d7a5c6 Fix Math.atan2 documentation. by Elliott Hughes · 14 years ago
  32. e716356 Improve Formatter exception detail messages and fix test expectations. by Elliott Hughes · 14 years ago
  33. 3879e02 Merge "Minor java.util.regex.Pattern documentation fixes." into dalvik-dev by Elliott Hughes · 14 years ago
  34. 459726d Merge "Removing duplicate tests in org.apache.harmony.luni.tests.java.util" into dalvik-dev by Jesse Wilson · 14 years ago
  35. e814071 Removing duplicate tests in org.apache.harmony.luni.tests.java.util by Jesse Wilson · 14 years ago
  36. c78823c Merge "Fixing ProcessBuilder.environment() to maintain a mutable copy." into dalvik-dev by Jesse Wilson · 14 years ago
  37. 9f05b37 Fixing ProcessBuilder.environment() to maintain a mutable copy. by Jesse Wilson · 14 years ago
  38. 069774e Minor java.util.regex.Pattern documentation fixes. by Elliott Hughes · 14 years ago
  39. 151a702 String should throw UnsupportedEncodingException if Charset.forName fails. by Elliott Hughes · 14 years ago
  40. 5dd6c39 Merge "Stop using GetStringChars/ReleaseStringChars." into dalvik-dev by Elliott Hughes · 14 years ago
  41. 4e3714f Stop using GetStringChars/ReleaseStringChars. by Elliott Hughes · 14 years ago
  42. 4f708b6 Merge "add test to validate Provider properties" into dalvik-dev by Brian Carlstrom · 14 years ago
  43. 8f2802d add test to validate Provider properties by Brian Carlstrom · 14 years ago
  44. 747f403 Fixing some test suppressions. by Jesse Wilson · 14 years ago
  45. 7b8e9ca Merge "Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang." into dalvik-dev by Jesse Wilson · 14 years ago
  46. 17baca0 Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang. by Jesse Wilson · 14 years ago
  47. afa010c Merge "Move IndexedPKIXParameters from external/bouncycastle to libcore to avoid cyclic build dependency" into dalvik-dev by Brian Carlstrom · 14 years ago
  48. fc5d7aa Make valgrind stack traces more readable by using better names. by Elliott Hughes · 14 years ago
  49. 2da83dc Stop using CharsetEncoder in File.newCString. by Elliott Hughes · 14 years ago
  50. 9149904 Fix build. by Elliott Hughes · 14 years ago
  51. b1b8fbe Switch Base64 over to Charset. by Elliott Hughes · 14 years ago
  52. 9c7a5db Merge "Simplify resource management in ExpatParser's JNI." into dalvik-dev by Elliott Hughes · 14 years ago
  53. 4eafbcc Simplify resource management in ExpatParser's JNI. by Elliott Hughes · 14 years ago
  54. 06fb2e0 Move IndexedPKIXParameters from external/bouncycastle to libcore to avoid cyclic build dependency by Brian Carlstrom · 14 years ago
  55. 0195eef Merge "Move StandardNames from javax.net.ssl package to the more appropriate java.security" into dalvik-dev by Brian Carlstrom · 14 years ago
  56. 9a106a6 Move StandardNames from javax.net.ssl package to the more appropriate java.security by Brian Carlstrom · 14 years ago
  57. 36dc241 Merge "Moving Android-authored test to our test tree." into dalvik-dev by Jesse Wilson · 14 years ago
  58. f88caea Merge "Updating StandardNames for updated bouncycastle that is closer to the RI" into dalvik-dev by Brian Carlstrom · 14 years ago
  59. 5f96b6f Moving Android-authored test to our test tree. by Jesse Wilson · 14 years ago
  60. 2304b91 am 5b1fb173: resolved conflicts for merge of c4c9ba1d to master by Jean-Baptiste Queru · 14 years ago
  61. 5b1fb17 resolved conflicts for merge of c4c9ba1d to master by Jean-Baptiste Queru · 14 years ago
  62. f3abdd4 Updating StandardNames for updated bouncycastle that is closer to the RI by Brian Carlstrom · 14 years ago
  63. c4c9ba1 merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  64. 40a0fb4 Fixing URLStreamHandlerFactoryTest to be side-effect free. by Jesse Wilson · 14 years ago
  65. 72b87f0 Merge "Add support for ICU's PluralRules." into dalvik-dev by Elliott Hughes · 14 years ago
  66. 7775409 Add support for ICU's PluralRules. by Elliott Hughes · 14 years ago
  67. bd62b7e Merge "javax.crypto tests moving to vogar" into dalvik-dev by Brian Carlstrom · 14 years ago
  68. 78a3b5d javax.crypto tests moving to vogar by Brian Carlstrom · 14 years ago
  69. 767061d Merge "Implementing ZoneInfo.hasSameRules()." into dalvik-dev by Jesse Wilson · 14 years ago
  70. e32b21f Implementing ZoneInfo.hasSameRules(). by Jesse Wilson · 14 years ago
  71. 0471e8c Merge "Remove targets.*" into dalvik-dev by Brian Carlstrom · 14 years ago
  72. 7c757d9 am 845cc081: libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/src/main/java/org/bouncycastle by Brian Carlstrom · 14 years ago
  73. 88404af Remove targets.* by Brian Carlstrom · 14 years ago
  74. 845cc08 libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/src/main/java/org/bouncycastle by Brian Carlstrom · 14 years ago
  75. d0049c5 Enable UTF-8 in libcore Java source by Brian Carlstrom · 14 years ago
  76. 8bdd385 Add ProviderTest to verify expected algorithms from register Providers by Brian Carlstrom · 14 years ago
  77. a295246 Merge "Fixing various problems with HTTPS proxies thru HTTP." into dalvik-dev by Jesse Wilson · 14 years ago
  78. bdfbd4b Merge "Minor bidi tidying." into dalvik-dev by Elliott Hughes · 14 years ago
  79. f10b243 Minor bidi tidying. by Elliott Hughes · 14 years ago
  80. a39758c Merge "libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/src/main/java/org/bouncycastle" into dalvik-dev by Brian Carlstrom · 14 years ago
  81. b153782 Merge "Rewrite FileDescriptor and ProcessManager's JNI in terms of JNIHelp.h's API." into dalvik-dev by Elliott Hughes · 14 years ago
  82. 74c5075 Rewrite FileDescriptor and ProcessManager's JNI in terms of JNIHelp.h's API. by Elliott Hughes · 14 years ago
  83. d3ae3db libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/src/main/java/org/bouncycastle by Brian Carlstrom · 14 years ago
  84. ceb7e9c Merge "We have a bunch of bogus tests that were failing in both dalvik and the RI." into dalvik-dev by Jesse Wilson · 14 years ago
  85. 4ec7332 We have a bunch of bogus tests that were failing in both dalvik and the RI. by Jesse Wilson · 14 years ago
  86. c12ec03 Merge "Remove dynamic calls to FindClass." into dalvik-dev by Elliott Hughes · 14 years ago
  87. a9f5c16 Remove dynamic calls to FindClass. by Elliott Hughes · 14 years ago
  88. e3e6e23 Merge "Removing dead classes from AllTests." into dalvik-dev by Jesse Wilson · 14 years ago
  89. 3d7147d Removing dead classes from AllTests. by Jesse Wilson · 14 years ago
  90. 0614a89 Merge "Removing SerializationStressTests that are duplicated from Harmony." into dalvik-dev by Jesse Wilson · 14 years ago
  91. 7ec06ea Removing SerializationStressTests that are duplicated from Harmony. by Jesse Wilson · 14 years ago
  92. d93bf0f Merge "Apply harmony patch for https://issues.apache.org/jira/browse/HARMONY-6271." into dalvik-dev by Elliott Hughes · 14 years ago
  93. 776982b5 am 32a84bfe: am 65bfb219: am 7983be97: Sprinkle BlockGuard checks on DNS lookups. by Brad Fitzpatrick · 14 years ago
  94. 32a84bf am 65bfb219: am 7983be97: Sprinkle BlockGuard checks on DNS lookups. by Brad Fitzpatrick · 14 years ago
  95. 65bfb21 am 7983be97: Sprinkle BlockGuard checks on DNS lookups. by Brad Fitzpatrick · 14 years ago
  96. 5737216 Apply harmony patch for https://issues.apache.org/jira/browse/HARMONY-6271. by Elliott Hughes · 14 years ago
  97. 7983be9 Sprinkle BlockGuard checks on DNS lookups. by Brad Fitzpatrick · 14 years ago
  98. beaa948 Change openssl related tests to be runable with vogar as opposed to run-core-tests by Brian Carlstrom · 14 years ago
  99. eefb331 Merge "Update run-core-tests classpath" into dalvik-dev by Brian Carlstrom · 14 years ago
  100. 94782d0 Use Integer.valueOf rather than "new Integer" (et cetera) from JNI. by Elliott Hughes · 14 years ago