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