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