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