1. 78115b6 am c03da3e8: Fix breakpoint handling on switch statements. by Andy McFadden · 15 years ago
  2. c03da3e Fix breakpoint handling on switch statements. by Andy McFadden · 15 years ago
  3. cf6ab74 merge from open-source master by The Android Open Source Project · 15 years ago
  4. ddb6aab Adapt to new location of libcore by Jean-Baptiste Queru · 15 years ago
  5. ff1965e am 743fe2ce: Merge "Throw an exception in JIT\'ed code if dvmFindInterfaceMethodInCache returns NULL" into froyo by Ben Cheng · 15 years ago
  6. 8dbde00 am 73e00c82: Merge "Fix a memory ordering bug when updating the inline cache for predicted chaining." into froyo by Ben Cheng · 15 years ago
  7. 743fe2c Merge "Throw an exception in JIT'ed code if dvmFindInterfaceMethodInCache returns NULL" into froyo by Ben Cheng · 15 years ago
  8. 73e00c8 Merge "Fix a memory ordering bug when updating the inline cache for predicted chaining." into froyo by Ben Cheng · 15 years ago
  9. 09e50c9 Throw an exception in JIT'ed code if dvmFindInterfaceMethodInCache returns NULL by Ben Cheng · 15 years ago
  10. 0a31005 resolved conflicts for merge of f3565212 to froyo-plus-aosp by repo sync · 15 years ago
  11. 452efba Fix a memory ordering bug when updating the inline cache for predicted chaining. by Ben Cheng · 15 years ago
  12. ffe09d8 Delete libcore, now in its own project by Jean-Baptiste Queru · 15 years ago
  13. 57cf260 Adapt to new location of libcore by Jean-Baptiste Queru · 15 years ago
  14. 3e905b7 Delete libcore, now in its own project by Jean-Baptiste Queru · 15 years ago
  15. f356521 Backport the setFixedLengthStreamingMode fix to froyo. by Elliott Hughes · 15 years ago
  16. 3e55795 am 42452494: Fix dexdump to build in Windows SDK under Linux by Raphael · 15 years ago
  17. 4245249 Fix dexdump to build in Windows SDK under Linux by Raphael · 15 years ago
  18. 770379e am 6efd4463: Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  19. 6efd446 Fix a deadlock in the breakpoint code. by Andy McFadden · 15 years ago
  20. 1beb43a merge from open-source master by The Android Open Source Project · 15 years ago
  21. 1dd42bb Fix NetworkInterface on sholes/ppp. by Elliott Hughes · 15 years ago
  22. 28f4d74 Merge "Remove dangerous logging code from unlockMonitor. It is unsafe to dereference a potentially corrupt lock word to retrieve additional information about the lock state. This code was added to debug a transient error and has since been removed from other branches." into froyo by Carl Shapiro · 15 years ago
  23. e339343 Improve the implementation of countOnes function to use only 12 operations. by Cosmin Cojocar · 15 years ago
  24. 8068ea8 Update the ssl test so the client reads something from the server. by Huahui Wu · 15 years ago
  25. ffbad85 Remove dangerous logging code from unlockMonitor. It is unsafe to by Carl Shapiro · 15 years ago
  26. b8fcf57 Fix remaining small issues with the lock sampling. by Carl Shapiro · 15 years ago
  27. af69cf8 Fix several issues with the lock sampling code. This change obsoletes by Carl Shapiro · 15 years ago
  28. 6b4ba58 Add a mechanism to long a sample of long running lock acquisitions. by Carl Shapiro · 15 years ago
  29. ddc0d4c DO NOT MERGE. Suppressing tests that fail in CTS' test runner. by Jesse Wilson · 15 years ago
  30. e09ba12 Fixing PipedInputStreamTest to fill the buffer before dying on a dead reader. by Jesse Wilson · 15 years ago
  31. 5fdfbef Fix SSL_shutdown error reporting to print a proper error instead of "Ok" by Brian Carlstrom · 15 years ago
  32. 5dde0c4 Merge "Adding support for hash '#' comments to our JSON parser." into froyo by Jesse Wilson · 15 years ago
  33. 609fe74 Adding support for hash '#' comments to our JSON parser. by Jesse Wilson · 15 years ago
  34. c7b7edf Merge "Trivial doc change: froyo is 2.2." into froyo by Andy McFadden · 15 years ago
  35. c46d8bc Trivial doc change: froyo is 2.2. by Andy McFadden · 15 years ago
  36. f3c7fd5 Merge "Froyo InputStream.available documentation improvement." into froyo by Elliott Hughes · 15 years ago
  37. fcf8f87 Froyo InputStream.available documentation improvement. by Elliott Hughes · 15 years ago
  38. 54df4ec Added a note about android:vmSafeMode. by Andy McFadden · 15 years ago
  39. bd1326d Clean up the codegen for invoking helper callout functions. by Ben Cheng · 15 years ago
  40. 4ff253f Remove JSON License from NOTICE file by Brian Carlstrom · 15 years ago
  41. 76cacb1 Merge "Accept the "-Xjitdisableopt" flag as advertised." into froyo by Ben Cheng · 15 years ago
  42. 502528b Accept the "-Xjitdisableopt" flag as advertised. by Ben Cheng · 15 years ago
  43. a497359 Fix a race condition in JIT state refresh under debugging / misc code cleanup. by Ben Cheng · 15 years ago
  44. d4b0783 Merge "Fix misuse of ALLOC_DONT_TRACK." into froyo by Andy McFadden · 15 years ago
  45. ea527bc Remove debug message from OpenSSL JNI code by Brian Carlstrom · 15 years ago
  46. 31513e1 Fix misuse of ALLOC_DONT_TRACK. by Andy McFadden · 15 years ago
  47. 6e13829 Add an @KnownFailure annotation. by Elliott Hughes · 15 years ago
  48. 434bae6 Fix for 2542488 JIT codegen bug with overlapping wide operands by Bill Buzbee · 15 years ago
  49. d5adae1 Improve JIT self verifier test coverage to follow single-step instructions. by Ben Cheng · 15 years ago
  50. 8812fdd Merge "Fixing tests to handle changes in our behaviour since DOM 3." into froyo by Jesse Wilson · 15 years ago
  51. 2be0c81 Suppressing additional tests that fail in Froyo. by Jesse Wilson · 15 years ago
  52. 94640f1 Fixing tests to handle changes in our behaviour since DOM 3. by Jesse Wilson · 15 years ago
  53. 63868fe Use correct resource flags for Dalvik ld/st instructions to enable code motion. by Ben Cheng · 15 years ago
  54. f2f7880 Test and document our handling of nulls with getString(). by Jesse Wilson · 15 years ago
  55. d630700 Merge "Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands" by Bill Buzbee · 15 years ago
  56. 80cef86 Jit: Fix for 2542488 JIT codegen bug with overlapping wide operands by Bill Buzbee · 15 years ago
  57. ec7c8c9 Fix java.util.Random's constructors. by Elliott Hughes · 15 years ago
  58. f87ab96 Merge "Don't leak memory on failed pipe or mutex init" by Kenny Root · 15 years ago
  59. 49a3f86 Don't leak memory on failed pipe or mutex init by Kenny Root · 15 years ago
  60. 3d5d873 Merge "Fix for the JIT blocking mode plus some code cleanup." by Ben Cheng · 15 years ago
  61. 11d8f14 Fix for the JIT blocking mode plus some code cleanup. by Ben Cheng · 15 years ago
  62. c66affa Switch to VMWAIT while outputting trace data. by Andy McFadden · 15 years ago
  63. b7b9be1 Merge "Improve java.net.InetAddress.getLocalHost documentation." by Elliott Hughes · 15 years ago
  64. 02388cf Jit: disable for Sapphire. by Bill Buzbee · 15 years ago
  65. 104b662 Improve java.net.InetAddress.getLocalHost documentation. by Elliott Hughes · 15 years ago
  66. d4e0952 Further refinements to "kill other thread". by Andy McFadden · 15 years ago
  67. 64ee717 Jit: Re-enable for Sapphire by Bill Buzbee · 15 years ago
  68. e9f1038 Merge "Use pthread_kill(3) instead of kill(2)." by Andy McFadden · 15 years ago
  69. 7122d86 Use pthread_kill(3) instead of kill(2). by Andy McFadden · 15 years ago
  70. 7713b90 Merge "Fixing namespace+prefix mode in Expat and removing optional fields from callbacks." by Jesse Wilson · 15 years ago
  71. 39f91b9 Fixing namespace+prefix mode in Expat and removing optional fields from callbacks. by Jesse Wilson · 15 years ago
  72. e073b0e Move String creation outside O(n^2) path in LogManager by Bjorn Bringert · 15 years ago
  73. 94e57f7 Merge "Increase sleep delays on debug thread kill." by Andy McFadden · 15 years ago
  74. a388a16 Increase sleep delays on debug thread kill. by Andy McFadden · 15 years ago
  75. 253eebd Drop needless parens from Javadoc. by Jesse Wilson · 15 years ago
  76. 1573a78 Merge "Javadoc for JSONArray." by Jesse Wilson · 15 years ago
  77. d5b5f84 Javadoc for JSONArray. by Jesse Wilson · 15 years ago
  78. 58ece73 Bug fix for JIT peephole optimization. by Ben Cheng · 15 years ago
  79. 3127526 Fixing 10 of the XPath failures caused by a malformed Document. by Jesse Wilson · 15 years ago
  80. f697678 Merge "Exercising our XPath implementation with 279 of Jaxen's tests." by Jesse Wilson · 15 years ago
  81. 82ebe52 Merge "Javadocs for JSONObject." by Jesse Wilson · 15 years ago
  82. db7c9b8 Javadocs for JSONObject. by Jesse Wilson · 15 years ago
  83. e209b86 Exercising our XPath implementation with 279 of Jaxen's tests. by Jesse Wilson · 15 years ago
  84. 9fa39c9 Add missing macro SIGNATURE_BREAKPOINT. by Ben Cheng · 15 years ago
  85. 79cea5c Merge "Implement signature-based breakpoint for the JIT compiler." by Ben Cheng · 15 years ago
  86. 288de8e Merge "Replace a use of index with strchr." by Carl Shapiro · 15 years ago
  87. dca7143 Implement signature-based breakpoint for the JIT compiler. by Ben Cheng · 15 years ago
  88. be9b70f Replace a use of index with strchr. by Carl Shapiro · 15 years ago
  89. 900a3af Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT by Bill Buzbee · 15 years ago
  90. fcd1cbd Merge "Include strings.h directly for its ffs prototype." by Carl Shapiro · 15 years ago
  91. 38b778b Fixing an @link issue that is upsetting DroidDoc. by Jesse Wilson · 15 years ago
  92. 6abe258 Merge "First half of JSON Javadocs." by Jesse Wilson · 15 years ago
  93. 4731ea8 First half of JSON Javadocs. by Jesse Wilson · 15 years ago
  94. f8a44e8 Merge "Point debuggerd at the interesting thread." by Andy McFadden · 15 years ago
  95. 10b0b7a Include strings.h directly for its ffs prototype. by Carl Shapiro · 15 years ago
  96. 384ef6b Point debuggerd at the interesting thread. by Andy McFadden · 15 years ago
  97. 2718254 Implementing Document.renameNode() and DOMImplementation.getFeature(). by Jesse Wilson · 15 years ago
  98. 1639f70 Merge "Fix the JIT blocking mode to unblock itself." by Ben Cheng · 15 years ago
  99. 812e6b1 Fix the JIT blocking mode to unblock itself. by Ben Cheng · 15 years ago
  100. a58fc61 Merge "Try to show lock owner in MONITOR thread dump." by Andy McFadden · 15 years ago