1. 1e8bd61 Fix java.util.Random's constructors. by Elliott Hughes · 14 years ago
  2. 7ff716b Merge "Don't leak memory on failed pipe or mutex init" by Kenny Root · 14 years ago
  3. 52ffacb Don't leak memory on failed pipe or mutex init by Kenny Root · 14 years ago
  4. 03b06f3 Merge "Fix for the JIT blocking mode plus some code cleanup." by Ben Cheng · 14 years ago
  5. 4bc4aa0 Fix for the JIT blocking mode plus some code cleanup. by Ben Cheng · 14 years ago
  6. be14f76 Switch to VMWAIT while outputting trace data. by Andy McFadden · 14 years ago
  7. 654936d Merge "Improve java.net.InetAddress.getLocalHost documentation." by Elliott Hughes · 14 years ago
  8. 559858b Jit: disable for Sapphire. by Bill Buzbee · 14 years ago
  9. ce64852 Improve java.net.InetAddress.getLocalHost documentation. by Elliott Hughes · 14 years ago
  10. 06d6203 Further refinements to "kill other thread". by Andy McFadden · 14 years ago
  11. f7a9cd1 Jit: Re-enable for Sapphire by Bill Buzbee · 14 years ago
  12. d58406c Merge "Use pthread_kill(3) instead of kill(2)." by Andy McFadden · 14 years ago
  13. b7a24f7 Use pthread_kill(3) instead of kill(2). by Andy McFadden · 14 years ago
  14. 41407f7 Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks." by Jesse Wilson · 14 years ago
  15. 4a5c3fd Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 14 years ago
  16. c505c37 Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 14 years ago
  17. 0077ef5 Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 14 years ago
  18. 205f80e Increase sleep delays on debug thread kill. by Andy McFadden · 14 years ago
  19. 95cf953 Drop needless parens from Javadoc. by Jesse Wilson · 14 years ago
  20. 0bd7c8e Merge "Javadoc for JSONArray." by Jesse Wilson · 14 years ago
  21. 334e613 Javadoc for JSONArray. by Jesse Wilson · 14 years ago
  22. e4ac325 Bug fix for JIT peephole optimization. by Ben Cheng · 14 years ago
  23. 03d1c30 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 14 years ago
  24. 1c5cae4 Merge "Exercising our XPath implementation with 279 of Jaxen's tests." by Jesse Wilson · 14 years ago
  25. 2a6615e Merge "Javadocs for JSONObject." by Jesse Wilson · 14 years ago
  26. 1483c41 Javadocs for JSONObject. by Jesse Wilson · 14 years ago
  27. ff03392 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 14 years ago
  28. 58e3d27 Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 14 years ago
  29. 6138064 Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 14 years ago
  30. 1b4cf5b Merge "Replace a use of index with strchr." by Carl Shapiro · 14 years ago
  31. ac6282d Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 14 years ago
  32. 22ff07e Replace a use of index with strchr. by Carl Shapiro · 14 years ago
  33. 849f102 Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 14 years ago
  34. f097c55 Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 14 years ago
  35. d79a9ee Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 14 years ago
  36. a10509b Merge "First half of JSON Javadocs." by Jesse Wilson · 14 years ago
  37. c78ca67 First half of JSON Javadocs. by Jesse Wilson · 14 years ago
  38. e103693 Merge "Point debuggerd at the interesting thread." by Andy McFadden · 14 years ago
  39. 4ef949a Include strings.h directly for its ffs prototype. by Carl Shapiro · 14 years ago
  40. 2c8f3ca Point debuggerd at the interesting thread. by Andy McFadden · 14 years ago
  41. 503917e Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 14 years ago
  42. beb7d0e Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 14 years ago
  43. a1f8c8f Fix the JIT blocking mode to unblock itself. by Ben Cheng · 14 years ago
  44. f02fe31 Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 14 years ago
  45. 5e431e3 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 14 years ago
  46. 8afae6f Merge "Jit: Minor cleanup - enum size fix, remove useless code, control consistency." by Bill Buzbee · 14 years ago
  47. dfc47f0 Jit: Minor cleanup - enum size fix, remove useless code, control consistency. by Bill Buzbee · 14 years ago
  48. f157bf4 Increase the SHORT_DELAY amount in the JSR166 test. by Ben Cheng · 14 years ago
  49. 014aa1a Adding an Apache-licensed implementation of org.json by Jesse Wilson · 14 years ago
  50. 9e17204 Removing the non-free org.json implementation by Jesse Wilson · 14 years ago
  51. 5845aa8 Merge "A cleanroom implementation of the org.json API." by Jesse Wilson · 14 years ago
  52. 51a095f A cleanroom implementation of the org.json API. by Jesse Wilson · 14 years ago
  53. eb1e17b Stay in the dbg interpreter if the entry reason is to deal with exceptions. by Ben Cheng · 14 years ago
  54. b7f0da8 Merge "Add a native method dalvik.system.VMDebug.infopoint(int id)." by Ben Cheng · 14 years ago
  55. dd60d48 Add a native method dalvik.system.VMDebug.infopoint(int id). by Ben Cheng · 14 years ago
  56. ce77be9 Jit: Fix for [Issue 2487514] Dropped exception by Bill Buzbee · 14 years ago
  57. f36d2f2 Merge "Add a JIT unit test for ArrayStoreException in APUT_OBJECT." by Ben Cheng · 14 years ago
  58. 1df856f Add a JIT unit test for ArrayStoreException in APUT_OBJECT. by Ben Cheng · 14 years ago
  59. 5b6729b Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 14 years ago
  60. c6dc33d Merge "Implementing getBaseUri() for DOM." by Jesse Wilson · 14 years ago
  61. 302f069 Implementing getBaseUri() for DOM. by Jesse Wilson · 14 years ago
  62. f95185c Jit: Make debugging mode aware of inlineExecute/moveResult optimization by Bill Buzbee · 14 years ago
  63. 9b05241 Merge "Add armv7-a-neon build target" by Colin Cross · 14 years ago
  64. 2918eb6 Merge "remove System.*.println when ddm dispatch fails." by Xavier Ducrohet · 14 years ago
  65. 2a486dd remove System.*.println when ddm dispatch fails. by Xavier Ducrohet · 14 years ago
  66. e0cbd61 Merge "Rearrange the way SignalCatcher writes logs." by Andy McFadden · 14 years ago
  67. e77c959 Rearrange the way SignalCatcher writes logs. by Andy McFadden · 14 years ago
  68. 9b23380 Pad the page containing ARM code in the JIT code cache to work around a CPU bug. by Ben Cheng · 14 years ago
  69. 727a342 Merge "New tests for JSONObject and for JSON's self-use." by Jesse Wilson · 14 years ago
  70. 53c1303 New tests for JSONObject and for JSON's self-use. by Jesse Wilson · 14 years ago
  71. c7c4e12 Merge "If a finalizer wedges, raise prio and retry." by Andy McFadden · 14 years ago
  72. 24e1397 Merge "Work around droiddoc bug http://b/2022288." by Elliott Hughes · 14 years ago
  73. 3dd153c Work around droiddoc bug http://b/2022288. by Elliott Hughes · 14 years ago
  74. e8fd81f2 Merge "Align fake data in the same page offsets as those in the bugreport." by Ben Cheng · 14 years ago
  75. 645bea2 Align fake data in the same page offsets as those in the bugreport. by Ben Cheng · 14 years ago
  76. 66c28d7 Another go at making droiddoc as happy as javadoc... by Elliott Hughes · 14 years ago
  77. a7127f8 Fix javadoc errors. by Elliott Hughes · 14 years ago
  78. 0d7d307 Merge "Print errors encountered while writing XML reports" by Jesse Wilson · 14 years ago
  79. 2ca4ded Merge "Implement adoptNode() and importNode()." by Jesse Wilson · 14 years ago
  80. df138fa Implement adoptNode() and importNode(). by Jesse Wilson · 14 years ago
  81. b4f302a Print errors encountered while writing XML reports by Jesse Wilson · 14 years ago
  82. e0fb151 If a finalizer wedges, raise prio and retry. by Andy McFadden · 14 years ago
  83. c1aa536 Merge "Minor documentation improvements." by Elliott Hughes · 14 years ago
  84. 438d988 Minor documentation improvements. by Elliott Hughes · 14 years ago
  85. 707cd20 Merge "Fix certimport.sh to check for Bouncy Castle provider installation (and add 1.6 JDK to PATH)" by Brian Carlstrom · 14 years ago
  86. 5fac0c6 Fix certimport.sh to check for Bouncy Castle provider installation (and add 1.6 JDK to PATH) by Brian Carlstrom · 14 years ago
  87. 2330e99 Add armv7-a-neon build target by Colin Cross · 14 years ago
  88. 427e1f8 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 · 14 years ago
  89. b43295e Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  90. ec02394 Merge "Adding support for getUserData() and setUserData() to DOM nodes." by Jesse Wilson · 14 years ago
  91. 8b2f7a2 Adding support for getUserData() and setUserData() to DOM nodes. by Jesse Wilson · 14 years ago
  92. a284dee Hoist shape discrimination above thin lock owner test in the lock by Carl Shapiro · 14 years ago
  93. c92f743 Jit: fix for 2483131 - VM daemon thread shutdown with JIT enabled by Bill Buzbee · 14 years ago
  94. c4653e6 Jit: Make most Jit compile failures non-fatal; just abort offending translation by Bill Buzbee · 14 years ago
  95. bb99c78 Merge "Jit: Fix for issue 2487769, Simplify in-line thin lock release" by Carl Shapiro · 14 years ago
  96. ba7e599 Merge "Collect more JIT stats in the assert build." by Ben Cheng · 14 years ago
  97. 1439de2 Collect more JIT stats in the assert build. by Ben Cheng · 14 years ago
  98. e8eaadf Merge "Fix server side SSLEngine ServerKeyExchange signature." by Costin Manolache · 14 years ago
  99. 14e3128 Jit: Fix for issue 2487769, Simplify in-line thin lock release by Bill Buzbee · 14 years ago
  100. dc3939c Merge "Implementing the Java 7 APIs for DeflaterOutputStreams." by Jesse Wilson · 14 years ago