1. 961c097 am e073b0e8: Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 15 years ago
  2. c505c37 Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 15 years ago
  3. 6cb9a5f Merge "Add's Java 6's DecimalFormat.setRoundingMode (et cetera)." into dalvik-dev by Elliott Hughes · 15 years ago
  4. 42db7d1 Add's Java 6's DecimalFormat.setRoundingMode (et cetera). by Elliott Hughes · 15 years ago
  5. e415d08 am 94e57f7b: Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 15 years ago
  6. 0077ef5 Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 15 years ago
  7. 205f80e Increase sleep delays on debug thread kill. by Andy McFadden · 15 years ago
  8. ee7ff7a Merge "Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc." into dalvik-dev by Elliott Hughes · 15 years ago
  9. 7b00ce8 Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc. by Elliott Hughes · 15 years ago
  10. 61d7136 am 253eebd3: Drop needless parens from Javadoc. by Jesse Wilson · 15 years ago
  11. 45f7247 am 1573a78e: Merge "Javadoc for JSONArray." by Jesse Wilson · 15 years ago
  12. 95cf953 Drop needless parens from Javadoc. by Jesse Wilson · 15 years ago
  13. 0bd7c8e Merge "Javadoc for JSONArray." by Jesse Wilson · 15 years ago
  14. 334e613 Javadoc for JSONArray. by Jesse Wilson · 15 years ago
  15. b1859c4 am 58ece73d: Bug fix for JIT peephole optimization. by Ben Cheng · 15 years ago
  16. e4ac325 Bug fix for JIT peephole optimization. by Ben Cheng · 15 years ago
  17. dcc9ac3 Merge "Add Java 6's Logger.GLOBAL_LOGGER_NAME field." into dalvik-dev by Elliott Hughes · 15 years ago
  18. b4d5b94 am 31275264: Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 15 years ago
  19. 3cea39f Add Java 6's Logger.GLOBAL_LOGGER_NAME field. by Elliott Hughes · 15 years ago
  20. 05d7774 Add Java 6's new PipedReader/PipedInputStream constructors. by Elliott Hughes · 15 years ago
  21. 03d1c30 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 15 years ago
  22. da80cad Fixing an import of a JUnit class that isn't available in dalvik-dev. by Jesse Wilson · 15 years ago
  23. 4bdcd19 Merge "Add Java 6's ObjectStreamClass.lookupAny." into dalvik-dev by Elliott Hughes · 15 years ago
  24. 55b6240 am f6976780: Merge "Exercising our XPath implementation with 279 of Jaxen\'s tests." by Jesse Wilson · 15 years ago
  25. 1c5cae4 Merge "Exercising our XPath implementation with 279 of Jaxen's tests." by Jesse Wilson · 15 years ago
  26. a845eec Add Java 6's ObjectStreamClass.lookupAny. by Elliott Hughes · 15 years ago
  27. eacb682 am 82ebe52a: Merge "Javadocs for JSONObject." by Jesse Wilson · 15 years ago
  28. 2a6615e Merge "Javadocs for JSONObject." by Jesse Wilson · 15 years ago
  29. 1483c41 Javadocs for JSONObject. by Jesse Wilson · 15 years ago
  30. b50e98d Merge "misc DalvikRunner changes" into dalvik-dev by Brian Carlstrom · 15 years ago
  31. e03e662 Merge "Add Java 6's PrintStream.clearError/PrintWriter.clearError methods." into dalvik-dev by Elliott Hughes · 15 years ago
  32. e51cae0 Add Java 6's PrintStream.clearError/PrintWriter.clearError methods. by Elliott Hughes · 15 years ago
  33. 50f3a68 Fix "run-core-tests.sh" to work again. by Elliott Hughes · 15 years ago
  34. 705aafd Merge "Add Java 6's java.io.Console." into dalvik-dev by Elliott Hughes · 15 years ago
  35. f7fb59f Add Java 6's java.io.Console. by Elliott Hughes · 15 years ago
  36. ff03392 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 15 years ago
  37. 5433932 misc DalvikRunner changes by Brian Carlstrom · 15 years ago
  38. 65ad66a am 9fa39c91: Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 15 years ago
  39. 58e3d27 Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 15 years ago
  40. 2ff6a63 am 79cea5c9: Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  41. 6138064 Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  42. 6c75e0a am 288de8e6: Merge "Replace a use of index with strchr." by Carl Shapiro · 15 years ago
  43. 1b4cf5b Merge "Replace a use of index with strchr." by Carl Shapiro · 15 years ago
  44. ac6282d Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 15 years ago
  45. f85e98f Import the heap verification code from the copying collector. The by Carl Shapiro · 15 years ago
  46. 22ff07e Replace a use of index with strchr. by Carl Shapiro · 15 years ago
  47. 0529b90 Merge "Add some certimport.sh documention" into dalvik-dev by Brian Carlstrom · 15 years ago
  48. 11b80ec Add some certimport.sh documention by Brian Carlstrom · 15 years ago
  49. 8d62451 am 900a3afd: Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 15 years ago
  50. 849f102 Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 15 years ago
  51. edc895a am fcd1cbd4: Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 15 years ago
  52. f097c55 Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 15 years ago
  53. 0feec59 Merge "Jit: Handle new VOLATILE Dalvik ops by not handling them." into dalvik-dev by Bill Buzbee · 15 years ago
  54. d106f21 am 38b778b3: Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 15 years ago
  55. d79a9ee Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 15 years ago
  56. 9136e86 Merge "make DalvikRunner ignore .#Foo.java files" into dalvik-dev by Brian Carlstrom · 15 years ago
  57. 2bce2e7 make DalvikRunner ignore .#Foo.java files by Brian Carlstrom · 15 years ago
  58. 0e67d65 am 6abe2582: Merge "First half of JSON Javadocs." by Jesse Wilson · 15 years ago
  59. a10509b Merge "First half of JSON Javadocs." by Jesse Wilson · 15 years ago
  60. c78ca67 First half of JSON Javadocs. by Jesse Wilson · 15 years ago
  61. 2f35651 Merge "Remove dead fields, constants, and redundant pass-through methods." into dalvik-dev by Elliott Hughes · 15 years ago
  62. 43cce37 am f8a44e85: Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  63. e103693 Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  64. 3fa3c7a Replace free calls to the pthread mutex lock, unlock, and trylock by Carl Shapiro · 15 years ago
  65. 4ef949a Include strings.h directly for its ffs prototype. by Carl Shapiro · 15 years ago
  66. a2993c4 am 27182541: Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 15 years ago
  67. 2c8f3ca Point debuggerd at the interesting thread. by Andy McFadden · 15 years ago
  68. c5350a9 Jit: Handle new VOLATILE Dalvik ops by not handling them. by Bill Buzbee · 15 years ago
  69. 9f013ca Make wide-volatile loads and stores atomic. by Andy McFadden · 15 years ago
  70. 503917e Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 15 years ago
  71. d9d2630 Remove dead fields, constants, and redundant pass-through methods. by Elliott Hughes · 15 years ago
  72. abab857 Merge "Eliminate unused heap bitmap functions. This is mostly the "list" code which is no longer needed." into dalvik-dev by Carl Shapiro · 15 years ago
  73. d17d649 am 1639f705: Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 15 years ago
  74. beb7d0e Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 15 years ago
  75. a1f8c8f Fix the JIT blocking mode to unblock itself. by Ben Cheng · 15 years ago
  76. 3c390ad am a58fc616: Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 15 years ago
  77. f02fe31 Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 15 years ago
  78. 5e431e3 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  79. ade8767 am 62145b47: Merge "Jit: Minor cleanup - enum size fix, remove useless code, control consistency." by Bill Buzbee · 15 years ago
  80. 8afae6f Merge "Jit: Minor cleanup - enum size fix, remove useless code, control consistency." by Bill Buzbee · 15 years ago
  81. c1b5fa5 am bcdd4b09: Increase the SHORT_DELAY amount in the JSR166 test. by Ben Cheng · 15 years ago
  82. dfc47f0 Jit: Minor cleanup - enum size fix, remove useless code, control consistency. by Bill Buzbee · 15 years ago
  83. be9acc3 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  84. f157bf4 Increase the SHORT_DELAY amount in the JSR166 test. by Ben Cheng · 15 years ago
  85. 86a79ce Merge "Factor out lock inflation into a common subroutine." into dalvik-dev by Carl Shapiro · 15 years ago
  86. 0322ed6 Factor out lock inflation into a common subroutine. by Carl Shapiro · 15 years ago
  87. 7f7ca03 am fcfb5220: Adding an Apache-licensed implementation of org.json by Jesse Wilson · 15 years ago
  88. cdf6d60 am f662e543: Removing the non-free org.json implementation by Jesse Wilson · 15 years ago
  89. 53604e7 am 37cfb2f4: Merge "A cleanroom implementation of the org.json API." by Jesse Wilson · 15 years ago
  90. 2ef693c am 95cd9ac6: Stay in the dbg interpreter if the entry reason is to deal with exceptions. by Ben Cheng · 15 years ago
  91. 93a06aa am 3ed90a94: Merge "Add a native method dalvik.system.VMDebug.infopoint(int id)." by Ben Cheng · 15 years ago
  92. ec4c445 Merge "Remove dead obfuscatory code." into dalvik-dev by Elliott Hughes · 15 years ago
  93. 014aa1a Adding an Apache-licensed implementation of org.json by Jesse Wilson · 15 years ago
  94. 9e17204 Removing the non-free org.json implementation by Jesse Wilson · 15 years ago
  95. 5845aa8 Merge "A cleanroom implementation of the org.json API." by Jesse Wilson · 15 years ago
  96. 51a095f A cleanroom implementation of the org.json API. by Jesse Wilson · 15 years ago
  97. fdd13e8 Remove dead obfuscatory code. by Elliott Hughes · 15 years ago
  98. eb1e17b Stay in the dbg interpreter if the entry reason is to deal with exceptions. by Ben Cheng · 15 years ago
  99. b7f0da8 Merge "Add a native method dalvik.system.VMDebug.infopoint(int id)." by Ben Cheng · 15 years ago
  100. dd60d48 Add a native method dalvik.system.VMDebug.infopoint(int id). by Ben Cheng · 15 years ago