1. fdc4e57 Merge "Add two TrustCenter roots: - TC TrustCenter Class 2 CA II - TC TrustCenter Universal CA I" by Nagendra Modadugu · 14 years ago
  2. 7355dee Add two TrustCenter roots: by Nagendra Modadugu · 14 years ago
  3. f497cd8 Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 15 years ago
  4. ada4180 A new test suite for our XSLT transforms. by Jesse Wilson · 15 years ago
  5. e4402d9 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 15 years ago
  6. 925531b Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  7. c57f1aa Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  8. 5f96c13 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 15 years ago
  9. b8db22f Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 15 years ago
  10. 9c9cb2d Remove @KnownFailure from tests that now pass. by Elliott Hughes · 15 years ago
  11. 497f79f FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 15 years ago
  12. c56a551 Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 15 years ago
  13. 6363e0f Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  14. a186475 Merge "Fix warnings in the new XML code." by Elliott Hughes · 15 years ago
  15. 6ceaff1 Fix warnings in the new XML code. by Elliott Hughes · 15 years ago
  16. ab99870 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  17. 4ec8405 Fix more harmony tests. by Elliott Hughes · 15 years ago
  18. 64d5daa Merge "Fix all the harmony java.util.Formatter tests." by Elliott Hughes · 15 years ago
  19. ba00878 Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
  20. 779533c Merge "Fixing a critical regression in our SAX parsing." by Jesse Wilson · 15 years ago
  21. 7ad3cb8 Fixing a critical regression in our SAX parsing. by Jesse Wilson · 15 years ago
  22. 0c8f194 Merge "Add support for streaming hprof dumps." by Andy McFadden · 15 years ago
  23. efd3ca6 Merge "Change DalvikRunner to use newly added OptionParser." by Brian Carlstrom · 15 years ago
  24. 4cde18f Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 15 years ago
  25. 57dca84 Change NumberFormatTest to match ICU's behavior. by Elliott Hughes · 15 years ago
  26. 6bf992c Add support for streaming hprof dumps. by Andy McFadden · 15 years ago
  27. 387a504 Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 15 years ago
  28. 601fa04 Fix a Formatter test that I checked in broken. by Elliott Hughes · 15 years ago
  29. 29fb2ca Merge "Use DecimalFormatSymbols' new default constructor for speed." by Elliott Hughes · 15 years ago
  30. b7df12f Use DecimalFormatSymbols' new default constructor for speed. by Elliott Hughes · 15 years ago
  31. a97ed13 Follow the coding style to rename startJITCompilation to startJitCompilation. by Ben Cheng · 15 years ago
  32. d08a265 Merge "Add a callback for the framework to explicitly enable the JIT compiler." by Ben Cheng · 15 years ago
  33. 6bad6a2 Add a callback for the framework to explicitly enable the JIT compiler. by Ben Cheng · 15 years ago
  34. 3fb2142 Merge "Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException." by Elliott Hughes · 15 years ago
  35. 911c75d Merge "Removing duplicate classes from our tests. These are obsolete with our DOMv3 support." by Jesse Wilson · 15 years ago
  36. 7f4a5ec Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
  37. 81e8435 Merge "Double the speed of DecimalFormat creation." by Elliott Hughes · 15 years ago
  38. 61da38c Double the speed of DecimalFormat creation. by Elliott Hughes · 15 years ago
  39. d870f00 Merge "Removing dead code from our copy of Xalan." by Jesse Wilson · 15 years ago
  40. 7eb34cd Removing duplicate classes from our tests. These are obsolete with our DOMv3 support. by Jesse Wilson · 15 years ago
  41. 8684a85 Merge "Add streaming method profiling support." by Andy McFadden · 15 years ago
  42. 0b4ea6c Removing dead code from our copy of Xalan. by Jesse Wilson · 15 years ago
  43. 4e49205 Merge "Bring our XML APIs up to date with Java 5." by Jesse Wilson · 15 years ago
  44. 098d716 am ffea5ceb: am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair by Brett Chabot · 15 years ago
  45. 4c7a0d9 Bring our XML APIs up to date with Java 5. by Jesse Wilson · 15 years ago
  46. ec4194a am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object by Brett Chabot · 15 years ago
  47. ef05746 Remove commented-out code. by Elliott Hughes · 15 years ago
  48. d39f8ea Merge "Fix NumberFormat's behavior with BigInteger and custom Number subclasses." by Elliott Hughes · 15 years ago
  49. fc7f3e4 Fix NumberFormat's behavior with BigInteger and custom Number subclasses. by Elliott Hughes · 15 years ago
  50. e0757f4 Merge "Spelling fixes" by Brian Carlstrom · 15 years ago
  51. 0171812 Add streaming method profiling support. by Andy McFadden · 15 years ago
  52. 536a964 Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion. by Elliott Hughes · 15 years ago
  53. 17c4196 Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat. by Elliott Hughes · 15 years ago
  54. c86892d Add a java.util.Formatter test suggested by egnor months ago. by Elliott Hughes · 15 years ago
  55. 5dc6e69 Spelling fixes by Brian Carlstrom · 15 years ago
  56. 771f312 Add a cache to Currency.getInstance(Locale). by Elliott Hughes · 15 years ago
  57. bdca5d6 Merge "Simplify our DecimalFormat." by Elliott Hughes · 15 years ago
  58. 2dd38a7 Fix spelling of explicitly by Jesse Wilson · 15 years ago
  59. eb5822b Simplify our DecimalFormat. by Elliott Hughes · 15 years ago
  60. 9e7e3d2 Merge "Including proper prefixes and qualified names in the Expat parser. Also changing our SAX codepath to always include values for optional parameters." by Jesse Wilson · 15 years ago
  61. 0e23809 Including proper prefixes and qualified names in the Expat parser. by Jesse Wilson · 15 years ago
  62. 45071dd Fix @link and @see tags. by Elliott Hughes · 15 years ago
  63. cf3f76f Merge "java.util.Formatter javadoc fix." by Elliott Hughes · 15 years ago
  64. 12de347 Merge "Switch our ICU JNI over to C++ and tidy up a little." by Elliott Hughes · 15 years ago
  65. 0c7c39c java.util.Formatter javadoc fix. by Elliott Hughes · 15 years ago
  66. 94a6dc1 Fix java.util.Formatter "%tz". by Elliott Hughes · 15 years ago
  67. 8308801 Merge "Rewrite java.util.Formatter documentation." by Elliott Hughes · 15 years ago
  68. b641e1c Switch our ICU JNI over to C++ and tidy up a little. by Elliott Hughes · 15 years ago
  69. 612ae25 Rewrite java.util.Formatter documentation. by Elliott Hughes · 15 years ago
  70. 34e6f29 Merge "Adding support for arbitrary VM args in dalvik runner." by Jesse Wilson · 15 years ago
  71. 3a40bd5 Merge "Move VM feature strings (used by DDMS) into VM." by Andy McFadden · 15 years ago
  72. fd52c65 Move VM feature strings (used by DDMS) into VM. by Andy McFadden · 15 years ago
  73. 328fb8b Adding support for arbitrary VM args in dalvik runner. by Jesse Wilson · 15 years ago
  74. 573960f Teaching DalvikRunner to run arbitrary classes with main() methods. by Jesse Wilson · 15 years ago
  75. 63317a2 Merge "Minor tidy-up of some of the ICU interface." by Elliott Hughes · 15 years ago
  76. 67bfae4 Minor tidy-up of some of the ICU interface. by Elliott Hughes · 15 years ago
  77. d651318 Merge "Remove StartCom MD5 root which is no longer in use: - Free SSL Certification Authority" by Nagendra Modadugu · 15 years ago
  78. c7ad50b Remove StartCom MD5 root which is no longer in use: by Nagendra Modadugu · 15 years ago
  79. ffea5ce am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair by Brett Chabot · 15 years ago
  80. 0e9d568 Merge "Mark libcore cert tests using expired certs as known failures." into eclair by Brett Chabot · 15 years ago
  81. bd77fdb Mark libcore cert tests using expired certs as known failures. by Brett Chabot · 15 years ago
  82. ff3a96c am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object by Brett Chabot · 15 years ago
  83. c4f9330 Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object by Brett Chabot · 15 years ago
  84. 7393a17 Improve the DecimalFormat JNI. by Elliott Hughes · 15 years ago
  85. 19c5378 Fix String.format("%d", null) and relatives. by Elliott Hughes · 15 years ago
  86. 2cb386d Merge "More java.util.Formatter performance work." by Elliott Hughes · 15 years ago
  87. 35138e0 More java.util.Formatter performance work. by Elliott Hughes · 15 years ago
  88. 8dc457e Remove expired root CAs: by Nagendra Modadugu · 15 years ago
  89. eaccb4b Add StartCom CA certificates: by Nagendra Modadugu · 15 years ago
  90. bc4a721 Add two Verisign Root CA certificates: by Nagendra Modadugu · 15 years ago
  91. 9a2905e Merge "Scrubbing some jtreg bugs." by Jesse Wilson · 15 years ago
  92. a00d4a9 Scrubbing some jtreg bugs. by Jesse Wilson · 15 years ago
  93. 4706bab One true way to query "java.net.preferIPv6Addresses". by Elliott Hughes · 15 years ago
  94. db04685 Rewrite InetAddress' DNS cache. by Elliott Hughes · 15 years ago
  95. e2036b3 Fix Formatter's behavior with %% and %n. by Elliott Hughes · 15 years ago
  96. 4475820 Merge "Speed up Character." by Elliott Hughes · 15 years ago
  97. 35df53a Fix a NPE in java.util.Formatter. by Ficus Kirkpatrick · 15 years ago
  98. e67f5ec Speed up Character. by Elliott Hughes · 15 years ago
  99. 8ee76d4 Fix Date.toString. by Elliott Hughes · 15 years ago
  100. c3334e4 Remove the last bits of the ICU ResourceBundle hack. by Elliott Hughes · 15 years ago