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