1. 059dbc0 Improved client certificate and certificate chain support by Brian Carlstrom · 14 years ago
  2. a5df574 Merge "Cleanup HTTP retries." into dalvik-dev by Jesse Wilson · 14 years ago
  3. c0372d9 Cleanup HTTP retries. by Jesse Wilson · 14 years ago
  4. e8ca15f Fix Throwable.printStackTrace for exceptions without stack traces. by Elliott Hughes · 14 years ago
  5. 16773d4 Improved System.getProperty documentation. by Elliott Hughes · 14 years ago
  6. 6410112 Add null-pointer checking to ScopedPrimitiveArray. by Elliott Hughes · 14 years ago
  7. ccbe340 Use 'dst' (or an even more appropriate name where possible) rather than 'dest'. by Elliott Hughes · 14 years ago
  8. 99a8c7a Merge "Stop Matcher from copying its input onto the native heap." into dalvik-dev by Elliott Hughes · 14 years ago
  9. da289bc Address feedback from change 57066, by Jesse Wilson · 14 years ago
  10. e3836e9 Merge "Rewrite the main request retry loop of HttpURLConnection." into dalvik-dev by Jesse Wilson · 14 years ago
  11. db54706 Merge "Add a distinct field to thread pending references together." into dalvik-dev by Carl Shapiro · 14 years ago
  12. ffd579b Rewrite the main request retry loop of HttpURLConnection. by Jesse Wilson · 14 years ago
  13. c1d2d9961 Add a distinct field to thread pending references together. by Carl Shapiro · 14 years ago
  14. b7eec62 TestKeyStore only use RSA by default & fixing SSLEngine client auth with DSA client and RSA server by Brian Carlstrom · 14 years ago
  15. 0120b34 Remove dead code/unused variables from OSNetworkSystem. by Elliott Hughes · 14 years ago
  16. a233bbf Clean up OSFileSystem. by Elliott Hughes · 14 years ago
  17. 5d40b59 Clean up File.createTempFile and make Math.random thread-safe. by Elliott Hughes · 14 years ago
  18. ab73941 Fix new String(String) to copy the backing array. by Jesse Wilson · 14 years ago
  19. aecd669 Stop Matcher from copying its input onto the native heap. by Elliott Hughes · 14 years ago
  20. c69b772 Fix another couple of bugs in my native UTF-8 code. by Elliott Hughes · 14 years ago
  21. da7158e Merge "Fix a JNI abuse caught by -Xcheckjni." into dalvik-dev by Elliott Hughes · 14 years ago
  22. 187f018 Fix a JNI abuse caught by -Xcheckjni. by Elliott Hughes · 14 years ago
  23. 096aac7 Buffering the decoding of chunked encoding and HTTP headers. by Jesse Wilson · 14 years ago
  24. 79dc3f0 Fix sim build (missing #include <string.h> for memcpy). by Elliott Hughes · 14 years ago
  25. 5cd6df2 Part 2 of the "new String"/String.getBytes performance work. by Elliott Hughes · 14 years ago
  26. 7329fa9 Fixes to support new dalvik.googlecode.com benchmarks by Brian Carlstrom · 14 years ago
  27. deb236f Eagerly read the chunked header when doing so (probably) won't block. by Jesse Wilson · 14 years ago
  28. 88010d8 Merge "Fixing chunked encoding to throw proper exceptions on malformed input." into dalvik-dev by Jesse Wilson · 14 years ago
  29. 6906b0c Fixing chunked encoding to throw proper exceptions on malformed input. by Jesse Wilson · 14 years ago
  30. 59a31b8 Merge "Stop using CharsetDecoder when reading JAR manifests." into dalvik-dev by Elliott Hughes · 14 years ago
  31. bfdb06d Stop using CharsetDecoder when reading JAR manifests. by Elliott Hughes · 14 years ago
  32. 51e468a Fixing response cache and connection reuse for HTTP client. by Jesse Wilson · 14 years ago
  33. 12cd1f0 Remove libcore's dependency on bouncycastle by Brian Carlstrom · 14 years ago
  34. 6f39ada Merge "Improve a test for a bug I fixed in froyo." into dalvik-dev by Elliott Hughes · 14 years ago
  35. 9d03f5a Merge "Fixing the failure message when FileTest tests symlinks on FAT filesystems." into dalvik-dev by Jesse Wilson · 14 years ago
  36. ee0acd7 Improve a test for a bug I fixed in froyo. by Elliott Hughes · 14 years ago
  37. 7685958 Merge "Rewrite java.util.regex to use ICU's C++ API." into dalvik-dev by Elliott Hughes · 14 years ago
  38. e377c5a Rewrite java.util.regex to use ICU's C++ API. by Elliott Hughes · 14 years ago
  39. a866102 Merge "Remove the vmData field from java.lang.ref.Reference." into dalvik-dev by Barry Hayes · 14 years ago
  40. 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
  41. d97bdac Fix buggy PriorityQueue test. .remove() is NOT specified to throw a ClassCastException when by Jeremy Sharpe · 14 years ago
  42. 18decd2 Fixing the failure message when FileTest tests symlinks on FAT filesystems. by Jesse Wilson · 14 years ago
  43. 10edd7b Merge "Scrubbing tests marked @BrokenTest." into dalvik-dev by Jesse Wilson · 14 years ago
  44. 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
  45. 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
  46. e690963 Merge "Rewrite the dalvik 060-reflection-security test as a junit test." into gingerbread by Elliott Hughes · 14 years ago
  47. f979bbd Scrubbing tests marked @BrokenTest. by Jesse Wilson · 14 years ago
  48. 982fa19 Rewrite the dalvik 060-reflection-security test as a junit test. by Elliott Hughes · 14 years ago
  49. 870b23b Fix String.replace("", _). by Elliott Hughes · 14 years ago
  50. 095cbb8 Merge "Use Charset.defaultCharset() instead of "file.encoding"." into dalvik-dev by Elliott Hughes · 14 years ago
  51. 46ff2ed Use Charset.defaultCharset() instead of "file.encoding". by Elliott Hughes · 14 years ago
  52. 3d95240 Fix build. by Elliott Hughes · 14 years ago
  53. 3b777d1b A couple of intention-revealing renames I missed in the last commit. by Elliott Hughes · 14 years ago
  54. 21557bb Add TimeZones.forLocale, plus some tidying. by Elliott Hughes · 14 years ago
  55. e608e40 Remove the vmData field from java.lang.ref.Reference. by Barry Hayes · 14 years ago
  56. 561247d Merge "Fixing various test failures in Harmony's ArrayListTest." into dalvik-dev by Jesse Wilson · 14 years ago
  57. a00b0e5 Fixing various test failures in Harmony's ArrayListTest. by Jesse Wilson · 14 years ago
  58. 1d7a5c6 Fix Math.atan2 documentation. by Elliott Hughes · 14 years ago
  59. e716356 Improve Formatter exception detail messages and fix test expectations. by Elliott Hughes · 14 years ago
  60. 3879e02 Merge "Minor java.util.regex.Pattern documentation fixes." into dalvik-dev by Elliott Hughes · 14 years ago
  61. 459726d Merge "Removing duplicate tests in org.apache.harmony.luni.tests.java.util" into dalvik-dev by Jesse Wilson · 14 years ago
  62. e814071 Removing duplicate tests in org.apache.harmony.luni.tests.java.util by Jesse Wilson · 14 years ago
  63. c78823c Merge "Fixing ProcessBuilder.environment() to maintain a mutable copy." into dalvik-dev by Jesse Wilson · 14 years ago
  64. 9f05b37 Fixing ProcessBuilder.environment() to maintain a mutable copy. by Jesse Wilson · 14 years ago
  65. 069774e Minor java.util.regex.Pattern documentation fixes. by Elliott Hughes · 14 years ago
  66. 151a702 String should throw UnsupportedEncodingException if Charset.forName fails. by Elliott Hughes · 14 years ago
  67. 5dd6c39 Merge "Stop using GetStringChars/ReleaseStringChars." into dalvik-dev by Elliott Hughes · 14 years ago
  68. 4e3714f Stop using GetStringChars/ReleaseStringChars. by Elliott Hughes · 14 years ago
  69. 4f708b6 Merge "add test to validate Provider properties" into dalvik-dev by Brian Carlstrom · 14 years ago
  70. 8f2802d add test to validate Provider properties by Brian Carlstrom · 14 years ago
  71. 747f403 Fixing some test suppressions. by Jesse Wilson · 14 years ago
  72. 7b8e9ca Merge "Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang." into dalvik-dev by Jesse Wilson · 14 years ago
  73. 17baca0 Deduplicating failed tests in org.apache.harmony.luni.tests.java.lang. by Jesse Wilson · 14 years ago
  74. afa010c Merge "Move IndexedPKIXParameters from external/bouncycastle to libcore to avoid cyclic build dependency" into dalvik-dev by Brian Carlstrom · 14 years ago
  75. fc5d7aa Make valgrind stack traces more readable by using better names. by Elliott Hughes · 14 years ago
  76. 2da83dc Stop using CharsetEncoder in File.newCString. by Elliott Hughes · 14 years ago
  77. 9149904 Fix build. by Elliott Hughes · 14 years ago
  78. b1b8fbe Switch Base64 over to Charset. by Elliott Hughes · 14 years ago
  79. 9c7a5db Merge "Simplify resource management in ExpatParser's JNI." into dalvik-dev by Elliott Hughes · 14 years ago
  80. 4eafbcc Simplify resource management in ExpatParser's JNI. by Elliott Hughes · 14 years ago
  81. 06fb2e0 Move IndexedPKIXParameters from external/bouncycastle to libcore to avoid cyclic build dependency by Brian Carlstrom · 14 years ago
  82. 0195eef Merge "Move StandardNames from javax.net.ssl package to the more appropriate java.security" into dalvik-dev by Brian Carlstrom · 14 years ago
  83. 9a106a6 Move StandardNames from javax.net.ssl package to the more appropriate java.security by Brian Carlstrom · 14 years ago
  84. 5f96b6f Moving Android-authored test to our test tree. by Jesse Wilson · 14 years ago
  85. 2304b91 am 5b1fb173: resolved conflicts for merge of c4c9ba1d to master by Jean-Baptiste Queru · 14 years ago
  86. 5b1fb17 resolved conflicts for merge of c4c9ba1d to master by Jean-Baptiste Queru · 14 years ago
  87. 40a0fb4 Fixing URLStreamHandlerFactoryTest to be side-effect free. by Jesse Wilson · 14 years ago
  88. 72b87f0 Merge "Add support for ICU's PluralRules." into dalvik-dev by Elliott Hughes · 14 years ago
  89. 7775409 Add support for ICU's PluralRules. by Elliott Hughes · 14 years ago
  90. bd62b7e Merge "javax.crypto tests moving to vogar" into dalvik-dev by Brian Carlstrom · 14 years ago
  91. 78a3b5d javax.crypto tests moving to vogar by Brian Carlstrom · 14 years ago
  92. 767061d Merge "Implementing ZoneInfo.hasSameRules()." into dalvik-dev by Jesse Wilson · 14 years ago
  93. e32b21f Implementing ZoneInfo.hasSameRules(). by Jesse Wilson · 14 years ago
  94. 88404af Remove targets.* by Brian Carlstrom · 14 years ago
  95. 845cc08 libcore/luni/src/main/java/org/bouncycastle moved to external/bouncycastle/src/main/java/org/bouncycastle by Brian Carlstrom · 14 years ago
  96. 8bdd385 Add ProviderTest to verify expected algorithms from register Providers by Brian Carlstrom · 14 years ago
  97. a295246 Merge "Fixing various problems with HTTPS proxies thru HTTP." into dalvik-dev by Jesse Wilson · 14 years ago
  98. bdfbd4b Merge "Minor bidi tidying." into dalvik-dev by Elliott Hughes · 14 years ago
  99. f10b243 Minor bidi tidying. by Elliott Hughes · 14 years ago
  100. 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