1. 53fbc0a Add optional tags to libcore. by Jesse Wilson · 14 years ago
  2. 288041b Make the implementation of Formatter %e more similar to %f. by Elliott Hughes · 14 years ago
  3. 46cb23a Return char[] instead of String from NativeDecimalFormat. by Elliott Hughes · 14 years ago
  4. e8545ce Merge "Speed up Formatter %f a bit more by using a thread-local NativeDecimalFormat." into gingerbread by Elliott Hughes · 14 years ago
  5. fa9acfd Speed up Formatter %f a bit more by using a thread-local NativeDecimalFormat. by Elliott Hughes · 14 years ago
  6. 3b7e451 Merge "Add a test case to demonstrate MessageDigest.reset() doesn't." into gingerbread by Brian Carlstrom · 14 years ago
  7. 9fac1da Merge "In javadoc, it's @return, not @returns." into gingerbread by Joe Onorato · 14 years ago
  8. 5deb785 In javadoc, it's @return, not @returns. by Joe Onorato · 14 years ago
  9. 4e63d2a Add a test case to demonstrate MessageDigest.reset() doesn't. by Jesse Wilson · 14 years ago
  10. a3de55d Implement OpenSSLMessageDigestJDK.clone and fix OpenSSLMessageDigestJDK.digest by Brian Carlstrom · 14 years ago
  11. a97292b Fix KeyStore2Test by Brian Carlstrom · 14 years ago
  12. 44e4b13 Add negative argument bounds checking to OpenSSLMessageDigest.update by Brian Carlstrom · 14 years ago
  13. a263bb6 Merge "Support sqlite_jni on the dalvikvm host build." into gingerbread by Jesse Wilson · 14 years ago
  14. ba26799 Support sqlite_jni on the dalvikvm host build. by Jesse Wilson · 14 years ago
  15. f267896 make new module optional by Jean-Baptiste Queru · 14 years ago
  16. df349b3 Fix HttpsURLConnectionTest failures by Brian Carlstrom · 14 years ago
  17. 6812a2e Rename internal SSLParameters to SSLParametersImpl to avoid collision with new javax.net.ssl.SSLParameters by Brian Carlstrom · 14 years ago
  18. 2b6188d Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread by Brian Carlstrom · 14 years ago
  19. 8edffc9 Merge "Fix test code that hardcodes the keystore. Necessary for the host build." into gingerbread by Jesse Wilson · 14 years ago
  20. 28192ac5 Fix test code that hardcodes the keystore. Necessary for the host build. by Jesse Wilson · 14 years ago
  21. ca99759 Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments by Brian Carlstrom · 14 years ago
  22. 8312405 Merge "Make the bouncy castle keystore available for the host build." into gingerbread by Jesse Wilson · 14 years ago
  23. f7aa935 Make the bouncy castle keystore available for the host build. by Jesse Wilson · 14 years ago
  24. f1ab58e Merge "Fix the TimeZone.getTimeZone documentation and a test." into gingerbread by Elliott Hughes · 14 years ago
  25. 6c0aa9e Fix the TimeZone.getTimeZone documentation and a test. by Elliott Hughes · 14 years ago
  26. 7898a91 Update the host core.jar build to include classes.dex. by Jesse Wilson · 14 years ago
  27. 489118a Merge "Even more follow up to enh's HttpURLConnection docs review." into gingerbread by Jesse Wilson · 14 years ago
  28. 9d3b63b Merge "Document Unicode versions and that we don't support the locale spi junk." into gingerbread by Elliott Hughes · 14 years ago
  29. 11b9d26 Even more follow up to enh's HttpURLConnection docs review. by Jesse Wilson · 14 years ago
  30. d2d7abe Document Unicode versions and that we don't support the locale spi junk. by Elliott Hughes · 14 years ago
  31. 55bbb57 More follow up to enh's HttpURLConnection docs review. by Jesse Wilson · 14 years ago
  32. 8c283b6 Document HttpURLConnection's many features and misfeatures. by Jesse Wilson · 14 years ago
  33. 5900e55 Use BlockGuard for OpenSSL sockets. by Brad Fitzpatrick · 14 years ago
  34. 9f7ee09 Canonicalize all PEM certificates files to include text and SHA1 fingerprint by Brian Carlstrom · 14 years ago
  35. 7e29fa5 Merge "Cope with HTTP responses where the response code and headers disagree." into gingerbread by Jesse Wilson · 14 years ago
  36. 65d890e Cope with HTTP responses where the response code and headers disagree. by Jesse Wilson · 14 years ago
  37. 99d9f92 Fix off-by-one error in BigInteger.valueOf. by Elliott Hughes · 14 years ago
  38. c390acc Don't throw when calling Socket.close on a closed socket. by Elliott Hughes · 14 years ago
  39. 4eb8ca7 Fix the last remaining gaps in our Java 6 API. by Jesse Wilson · 14 years ago
  40. b7155fd Fixing a broken pipe with HttpsURLConnection connection reuse. by Jesse Wilson · 14 years ago
  41. 171dc20 Use idiomatic Java "type[] id" syntax instead of "type id[]". by Elliott Hughes · 14 years ago
  42. 7f0c06f Don't use StringBuffer where we don't need to. by Brian Carlstrom · 14 years ago
  43. 6206667 Make StringBuilder.append(float) and append(double) 2x faster. by Elliott Hughes · 14 years ago
  44. f528b9d Double the speed of StringBuilder.append(int) and append(long). by Elliott Hughes · 14 years ago
  45. ca12e57 Make StringBuilder.append(CharSequence) as cheap as append(CharSequence, int, int). by Elliott Hughes · 14 years ago
  46. 82a495a Move Integer and Long's toString methods into a new class. by Elliott Hughes · 14 years ago
  47. 10a17e2 Speed up Float.toString (and Double.toString). by Elliott Hughes · 14 years ago
  48. 706de11 Minor tidy-up of Float.toString and Double.toString. by Elliott Hughes · 14 years ago
  49. d16c314 Faster implementations of Math/StrictMath's copySign methods. by Elliott Hughes · 14 years ago
  50. 3e6f49b Double the speed of %.2f in Formatter. by Elliott Hughes · 14 years ago
  51. 95c82c8 Fix "java.net.preferIPv6Addresses". by Elliott Hughes · 14 years ago
  52. 50ae322 Configure HttpURLConnection to prefer gzipped content by default. by Jesse Wilson · 14 years ago
  53. 51ee38b New Java-based SamplingProfiler by Brian Carlstrom · 14 years ago
  54. 5b65f4f Merge "Adding documentation for a API bug in FilterInputStream subclasses" into gingerbread by Jesse Wilson · 14 years ago
  55. 858dd42 Adding documentation for a API bug in FilterInputStream subclasses by Jesse Wilson · 14 years ago
  56. 44f9360 Merge "Support "Connection: close" from both request and response." into gingerbread by Jesse Wilson · 14 years ago
  57. f418bf4 Support "Connection: close" from both request and response. by Jesse Wilson · 14 years ago
  58. fc3bbd8 Merge "Search the application library path first." into gingerbread by Jesse Wilson · 14 years ago
  59. af7e773 Search the application library path first. by Jesse Wilson · 14 years ago
  60. 7394768 Merge "Reduce duplication of tests in org.apache.harmony.luni.tests.java.lang." into gingerbread by Jesse Wilson · 14 years ago
  61. 2333d6b Reduce duplication of tests in org.apache.harmony.luni.tests.java.lang. by Jesse Wilson · 14 years ago
  62. 172531a Fix several code hygiene problems in BigInteger. by Jesse Wilson · 14 years ago
  63. 7740fdf Add SUSPENDED state. by Andy McFadden · 14 years ago
  64. e866b78 Fix BigDecimal.precision() to return the correct result. by Jesse Wilson · 14 years ago
  65. d5a7f1e Fix a typo and remove a little cruft. by Elliott Hughes · 14 years ago
  66. 758570a Remove fdlibm.h-related hacks now I've cleaned the header file. by Elliott Hughes · 14 years ago
  67. 159b7cc Merge "Fix concurrency issues in BigInteger." into gingerbread by Jesse Wilson · 14 years ago
  68. fd3f174 Fix concurrency issues in BigInteger. by Jesse Wilson · 14 years ago
  69. 48dfb27 Restore PBE Ciphers and SecreyKeyFactories if underlying algorithm is supported for better PKCS12 support by Brian Carlstrom · 14 years ago
  70. 7303502 Relying on fdlibm's build to set the version type to IEEE. by Jesse Wilson · 14 years ago
  71. 5f2e687 SSLSocket.read should throw SocketException not NullPointerException by Brian Carlstrom · 14 years ago
  72. 7023c8f Fix error in Float.floatToIntBits documentation. by Elliott Hughes · 14 years ago
  73. ab97329 Merge "Updating expectations for Harmony tests that we have yet to fix" into gingerbread by Jesse Wilson · 14 years ago
  74. 125f068 Fix a bug when user sets "Content-Encoding: chunked" manually. by Jesse Wilson · 14 years ago
  75. e2b681d Updating expectations for Harmony tests that we have yet to fix by Jesse Wilson · 14 years ago
  76. 7fd25e8 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbread by Brian Carlstrom · 14 years ago
  77. ccb503d Merge "Updating StandardNames for recent ARCFOUR and Blowfish additions" into gingerbread by Brian Carlstrom · 14 years ago
  78. a0925f8 Updating StandardNames for recent ARCFOUR and Blowfish additions by Brian Carlstrom · 14 years ago
  79. 2918372 Minor net cleanup. by Elliott Hughes · 14 years ago
  80. 6c7b5b5 Relying on fdlibm's build to set the version type to IEEE. by Jesse Wilson · 14 years ago
  81. ebf7131 am 27717d4d: am e595037c: resolved conflicts for merge of bc411e69 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  82. 27717d4 am e595037c: resolved conflicts for merge of bc411e69 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  83. 2e873a0 Merge "Multicast cleanup." into dalvik-dev by Elliott Hughes · 14 years ago
  84. 0b29a1f Multicast cleanup. by Elliott Hughes · 14 years ago
  85. e595037 resolved conflicts for merge of bc411e69 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  86. 572ddfb Merge "Export the new countInstancesOfClass method." into dalvik-dev by Carl Shapiro · 14 years ago
  87. 4940ff3 Remove a bit more nio cruft. by Elliott Hughes · 14 years ago
  88. bc411e6 Fix compilation error: invalid conversion from 'const char*' to 'char*'. by Rene Bolldorf · 14 years ago
  89. 2e386d4 Export the new countInstancesOfClass method. by Carl Shapiro · 14 years ago
  90. 96954f0 Fix build. (Forgot to --replace.) by Elliott Hughes · 14 years ago
  91. d21ee43 Merge "Some nio tidying." into dalvik-dev by Elliott Hughes · 14 years ago
  92. 8510524 Some nio tidying. by Elliott Hughes · 14 years ago
  93. bc9563c am bfc0713b: am 12e10c1c: b/2914872: fix concurrent initialization problem with peer certificate chain fields by Brian Carlstrom · 14 years ago
  94. bfc0713 am 12e10c1c: b/2914872: fix concurrent initialization problem with peer certificate chain fields by Brian Carlstrom · 14 years ago
  95. 12e10c1 b/2914872: fix concurrent initialization problem with peer certificate chain fields by Brian Carlstrom · 14 years ago
  96. 610fa2e path.size() does _not_ include space for the trailing NUL. by Elliott Hughes · 14 years ago
  97. 539081f File names should match their contents. by Elliott Hughes · 14 years ago
  98. a63f0d9 Clean up more of our floating-point cruft. by Elliott Hughes · 14 years ago
  99. 6bdcc32 Move the floating-point parsing into one file. by Elliott Hughes · 14 years ago
  100. 2fee9da Merge "Fix last few uses of "type *id" to be "type* id"." into dalvik-dev by Elliott Hughes · 14 years ago