1. d4e0952 Further refinements to "kill other thread". by Andy McFadden · 15 years ago
  2. 64ee717 Jit: Re-enable for Sapphire by Bill Buzbee · 15 years ago
  3. e9f1038 Merge "Use pthread_kill(3) instead of kill(2)." by Andy McFadden · 15 years ago
  4. 7122d86 Use pthread_kill(3) instead of kill(2). by Andy McFadden · 15 years ago
  5. 7713b90 Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks." by Jesse Wilson · 15 years ago
  6. 39f91b9 Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 15 years ago
  7. e073b0e Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 15 years ago
  8. 94e57f7 Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 15 years ago
  9. a388a16 Increase sleep delays on debug thread kill. by Andy McFadden · 15 years ago
  10. 253eebd Drop needless parens from Javadoc. by Jesse Wilson · 15 years ago
  11. 1573a78 Merge "Javadoc for JSONArray." by Jesse Wilson · 15 years ago
  12. d5b5f84 Javadoc for JSONArray. by Jesse Wilson · 15 years ago
  13. 58ece73 Bug fix for JIT peephole optimization. by Ben Cheng · 15 years ago
  14. 3127526 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 15 years ago
  15. f697678 Merge "Exercising our XPath implementation with 279 of Jaxen's tests." by Jesse Wilson · 15 years ago
  16. 82ebe52 Merge "Javadocs for JSONObject." by Jesse Wilson · 15 years ago
  17. db7c9b8 Javadocs for JSONObject. by Jesse Wilson · 15 years ago
  18. e209b86 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 15 years ago
  19. 9fa39c9 Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 15 years ago
  20. 79cea5c Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  21. 288de8e Merge "Replace a use of index with strchr." by Carl Shapiro · 15 years ago
  22. dca7143 Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 15 years ago
  23. be9b70f Replace a use of index with strchr. by Carl Shapiro · 15 years ago
  24. 900a3af Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 15 years ago
  25. fcd1cbd Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 15 years ago
  26. 38b778b Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 15 years ago
  27. 6abe258 Merge "First half of JSON Javadocs." by Jesse Wilson · 15 years ago
  28. 4731ea8 First half of JSON Javadocs. by Jesse Wilson · 15 years ago
  29. f8a44e8 Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  30. 10b0b7a Include strings.h directly for its ffs prototype. by Carl Shapiro · 15 years ago
  31. 384ef6b Point debuggerd at the interesting thread. by Andy McFadden · 15 years ago
  32. 2718254 Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 15 years ago
  33. 1639f70 Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 15 years ago
  34. 812e6b1 Fix the JIT blocking mode to unblock itself. by Ben Cheng · 15 years ago
  35. a58fc61 Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 15 years ago
  36. 0a24ef9 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  37. 62145b4 Merge "Jit: Minor cleanup - enum size fix, remove useless code, control consistency." by Bill Buzbee · 15 years ago
  38. 51ae442 Jit: Minor cleanup - enum size fix, remove useless code, control consistency. by Bill Buzbee · 15 years ago
  39. bcdd4b0 Increase the SHORT_DELAY amount in the JSR166 test. by Ben Cheng · 15 years ago
  40. fcfb522 Adding an Apache-licensed implementation of org.json by Jesse Wilson · 15 years ago
  41. f662e54 Removing the non-free org.json implementation by Jesse Wilson · 15 years ago
  42. 37cfb2f Merge "A cleanroom implementation of the org.json API." by Jesse Wilson · 15 years ago
  43. 4558195 A cleanroom implementation of the org.json API. by Jesse Wilson · 15 years ago
  44. 95cd9ac Stay in the dbg interpreter if the entry reason is to deal with exceptions. by Ben Cheng · 15 years ago
  45. 3ed90a9 Merge "Add a native method dalvik.system.VMDebug.infopoint(int id)." by Ben Cheng · 15 years ago
  46. 7d656dd Add a native method dalvik.system.VMDebug.infopoint(int id). by Ben Cheng · 15 years ago
  47. be6534f Jit: Fix for [Issue 2487514] Dropped exception by Bill Buzbee · 15 years ago
  48. 7cd9d69 Merge "Add a JIT unit test for ArrayStoreException in APUT_OBJECT." by Ben Cheng · 15 years ago
  49. 60a6fa0 Add a JIT unit test for ArrayStoreException in APUT_OBJECT. by Ben Cheng · 15 years ago
  50. 92e0131 Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 15 years ago
  51. 6f9b4d2 Merge "Implementing getBaseUri() for DOM." by Jesse Wilson · 15 years ago
  52. 3c5ed1c Implementing getBaseUri() for DOM. by Jesse Wilson · 15 years ago
  53. 4527387 Jit: Make debugging mode aware of inlineExecute/moveResult optimization by Bill Buzbee · 15 years ago
  54. dad7a0e Merge "Add armv7-a-neon build target" by Colin Cross · 15 years ago
  55. f854a79 Merge "remove System.*.println when ddm dispatch fails." by Xavier Ducrohet · 15 years ago
  56. 506b715 remove System.*.println when ddm dispatch fails. by Xavier Ducrohet · 15 years ago
  57. 504af65 Merge "Rearrange the way SignalCatcher writes logs." by Andy McFadden · 15 years ago
  58. c9dcf26 Rearrange the way SignalCatcher writes logs. by Andy McFadden · 15 years ago
  59. 72621c9 Pad the page containing ARM code in the JIT code cache to work around a CPU bug. by Ben Cheng · 15 years ago
  60. 33a939f Merge "New tests for JSONObject and for JSON's self-use." by Jesse Wilson · 15 years ago
  61. 8d7ee1e New tests for JSONObject and for JSON's self-use. by Jesse Wilson · 15 years ago
  62. 77fbf5c Merge "If a finalizer wedges, raise prio and retry." by Andy McFadden · 15 years ago
  63. 40bd3d2 Merge "Work around droiddoc bug http://b/2022288." by Elliott Hughes · 15 years ago
  64. 43b8345 Work around droiddoc bug http://b/2022288. by Elliott Hughes · 15 years ago
  65. f9135f3 Merge "Align fake data in the same page offsets as those in the bugreport." by Ben Cheng · 15 years ago
  66. 2a94137 Align fake data in the same page offsets as those in the bugreport. by Ben Cheng · 15 years ago
  67. 16e0f24 Another go at making droiddoc as happy as javadoc... by Elliott Hughes · 15 years ago
  68. 1f6a042 Fix javadoc errors. by Elliott Hughes · 15 years ago
  69. f5274f6 Merge "Print errors encountered while writing XML reports" by Jesse Wilson · 15 years ago
  70. 5c6839b Merge "Implement adoptNode() and importNode()." by Jesse Wilson · 15 years ago
  71. 4daa600 Implement adoptNode() and importNode(). by Jesse Wilson · 15 years ago
  72. 08c777b Print errors encountered while writing XML reports by Jesse Wilson · 15 years ago
  73. 2b94b30 If a finalizer wedges, raise prio and retry. by Andy McFadden · 15 years ago
  74. a6d228d Merge "Minor documentation improvements." by Elliott Hughes · 15 years ago
  75. b53b743 Minor documentation improvements. by Elliott Hughes · 15 years ago
  76. a536d01 Merge "Fix certimport.sh to check for Bouncy Castle provider installation (and add 1.6 JDK to PATH)" by Brian Carlstrom · 15 years ago
  77. c1e9861 Fix certimport.sh to check for Bouncy Castle provider installation (and add 1.6 JDK to PATH) by Brian Carlstrom · 15 years ago
  78. fd7e221 Add armv7-a-neon build target by Colin Cross · 15 years ago
  79. 699c9eb Merge "Hoist shape discrimination above thin lock owner test in the lock procedure. It is unsafe to reckon a thin lock owner without having first determined that the bit pattern of the lock word corresponds to that of a thin lock. Without proper ordering, a monitor lock can and will be created which, excluding the shape bit, corresponds to a lock owned by the calling thread." by Carl Shapiro · 15 years ago
  80. 3521d8c Add an empty CleanSpec.mk by Jean-Baptiste Queru · 15 years ago
  81. 631bbbf Merge "Adding support for getUserData() and setUserData() to DOM nodes." by Jesse Wilson · 15 years ago
  82. e14d736 Adding support for getUserData() and setUserData() to DOM nodes. by Jesse Wilson · 15 years ago
  83. 147dd3f Hoist shape discrimination above thin lock owner test in the lock by Carl Shapiro · 15 years ago
  84. 2fc03c3 Jit: fix for 2483131 - VM daemon thread shutdown with JIT enabled by Bill Buzbee · 15 years ago
  85. fc519dc Jit: Make most Jit compile failures non-fatal; just abort offending translation by Bill Buzbee · 15 years ago
  86. 164d127 Merge "Jit: Fix for issue 2487769, Simplify in-line thin lock release" by Carl Shapiro · 15 years ago
  87. f8069e8 Merge "Collect more JIT stats in the assert build." by Ben Cheng · 15 years ago
  88. 86717f7 Collect more JIT stats in the assert build. by Ben Cheng · 15 years ago
  89. 1a29c73 Merge "Fix server side SSLEngine ServerKeyExchange signature." by Costin Manolache · 15 years ago
  90. 5d4bac4 Jit: Fix for issue 2487769, Simplify in-line thin lock release by Bill Buzbee · 15 years ago
  91. 101cbfe Merge "Implementing the Java 7 APIs for DeflaterOutputStreams." by Jesse Wilson · 15 years ago
  92. 6be6008 Implementing the Java 7 APIs for DeflaterOutputStreams. by Jesse Wilson · 15 years ago
  93. 371192e Fix server side SSLEngine ServerKeyExchange signature. by Costin Manolache · 15 years ago
  94. c9b3aeb Prevent java.text.Normalizer from getting a default constructor. by Elliott Hughes · 15 years ago
  95. 042cc58 Merge "Don't call a method that can be overridden from File's constructors." by Elliott Hughes · 15 years ago
  96. 21cb2be Merge "Update local copy of getSchedulerGroup." by Andy McFadden · 15 years ago
  97. fa2ad81 Don't call a method that can be overridden from File's constructors. by Elliott Hughes · 15 years ago
  98. 7f64ede Update local copy of getSchedulerGroup. by Andy McFadden · 15 years ago
  99. 85a3fa2 Merge "Jit: Sapphire tuning - mostly scheduling." by Bill Buzbee · 15 years ago
  100. 1f74863 Jit: Sapphire tuning - mostly scheduling. by Bill Buzbee · 15 years ago