1. eb9cbc3 Expand indirect reference ifdefs. by Andy McFadden · 16 years ago
  2. af0e838 Fix reporting of certain verify errors. by Andy McFadden · 16 years ago
  3. 9495a94 Merge change 22965 into eclair by Android (Google) Code Review · 16 years ago
  4. a055db8 Update x-net to Harmony r802921. by Jesse Wilson · 16 years ago
  5. 0423f0e Fix some JNI indirect reference stuff. by Andy McFadden · 16 years ago
  6. 3a9a1a1 Merge change 22845 into eclair by Android (Google) Code Review · 16 years ago
  7. 2dab6aa IPv6 fixes to java.net.InetAddress. by Lorenzo Colitti · 16 years ago
  8. d00ed32 am dfd0afbc: Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we\'re looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). by Bob Lee · 16 years ago
  9. 7ae5f69 Update sql to Harmony 802921. by Jesse Wilson · 16 years ago
  10. dfd0afb Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). by Bob Lee · 16 years ago
  11. f7fb008 Merge change 22659 into eclair by Android (Google) Code Review · 16 years ago
  12. d5ab726 Another round of scary indirect ref changes. by Andy McFadden · 16 years ago
  13. 9b44ccf Small changes missed in the original submission of 22482. by Jesse Wilson · 16 years ago
  14. 35e1631 Merge change 22482 into eclair by Android (Google) Code Review · 16 years ago
  15. 0083d37 Use local references for native method args. by Andy McFadden · 16 years ago
  16. f217375 Update java.text to Harmony r802921. by Jesse Wilson · 16 years ago
  17. 48a96f5 Set os.arch property from uname().machine. by Andy McFadden · 16 years ago
  18. c26bb63 Move array pinning out of global references table. by Andy McFadden · 16 years ago
  19. ecd3115 Merge change 22183 into eclair by Android (Google) Code Review · 16 years ago
  20. 79941ae am 2b2e488b: Exposed default trust manager. by Bob Lee · 16 years ago
  21. 2b2e488 Exposed default trust manager. by Bob Lee · 16 years ago
  22. ab00d45 Progress toward indirect JNI references. by Andy McFadden · 16 years ago
  23. 6070dfc Merge change 22152 into eclair by Android (Google) Code Review · 16 years ago
  24. e272968 Fix a couple of compiler warnings. by Andy McFadden · 16 years ago
  25. a537230 Merge change 21907 into eclair by Android (Google) Code Review · 16 years ago
  26. d1588bb Merge change 21833 into eclair by Android (Google) Code Review · 16 years ago
  27. 01651b4 Update storage size after expansion. by Andy McFadden · 16 years ago
  28. c1be94d Fixing Unsafe.getUnsafe() to look up the stack the correct number of frames. by Jesse Wilson · 16 years ago
  29. fe79541 Enable IPv6. by Lorenzo Colitti · 16 years ago
  30. 64520c8 Merge change 21796 into eclair by Android (Google) Code Review · 16 years ago
  31. 03bd0d5 Minor tweaks to JNI logging. by Andy McFadden · 16 years ago
  32. a66a01a Turn down RegisterMap paranoia. by Andy McFadden · 16 years ago
  33. d12092a am affecd77: Cleanup CTS core failing tests. by Brett Chabot · 16 years ago
  34. affecd7 Cleanup CTS core failing tests. by Brett Chabot · 16 years ago
  35. 7ea0f64 Continuing evolution of Thumb2 support. by Bill Buzbee · 16 years ago
  36. 530e0a5 Be more POSIXly correct in the use of expr. by Dan Bornstein · 16 years ago
  37. 01021fc Update Luni to Harmony r802921. by Jesse Wilson · 16 years ago
  38. 1eb76ad Merge change 8107 by Android (Google) Code Review · 16 years ago
  39. 4212241 First parts of enabling a host Dalvik build. by Dan Bornstein · 16 years ago
  40. be323ec merge from open-source master by Jean-Baptiste Queru · 16 years ago
  41. dde8ab0 Change strategy for freeing objects in the sweep. by Barry Hayes · 16 years ago
  42. 7ce9bd7 Increase priority of unresponsive threads. by Andy McFadden · 16 years ago
  43. 4879df9 Read thread priority as an int, not a boolean. by Andy McFadden · 16 years ago
  44. a436564 Correct the type of a pointer. by Andy McFadden · 16 years ago
  45. 2e81edd Merge change 20378 by Android (Google) Code Review · 16 years ago
  46. 4486036 Suspend daemon threads before exiting. by Andy McFadden · 16 years ago
  47. c004554 Merge change 8538 by Android (Google) Code Review · 16 years ago
  48. cdacef5 A sampling profiler for Dalvik. by Bob Lee · 16 years ago
  49. d51370f Switch to <stdbool.h> in the VM. by Andy McFadden · 16 years ago
  50. f5adaab Merge change 9641 by Android (Google) Code Review · 16 years ago
  51. c5fd71b Merge change 20002 by Android (Google) Code Review · 16 years ago
  52. 080ca4a Regenerate mterp. by Andy McFadden · 16 years ago
  53. f17638e Don't assert that all threads have stopped. by Andy McFadden · 16 years ago
  54. d1f7f03 Merge change 20020 by Android (Google) Code Review · 16 years ago
  55. 5b55af7 Added thread profile to dmtracedump output by Rodrigo Ipince · 16 years ago
  56. d62c0b5 Improvements to cgroup stuff. by Andy McFadden · 16 years ago
  57. c042bd1 Updating math to Harmony r772995. by Jesse Wilson · 16 years ago
  58. dbedb4e Throw an exception instead of aborting in DexFile. by Andy McFadden · 16 years ago
  59. 46dd16c Try to connect to all the IP addresses of a host instead of just the first. by Lorenzo Colitti · 16 years ago
  60. 1d24288 merge from donut by Jean-Baptiste Queru · 16 years ago
  61. 9727c3d Fixed 2 floating point bugs; improved debug output; armv7-a thumb2 inline sqrt by Bill Buzbee · 16 years ago
  62. 6117d7c Merge change 9395 by Android (Google) Code Review · 16 years ago
  63. 9bc3df3 Stage 3 of Thumb2 support. armv7-a now generates vfp code inline. by Bill Buzbee · 16 years ago
  64. 523ca8a Merge change 9414 by Android (Google) Code Review · 16 years ago
  65. f600053 Merge change 9384 by Android (Google) Code Review · 16 years ago
  66. d33b0c3 Fix a LOGVV. by Andy McFadden · 16 years ago
  67. e9efb8a Added VMDebug.crash() (hidden). by Andy McFadden · 16 years ago
  68. 734155e Indirect reference table implementation. by Andy McFadden · 16 years ago
  69. 51b9e5c Merge change 8953 by Android (Google) Code Review · 16 years ago
  70. 84af0eb Store all IP addresses for a hostname instead of just one. by Lorenzo Colitti · 16 years ago
  71. c77c5ac Merge change 9190 by Android (Google) Code Review · 16 years ago
  72. a79160b Minor tweak (TEQS -> TEQ). by Andy McFadden · 16 years ago
  73. f2e3acc am bd79e449: Fix an issue where we\'re adding 4x the intended offset. by Jesse Wilson · 16 years ago
  74. 51e0e8b am 29326482: Removing MD2 by Urs Grob · 16 years ago
  75. 58d5bc7 Merge change 9042 by Android (Google) Code Review · 16 years ago
  76. 0df4413 Update bytecode verifier info. by Andy McFadden · 16 years ago
  77. bd79e44 Fix an issue where we're adding 4x the intended offset. by Jesse Wilson · 16 years ago
  78. 7571c40 merge from donut by Jean-Baptiste Queru · 16 years ago
  79. 8d03c1b Merge change 9014 by Android (Google) Code Review · 16 years ago
  80. eb4fed9 Fixing some broken links in the concurrent Javadoc. by Jesse Wilson · 16 years ago
  81. e4b3060 Fixing Executors to use raw types, which is what RI v5 does. by Jesse Wilson · 16 years ago
  82. c6a7a1b Merge change 8903 by Android (Google) Code Review · 16 years ago
  83. 2932648 Removing MD2 by Urs Grob · 16 years ago
  84. 8210fad Update concurrent module to Harmony r798021. by Jesse Wilson · 16 years ago
  85. dae8ea9 Merge change 8867 by Android (Google) Code Review · 16 years ago
  86. be74aeb Fix for 1857865: Need x86 implementation for OP_THROW_VERIFICATION_ERROR by Bill Buzbee · 16 years ago
  87. f4ce16f Prevent OP_INVOKE_DIRECT_EMPTY from terminating a trace by Bill Buzbee · 16 years ago
  88. 89efc3d Stage 2 of structural changes for support of THUMB2. No logic changes. by Bill Buzbee · 16 years ago
  89. e255751 Fix for 3326: Incorrect return value from native library in dalvik by Bill Buzbee · 16 years ago
  90. 63d59a7 Merge change 5582 by Android (Google) Code Review · 16 years ago
  91. 17f15ce Fix a JIT bug where invoke-direct-empty is the last instruction in the trace. by Ben Cheng · 16 years ago
  92. fd8fab7 Merge change 8665 by Android (Google) Code Review · 16 years ago
  93. ddb433d Merge change 8707 by Android (Google) Code Review · 16 years ago
  94. dfdaa87 Fix mangling to translate dollar signs. by Brian McKenna · 16 years ago
  95. 716f120 First phase of restructuring to support THUMB2 & ARM traces by Bill Buzbee · 16 years ago
  96. 7605a84 Added dvmLinearAllocContains(). by Andy McFadden · 16 years ago
  97. 6a95ade Merge korg/donut into korg/master by Jean-Baptiste Queru · 16 years ago
  98. 71f15b5 am 8e696dc0: JNI direct buffer function speedup, part 3. by Andy McFadden · 16 years ago
  99. 070a576 am 8e5c7847: JNI direct buffer function speedup, part 2. by Andy McFadden · 16 years ago
  100. 3819a76 Integrate luni module (but not tests) to Harmony r772995. by Jesse Wilson · 16 years ago