1. 6aa068b Fix various FindBugs warnings. by Elliott Hughes · 14 years ago
  2. 66e1a78 Fix a few small preferences/properties bugs. by Elliott Hughes · 14 years ago
  3. 5558f04 Fix a FindBugs warning in ImplForVariable. by Elliott Hughes · 14 years ago
  4. 4bc5d95 Merge "Tidy up MathContext (fixing a FindBugs complaint)." into dalvik-dev by Elliott Hughes · 14 years ago
  5. 88dc8b7 Tidy up MathContext (fixing a FindBugs complaint). by Elliott Hughes · 14 years ago
  6. 0e3562b Add a test to demonstrate API lossage. by Elliott Hughes · 14 years ago
  7. aa1f215 Fix FindBugs warnings in ShortBuffer. by Elliott Hughes · 14 years ago
  8. 510dc6a Fix FindBugs warnings in ResourceBundle. by Elliott Hughes · 14 years ago
  9. cd57707 Fix NativeCrypto FindBugs warnings. by Elliott Hughes · 14 years ago
  10. 79859c0 Fix dalvik.system FindBugs warnings. by Elliott Hughes · 14 years ago
  11. 8e9f494 Tidy nio->io charset name conversion. by Elliott Hughes · 14 years ago
  12. aa37e25 Move SneakyThrow to libcore.util. by Elliott Hughes · 14 years ago
  13. 81a1715 Merge "Tidy up the bidi code a little." into dalvik-dev by Elliott Hughes · 14 years ago
  14. bb1c041 Tidy up the bidi code a little. by Elliott Hughes · 14 years ago
  15. dbe726c Remove an unused class. by Elliott Hughes · 14 years ago
  16. cc06c7a Remove header files that are no longer used. by Elliott Hughes · 14 years ago
  17. c82eb51 Merge "Remove our implementations of inline natives." into dalvik-dev by Elliott Hughes · 14 years ago
  18. 1ce1983 Merge "Refactor DexClassLoader and PathClassLoader." into dalvik-dev by Dan Bornstein · 14 years ago
  19. 08343a4 Remove our implementations of inline natives. by Elliott Hughes · 14 years ago
  20. 2109565 Really remove a broken test. by Elliott Hughes · 14 years ago
  21. ea52753 Refactor DexClassLoader and PathClassLoader. by Dan Bornstein · 14 years ago
  22. 8efab4c am ede17863: Better tests for InetAddress.parseNumericAddress. by Elliott Hughes · 14 years ago
  23. 4ffe590 am f39b892d: Add InetAddress.parseNumericAddress for frameworks/base\'s benefit. by Elliott Hughes · 14 years ago
  24. ede1786 Better tests for InetAddress.parseNumericAddress. by Elliott Hughes · 14 years ago
  25. f39b892 Add InetAddress.parseNumericAddress for frameworks/base's benefit. by Elliott Hughes · 14 years ago
  26. 7b2c603 Merge "Remove some unnecessary java.lang references" into dalvik-dev by Brian Carlstrom · 14 years ago
  27. 5788a7a Remove a broken test and add the appropriate test. by Elliott Hughes · 14 years ago
  28. 00ccc7c Improve the Properties documentation. by Elliott Hughes · 14 years ago
  29. a9e5f37 Remove some unnecessary java.lang references by Brian Carlstrom · 14 years ago
  30. 6d82ce5 Move ZoneInfo and ZoneInfoDB into libcore.util. by Elliott Hughes · 14 years ago
  31. 6d4b1ff Merge "Improve TimeZone's behavior for "pre-historic" dates." into dalvik-dev by Elliott Hughes · 14 years ago
  32. 65c53ce Improve TimeZone's behavior for "pre-historic" dates. by Elliott Hughes · 14 years ago
  33. 035932b Test to show that deleting prefs files is consistent with the RI. by Jesse Wilson · 14 years ago
  34. 6964eff Merge commit '995a3842' into manualmerge by Jesse Wilson · 14 years ago
  35. 995a384 Fail parsing if there's text outside the document element. by Jesse Wilson · 14 years ago
  36. 4266d94 Merge "Various time zone strings improvements." into dalvik-dev by Elliott Hughes · 14 years ago
  37. 566bbb1 Various time zone strings improvements. by Elliott Hughes · 14 years ago
  38. 81b7a53 Merge "Scrub test failures from the dalvik-dev build." into dalvik-dev by Jesse Wilson · 14 years ago
  39. b22ef1e Scrub test failures from the dalvik-dev build. by Jesse Wilson · 14 years ago
  40. daf4823 am 514d10c4: CA certificate update: Adding AffirmTrust by Brian Carlstrom · 14 years ago
  41. 514d10c CA certificate update: Adding AffirmTrust by Brian Carlstrom · 14 years ago
  42. 6017a82 Merge "Move tests from java.injected into libcore." into dalvik-dev by Jesse Wilson · 14 years ago
  43. 66c0678 Merge "Remove the obsolete TouchDex code." into dalvik-dev by Elliott Hughes · 14 years ago
  44. 3a3511e Move tests from java.injected into libcore. by Jesse Wilson · 14 years ago
  45. 296b43d Remove the obsolete TouchDex code. by Elliott Hughes · 14 years ago
  46. 2442a2b am aabf01f7: am 4928b1ee: am b2b89da2: am 30182015: Merge "Disable prelinking for this module only instead of globally" by Jean-Baptiste Queru · 14 years ago
  47. 10b5dd6 Merge "Rely on string to do case mapping." into dalvik-dev by Jesse Wilson · 14 years ago
  48. 6f29fe0 Merge commit '7d95dd2e' into manualmerge by Jesse Wilson · 14 years ago
  49. c729e21 Rely on string to do case mapping. by Jesse Wilson · 14 years ago
  50. e0e5672 Add system properties that report our ICU4C and Unicode versions. by Elliott Hughes · 14 years ago
  51. aabf01f am 4928b1ee: am b2b89da2: am 30182015: Merge "Disable prelinking for this module only instead of globally" by Jean-Baptiste Queru · 14 years ago
  52. 97a0322 Merge "Move more of the system properties handling into managed code." into dalvik-dev by Elliott Hughes · 14 years ago
  53. 4928b1e am b2b89da2: am 30182015: Merge "Disable prelinking for this module only instead of globally" by Jean-Baptiste Queru · 14 years ago
  54. 7d95dd2 Adopt BasicLruCache in AddressCache. by Jesse Wilson · 14 years ago
  55. 63a81a2 am a186c233: I meant assertEquals(). by Dan Bornstein · 14 years ago
  56. 24923f9 Move more of the system properties handling into managed code. by Elliott Hughes · 14 years ago
  57. a186c23 I meant assertEquals(). by Dan Bornstein · 14 years ago
  58. 2bdf876 am 6f42688f: Clean up test and expand slightly. by Dan Bornstein · 14 years ago
  59. 6f42688 Clean up test and expand slightly. by Dan Bornstein · 14 years ago
  60. bf8591c am ec80ed70: Fix the test. by Dan Bornstein · 14 years ago
  61. ad9c910 Merge "Fix URL encoder regression." into dalvik-dev by Jesse Wilson · 14 years ago
  62. 63dfb12 Update expectations for charset and URL test failures. by Jesse Wilson · 14 years ago
  63. 786ca65 Fix URL encoder regression. by Jesse Wilson · 14 years ago
  64. 640e4a7 Move more system property handling into managed code. by Elliott Hughes · 14 years ago
  65. b2b89da am 30182015: Merge "Disable prelinking for this module only instead of globally" by Jean-Baptiste Queru · 14 years ago
  66. 3018201 Merge "Disable prelinking for this module only instead of globally" by Jean-Baptiste Queru · 14 years ago
  67. 6675d34 Disable prelinking for this module only instead of globally by Jean-Baptiste Queru · 14 years ago
  68. e037583 am 7190be77: Restore the code for optimized file specification. by Dan Bornstein · 14 years ago
  69. ec80ed7 Fix the test. by Dan Bornstein · 14 years ago
  70. 6854ec3 Merge "Use the same code to encode and fix poorly encoded URLs." into dalvik-dev by Jesse Wilson · 14 years ago
  71. 3255902 Use the same code to encode and fix poorly encoded URLs. by Jesse Wilson · 14 years ago
  72. a1ba5d2 Make Date.toString a bit faster. by Elliott Hughes · 14 years ago
  73. 7190be7 Restore the code for optimized file specification. by Dan Bornstein · 14 years ago
  74. 56099d2 Remove redundant URL encoders and decoders. by Jesse Wilson · 14 years ago
  75. 32d2e33 Simplify Date.toGMTString. by Elliott Hughes · 14 years ago
  76. b9e8565 Merge "Slightly improve String.intern and Object.finalize documentation." into dalvik-dev by Elliott Hughes · 14 years ago
  77. 73ab73f Slightly improve String.intern and Object.finalize documentation. by Elliott Hughes · 14 years ago
  78. dcff449 Merge "Put some tests in place before I delete some URL decoders." into dalvik-dev by Jesse Wilson · 14 years ago
  79. 9773c9e Put some tests in place before I delete some URL decoders. by Jesse Wilson · 14 years ago
  80. 8b2ddfd Merge "Use int.class instead of Integer.TYPE (et cetera) for clarity." into dalvik-dev by Elliott Hughes · 14 years ago
  81. e26ba79 Use int.class instead of Integer.TYPE (et cetera) for clarity. by Elliott Hughes · 14 years ago
  82. 3af5f37 Merge "Stub out and deprecate gcSoftReferences." into dalvik-dev by Carl Shapiro · 14 years ago
  83. b825c2f am a7ee8ea6: Fix serialization of DecimalFormatSymbols. by Elliott Hughes · 14 years ago
  84. a7ee8ea Fix serialization of DecimalFormatSymbols. by Elliott Hughes · 14 years ago
  85. 4fd8ac2 Fix build. by Elliott Hughes · 14 years ago
  86. 3b7c2eb Stub out and deprecate gcSoftReferences. by Carl Shapiro · 14 years ago
  87. 3664d88 Clean up the CharsetDecoder/CharsetEncoder implementation a bit more. by Elliott Hughes · 14 years ago
  88. 3eea06a Add missing @hide. by Elliott Hughes · 14 years ago
  89. ea680c1 am 117ee615: Synchronize on TimerTestTask\'s fields, not TimerTaskTest\'s by Brian Carlstrom · 14 years ago
  90. 0a95ca9 Merge "Clean up the CharsetDecoder/CharsetEncoder implementation a bit more." into dalvik-dev by Elliott Hughes · 14 years ago
  91. 117ee61 Synchronize on TimerTestTask's fields, not TimerTaskTest's by Brian Carlstrom · 14 years ago
  92. eaa1f3d Merge "Synchronize on TimerTestTask's fields, not TimerTaskTest's" into dalvik-dev by Brian Carlstrom · 14 years ago
  93. eb9af20 Synchronize on TimerTestTask's fields, not TimerTaskTest's by Brian Carlstrom · 14 years ago
  94. 37871fb Clean up the CharsetDecoder/CharsetEncoder implementation a bit more. by Elliott Hughes · 14 years ago
  95. 26ce8fb resolved conflicts for merge of 6186821c to dalvik-dev by Jesse Wilson · 14 years ago
  96. b0dd42c am e5720bcc: Avoid name collision in libcore.base vs android.util.LruCache. by Jesse Wilson · 14 years ago
  97. 6186821 Move libcore.base classes to libcore.util and libcore.io. by Jesse Wilson · 14 years ago
  98. e5720bc Avoid name collision in libcore.base vs android.util.LruCache. by Jesse Wilson · 14 years ago
  99. b4c0d26 Merge "Avoid file locks in java.util.prefs." into dalvik-dev by Jesse Wilson · 14 years ago
  100. dd22042 Avoid file locks in java.util.prefs. by Jesse Wilson · 14 years ago