1. 6b4ba58 Add a mechanism to long a sample of long running lock acquisitions. by Carl Shapiro · 15 years ago
  2. ddc0d4c DO NOT MERGE. Suppressing tests that fail in CTS' test runner. by Jesse Wilson · 15 years ago
  3. e09ba12 Fixing PipedInputStreamTest to fill the buffer before dying on a dead reader. by Jesse Wilson · 15 years ago
  4. 5fdfbef Fix SSL_shutdown error reporting to print a proper error instead of "Ok" by Brian Carlstrom · 15 years ago
  5. 5dde0c4 Merge "Adding support for hash '#' comments to our JSON parser." into froyo by Jesse Wilson · 15 years ago
  6. 609fe74 Adding support for hash '#' comments to our JSON parser. by Jesse Wilson · 15 years ago
  7. c7b7edf Merge "Trivial doc change: froyo is 2.2." into froyo by Andy McFadden · 15 years ago
  8. c46d8bc Trivial doc change: froyo is 2.2. by Andy McFadden · 15 years ago
  9. f3c7fd5 Merge "Froyo InputStream.available documentation improvement." into froyo by Elliott Hughes · 15 years ago
  10. fcf8f87 Froyo InputStream.available documentation improvement. by Elliott Hughes · 15 years ago
  11. 54df4ec Added a note about android:vmSafeMode. by Andy McFadden · 15 years ago
  12. bd1326d Clean up the codegen for invoking helper callout functions. by Ben Cheng · 15 years ago
  13. 4ff253f Remove JSON License from NOTICE file by Brian Carlstrom · 15 years ago
  14. 76cacb1 Merge "Accept the "-Xjitdisableopt" flag as advertised." into froyo by Ben Cheng · 15 years ago
  15. 502528b Accept the "-Xjitdisableopt" flag as advertised. by Ben Cheng · 15 years ago
  16. a497359 Fix a race condition in JIT state refresh under debugging / misc code cleanup. by Ben Cheng · 15 years ago
  17. d4b0783 Merge "Fix misuse of ALLOC_DONT_TRACK." into froyo by Andy McFadden · 15 years ago
  18. ea527bc Remove debug message from OpenSSL JNI code by Brian Carlstrom · 15 years ago
  19. 31513e1 Fix misuse of ALLOC_DONT_TRACK. by Andy McFadden · 15 years ago
  20. 6e13829 Add an @KnownFailure annotation. by Elliott Hughes · 15 years ago
  21. 434bae6 Fix for 2542488 JIT codegen bug with overlapping wide operands by Bill Buzbee · 15 years ago
  22. d5adae1 Improve JIT self verifier test coverage to follow single-step instructions. by Ben Cheng · 15 years ago
  23. 8812fdd Merge "Fixing tests to handle changes in our behaviour since DOM 3." into froyo by Jesse Wilson · 15 years ago
  24. 2be0c81 Suppressing additional tests that fail in Froyo. by Jesse Wilson · 15 years ago
  25. 94640f1 Fixing tests to handle changes in our behaviour since DOM 3. by Jesse Wilson · 15 years ago
  26. 63868fe Use correct resource flags for Dalvik ld/st instructions to enable code motion. by Ben Cheng · 15 years ago
  27. f2f7880 Test and document our handling of nulls with getString(). by Jesse Wilson · 15 years ago
  28. d630700 Merge "Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands" by Bill Buzbee · 15 years ago
  29. 80cef86 Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands by Bill Buzbee · 15 years ago
  30. ec7c8c9 Fix java.util.Random's constructors. by Elliott Hughes · 15 years ago
  31. f87ab96 Merge "Don't leak memory on failed pipe or mutex init" by Kenny Root · 15 years ago
  32. 49a3f86 Don't leak memory on failed pipe or mutex init by Kenny Root · 15 years ago
  33. 3d5d873 Merge "Fix for the JIT blocking mode plus some code cleanup." by Ben Cheng · 15 years ago
  34. 11d8f14 Fix for the JIT blocking mode plus some code cleanup. by Ben Cheng · 15 years ago
  35. c66affa Switch to VMWAIT while outputting trace data. by Andy McFadden · 15 years ago
  36. b7b9be1 Merge "Improve java.net.InetAddress.getLocalHost documentation." by Elliott Hughes · 15 years ago
  37. 02388cf Jit: disable for Sapphire. by Bill Buzbee · 15 years ago
  38. 104b662 Improve java.net.InetAddress.getLocalHost documentation. by Elliott Hughes · 15 years ago
  39. d4e0952 Further refinements to "kill other thread". by Andy McFadden · 15 years ago
  40. 64ee717 Jit: Re-enable for Sapphire by Bill Buzbee · 15 years ago
  41. e9f1038 Merge "Use pthread_kill(3) instead of kill(2)." by Andy McFadden · 15 years ago
  42. 7122d86 Use pthread_kill(3) instead of kill(2). by Andy McFadden · 15 years ago
  43. 7713b90 Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks." by Jesse Wilson · 15 years ago
  44. 39f91b9 Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 15 years ago
  45. e073b0e Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 15 years ago
  46. 94e57f7 Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 15 years ago
  47. a388a16 Increase sleep delays on debug thread kill. by Andy McFadden · 15 years ago
  48. 253eebd Drop needless parens from Javadoc. by Jesse Wilson · 15 years ago
  49. 1573a78 Merge "Javadoc for JSONArray." by Jesse Wilson · 15 years ago
  50. d5b5f84 Javadoc for JSONArray. by Jesse Wilson · 15 years ago
  51. 58ece73 Bug fix for JIT peephole optimization. by Ben Cheng · 15 years ago
  52. 3127526 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 15 years ago
  53. f697678 Merge "Exercising our XPath implementation with 279 of Jaxen's tests." by Jesse Wilson · 15 years ago
  54. 82ebe52 Merge "Javadocs for JSONObject." by Jesse Wilson · 15 years ago
  55. db7c9b8 Javadocs for JSONObject. by Jesse Wilson · 15 years ago
  56. e209b86 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 15 years ago
  57. 9fa39c9 Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 15 years ago
  58. 79cea5c Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  59. 288de8e Merge "Replace a use of index with strchr." by Carl Shapiro · 15 years ago
  60. dca7143 Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 15 years ago
  61. be9b70f Replace a use of index with strchr. by Carl Shapiro · 15 years ago
  62. 900a3af Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 15 years ago
  63. fcd1cbd Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 15 years ago
  64. 38b778b Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 15 years ago
  65. 6abe258 Merge "First half of JSON Javadocs." by Jesse Wilson · 15 years ago
  66. 4731ea8 First half of JSON Javadocs. by Jesse Wilson · 15 years ago
  67. f8a44e8 Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  68. 10b0b7a Include strings.h directly for its ffs prototype. by Carl Shapiro · 15 years ago
  69. 384ef6b Point debuggerd at the interesting thread. by Andy McFadden · 15 years ago
  70. 2718254 Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 15 years ago
  71. 1639f70 Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 15 years ago
  72. 812e6b1 Fix the JIT blocking mode to unblock itself. by Ben Cheng · 15 years ago
  73. a58fc61 Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 15 years ago
  74. 0a24ef9 Try to show lock owner in MONITOR thread dump. by Andy McFadden · 15 years ago
  75. 62145b4 Merge "Jit: Minor cleanup - enum size fix, remove useless code, control consistency." by Bill Buzbee · 15 years ago
  76. 51ae442 Jit: Minor cleanup - enum size fix, remove useless code, control consistency. by Bill Buzbee · 15 years ago
  77. bcdd4b0 Increase the SHORT_DELAY amount in the JSR166 test. by Ben Cheng · 15 years ago
  78. fcfb522 Adding an Apache-licensed implementation of org.json by Jesse Wilson · 15 years ago
  79. f662e54 Removing the non-free org.json implementation by Jesse Wilson · 15 years ago
  80. 37cfb2f Merge "A cleanroom implementation of the org.json API." by Jesse Wilson · 15 years ago
  81. 4558195 A cleanroom implementation of the org.json API. by Jesse Wilson · 15 years ago
  82. 95cd9ac Stay in the dbg interpreter if the entry reason is to deal with exceptions. by Ben Cheng · 15 years ago
  83. 3ed90a9 Merge "Add a native method dalvik.system.VMDebug.infopoint(int id)." by Ben Cheng · 15 years ago
  84. 7d656dd Add a native method dalvik.system.VMDebug.infopoint(int id). by Ben Cheng · 15 years ago
  85. be6534f Jit: Fix for [Issue 2487514] Dropped exception by Bill Buzbee · 15 years ago
  86. 7cd9d69 Merge "Add a JIT unit test for ArrayStoreException in APUT_OBJECT." by Ben Cheng · 15 years ago
  87. 60a6fa0 Add a JIT unit test for ArrayStoreException in APUT_OBJECT. by Ben Cheng · 15 years ago
  88. 92e0131 Adding support for DOM3 attribute IDs and SchemaTypeInfos. by Jesse Wilson · 15 years ago
  89. 6f9b4d2 Merge "Implementing getBaseUri() for DOM." by Jesse Wilson · 15 years ago
  90. 3c5ed1c Implementing getBaseUri() for DOM. by Jesse Wilson · 15 years ago
  91. 4527387 Jit: Make debugging mode aware of inlineExecute/moveResult optimization by Bill Buzbee · 15 years ago
  92. dad7a0e Merge "Add armv7-a-neon build target" by Colin Cross · 15 years ago
  93. f854a79 Merge "remove System.*.println when ddm dispatch fails." by Xavier Ducrohet · 15 years ago
  94. 506b715 remove System.*.println when ddm dispatch fails. by Xavier Ducrohet · 15 years ago
  95. 504af65 Merge "Rearrange the way SignalCatcher writes logs." by Andy McFadden · 15 years ago
  96. c9dcf26 Rearrange the way SignalCatcher writes logs. by Andy McFadden · 15 years ago
  97. 72621c9 Pad the page containing ARM code in the JIT code cache to work around a CPU bug. by Ben Cheng · 15 years ago
  98. 33a939f Merge "New tests for JSONObject and for JSON's self-use." by Jesse Wilson · 15 years ago
  99. 8d7ee1e New tests for JSONObject and for JSON's self-use. by Jesse Wilson · 15 years ago
  100. 77fbf5c Merge "If a finalizer wedges, raise prio and retry." by Andy McFadden · 15 years ago