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