1. cb4908a am 4ff253ff: Remove JSON License from NOTICE file by Brian Carlstrom · 15 years ago
  2. f83edd8 Remove JSON License from NOTICE file by Brian Carlstrom · 15 years ago
  3. 285340b am 76cacb1f: Merge "Accept the "-Xjitdisableopt" flag as advertised." into froyo by Ben Cheng · 15 years ago
  4. 32d82cc Merge "Accept the "-Xjitdisableopt" flag as advertised." into froyo by Ben Cheng · 15 years ago
  5. f137c4e Accept the "-Xjitdisableopt" flag as advertised. by Ben Cheng · 15 years ago
  6. 15ca37e am a497359a: Fix a race condition in JIT state refresh under debugging / misc code cleanup. by Ben Cheng · 15 years ago
  7. e2fb221 Fix a race condition in JIT state refresh under debugging / misc code cleanup. by Ben Cheng · 15 years ago
  8. e395878 Merge "Have certimport.sh list certificates in BKS keystore after importing for verification/debugging" by Brian Carlstrom · 15 years ago
  9. a67a86a Have certimport.sh list certificates in BKS keystore after importing for verification/debugging by Brian Carlstrom · 15 years ago
  10. da23a5c Merge "Fix misuse of ALLOC_DONT_TRACK." into froyo by Andy McFadden · 15 years ago
  11. f3c514c Remove debug message from OpenSSL JNI code by Brian Carlstrom · 15 years ago
  12. ef12f62 Fix misuse of ALLOC_DONT_TRACK. by Andy McFadden · 15 years ago
  13. c985b01 Add an @KnownFailure annotation. by Elliott Hughes · 15 years ago
  14. e9f7513 Fix for 2542488 JIT codegen bug with overlapping wide operands by Bill Buzbee · 15 years ago
  15. 6205a85 Improve JIT self verifier test coverage to follow single-step instructions. by Ben Cheng · 15 years ago
  16. 63422f8 Merge "Fixing tests to handle changes in our behaviour since DOM 3." into froyo by Jesse Wilson · 15 years ago
  17. 27bd072 Suppressing additional tests that fail in Froyo. by Jesse Wilson · 15 years ago
  18. 5ab82b7 Fixing tests to handle changes in our behaviour since DOM 3. by Jesse Wilson · 15 years ago
  19. f6b1c58 Use correct resource flags for Dalvik ld/st instructions to enable code motion. by Ben Cheng · 15 years ago
  20. adfb1bc Test and document our handling of nulls with getString(). by Jesse Wilson · 15 years ago
  21. 1c17f20 Merge "Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands" by Bill Buzbee · 15 years ago
  22. 70a9590 Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands by Bill Buzbee · 15 years ago
  23. 1e8bd61 Fix java.util.Random's constructors. by Elliott Hughes · 15 years ago
  24. 7ff716b Merge "Don't leak memory on failed pipe or mutex init" by Kenny Root · 15 years ago
  25. 52ffacb Don't leak memory on failed pipe or mutex init by Kenny Root · 15 years ago
  26. 03b06f3 Merge "Fix for the JIT blocking mode plus some code cleanup." by Ben Cheng · 15 years ago
  27. 4bc4aa0 Fix for the JIT blocking mode plus some code cleanup. by Ben Cheng · 15 years ago
  28. be14f76 Switch to VMWAIT while outputting trace data. by Andy McFadden · 15 years ago
  29. 654936d Merge "Improve java.net.InetAddress.getLocalHost documentation." by Elliott Hughes · 15 years ago
  30. 559858b Jit: disable for Sapphire. by Bill Buzbee · 15 years ago
  31. ce64852 Improve java.net.InetAddress.getLocalHost documentation. by Elliott Hughes · 15 years ago
  32. 06d6203 Further refinements to "kill other thread". by Andy McFadden · 15 years ago
  33. f7a9cd1 Jit: Re-enable for Sapphire by Bill Buzbee · 15 years ago
  34. d58406c Merge "Use pthread_kill(3) instead of kill(2)." by Andy McFadden · 15 years ago
  35. b7a24f7 Use pthread_kill(3) instead of kill(2). by Andy McFadden · 15 years ago
  36. 41407f7 Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks." by Jesse Wilson · 15 years ago
  37. 4a5c3fd Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 15 years ago
  38. c505c37 Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 15 years ago
  39. 0077ef5 Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 15 years ago
  40. 205f80e Increase sleep delays on debug thread kill. by Andy McFadden · 15 years ago
  41. 95cf953 Drop needless parens from Javadoc. by Jesse Wilson · 15 years ago
  42. 0bd7c8e Merge "Javadoc for JSONArray." by Jesse Wilson · 15 years ago
  43. 334e613 Javadoc for JSONArray. by Jesse Wilson · 15 years ago
  44. e4ac325 Bug fix for JIT peephole optimization. by Ben Cheng · 15 years ago
  45. 03d1c30 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 15 years ago
  46. 1c5cae4 Merge "Exercising our XPath implementation with 279 of Jaxen's tests." by Jesse Wilson · 15 years ago
  47. 2a6615e Merge "Javadocs for JSONObject." by Jesse Wilson · 15 years ago
  48. 1483c41 Javadocs for JSONObject. by Jesse Wilson · 15 years ago
  49. ff03392 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 15 years ago
  50. 58e3d27 Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 15 years ago
  51. 6138064 Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  52. 1b4cf5b Merge "Replace a use of index with strchr." by Carl Shapiro · 15 years ago
  53. ac6282d Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 15 years ago
  54. 22ff07e Replace a use of index with strchr. by Carl Shapiro · 15 years ago
  55. 849f102 Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 15 years ago
  56. f097c55 Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 15 years ago
  57. d79a9ee Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 15 years ago
  58. a10509b Merge "First half of JSON Javadocs." by Jesse Wilson · 15 years ago
  59. c78ca67 First half of JSON Javadocs. by Jesse Wilson · 15 years ago
  60. e103693 Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  61. 4ef949a Include strings.h directly for its ffs prototype. by Carl Shapiro · 15 years ago
  62. 2c8f3ca Point debuggerd at the interesting thread. by Andy McFadden · 15 years ago
  63. 503917e Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 15 years ago
  64. beb7d0e Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 15 years ago
  65. a1f8c8f Fix the JIT blocking mode to unblock itself. by Ben Cheng · 15 years ago
  66. f02fe31 Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 15 years ago
  67. 5e431e3 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  68. 8afae6f Merge "Jit: Minor cleanup - enum size fix, remove useless code, control consistency." by Bill Buzbee · 15 years ago
  69. dfc47f0 Jit: Minor cleanup - enum size fix, remove useless code, control consistency. by Bill Buzbee · 15 years ago
  70. f157bf4 Increase the SHORT_DELAY amount in the JSR166 test. by Ben Cheng · 15 years ago
  71. 014aa1a Adding an Apache-licensed implementation of org.json by Jesse Wilson · 15 years ago
  72. 9e17204 Removing the non-free org.json implementation by Jesse Wilson · 15 years ago
  73. 5845aa8 Merge "A cleanroom implementation of the org.json API." by Jesse Wilson · 15 years ago
  74. 51a095f A cleanroom implementation of the org.json API. by Jesse Wilson · 15 years ago
  75. eb1e17b Stay in the dbg interpreter if the entry reason is to deal with exceptions. by Ben Cheng · 15 years ago
  76. b7f0da8 Merge "Add a native method dalvik.system.VMDebug.infopoint(int id)." by Ben Cheng · 15 years ago
  77. dd60d48 Add a native method dalvik.system.VMDebug.infopoint(int id). by Ben Cheng · 15 years ago
  78. ce77be9 Jit: Fix for [Issue 2487514] Dropped exception by Bill Buzbee · 15 years ago
  79. f36d2f2 Merge "Add a JIT unit test for ArrayStoreException in APUT_OBJECT." by Ben Cheng · 15 years ago
  80. 1df856f Add a JIT unit test for ArrayStoreException in APUT_OBJECT. by Ben Cheng · 15 years ago
  81. 5b6729b Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 15 years ago
  82. c6dc33d Merge "Implementing getBaseUri() for DOM." by Jesse Wilson · 15 years ago
  83. 302f069 Implementing getBaseUri() for DOM. by Jesse Wilson · 15 years ago
  84. f95185c Jit: Make debugging mode aware of inlineExecute/moveResult optimization by Bill Buzbee · 15 years ago
  85. 9b05241 Merge "Add armv7-a-neon build target" by Colin Cross · 15 years ago
  86. 2918eb6 Merge "remove System.*.println when ddm dispatch fails." by Xavier Ducrohet · 15 years ago
  87. 2a486dd remove System.*.println when ddm dispatch fails. by Xavier Ducrohet · 15 years ago
  88. e0cbd61 Merge "Rearrange the way SignalCatcher writes logs." by Andy McFadden · 15 years ago
  89. e77c959 Rearrange the way SignalCatcher writes logs. by Andy McFadden · 15 years ago
  90. 9b23380 Pad the page containing ARM code in the JIT code cache to work around a CPU bug. by Ben Cheng · 15 years ago
  91. 727a342 Merge "New tests for JSONObject and for JSON's self-use." by Jesse Wilson · 15 years ago
  92. 53c1303 New tests for JSONObject and for JSON's self-use. by Jesse Wilson · 15 years ago
  93. c7c4e12 Merge "If a finalizer wedges, raise prio and retry." by Andy McFadden · 15 years ago
  94. 24e1397 Merge "Work around droiddoc bug http://b/2022288." by Elliott Hughes · 15 years ago
  95. 3dd153c Work around droiddoc bug http://b/2022288. by Elliott Hughes · 15 years ago
  96. e8fd81f2 Merge "Align fake data in the same page offsets as those in the bugreport." by Ben Cheng · 15 years ago
  97. 645bea2 Align fake data in the same page offsets as those in the bugreport. by Ben Cheng · 15 years ago
  98. 66c28d7 Another go at making droiddoc as happy as javadoc... by Elliott Hughes · 15 years ago
  99. a7127f8 Fix javadoc errors. by Elliott Hughes · 15 years ago
  100. 0d7d307 Merge "Print errors encountered while writing XML reports" by Jesse Wilson · 15 years ago