1. e2e14dd Remove @KnownFailure tags for tests that pass. by Jesse Wilson · 15 years ago
  2. bb710e3 Remove ((noreturn)) from dvmAbort(). by Andy McFadden · 15 years ago
  3. f182380 Merge change 26285 into eclair by Android (Google) Code Review · 15 years ago
  4. 1569390 Use native code to convert strings to IP addresses. by Lorenzo Colitti · 15 years ago
  5. 40f3271 More doc changes. by Andy McFadden · 15 years ago
  6. 9ae0064 Merge change 26280 into eclair by Android (Google) Code Review · 15 years ago
  7. 51ccfdb Merge change 26318 into eclair by Android (Google) Code Review · 15 years ago
  8. cdf6f5d Fixed LinkedHashMap bug 2121546 by Joshua Bloch · 15 years ago
  9. 2317d8d Merge change 26055 into eclair by Android (Google) Code Review · 15 years ago
  10. 278c12b Another doc update. by Andy McFadden · 15 years ago
  11. bdfa993 Merge change 25979 into eclair by Android (Google) Code Review · 15 years ago
  12. ec628b5 Allow dalvik pre-optimization to run in ARMv7 emulator. by David 'Digit' Turner · 15 years ago
  13. 08d5aa1 Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the server cert checking time or ~200ms on Sapphire. This is in preparation for tripling the number of certs in an upcoming change. by Bob Lee · 15 years ago
  14. c7659ec Various minor changes to Dalvik documentation. by Andy McFadden · 15 years ago
  15. 5415f43 Merge change 25603 into eclair by Android (Google) Code Review · 15 years ago
  16. b663ba5 Use native code to convert IP addresses to strings. by Lorenzo Colitti · 15 years ago
  17. 8aad9a9 Merge change 24897 into eclair by Android (Google) Code Review · 15 years ago
  18. 7f331f3 Fixing available() and close() for archive streams. by Jesse Wilson · 15 years ago
  19. eea407c Merge change 25361 into eclair by Android (Google) Code Review · 15 years ago
  20. 8aa7e93 modify gclog to take a procFilter argument, as well as the debug argument by Wei Huang · 15 years ago
  21. df60455 Merge change 25126 into eclair by Android (Google) Code Review · 15 years ago
  22. 05c0836 Update archive to the r802921 from Harmony. by Jesse Wilson · 15 years ago
  23. b257c94 Report the cause of name lookup failures to Java land. The Java code already by Lorenzo Colitti · 15 years ago
  24. 1cf3dbc Merge change 25160 into eclair by Android (Google) Code Review · 15 years ago
  25. cb12fde Make Resources$DefaultTimeZones preloadable again. by Elliott Hughes · 15 years ago
  26. c93088f Make getHostByAddr and getHostByName return the proper object type. by Lorenzo Colitti · 15 years ago
  27. 7136192 First cut at a tool to perform automated syncs from Harmony to Dalvik. by Jesse Wilson · 15 years ago
  28. e937b1b Merge change 24110 into eclair by Android (Google) Code Review · 15 years ago
  29. da03242 Merge change 24840 into eclair by Android (Google) Code Review · 15 years ago
  30. 2d34a33 Merge change 23348 into eclair by Android (Google) Code Review · 15 years ago
  31. 023a932 Merge change 24788 into eclair by Android (Google) Code Review · 15 years ago
  32. 5a2056c dalvik: Switch to common cutils sched_policy api by San Mehat · 15 years ago
  33. efa0dcd Merge change 24508 into eclair by Android (Google) Code Review · 15 years ago
  34. 00c464f Merge change 24751 into eclair by Android (Google) Code Review · 15 years ago
  35. 28f3e3a Fixing the delimiter for the HTTP "Accept" header to be well-formed. by Jesse Wilson · 15 years ago
  36. 227be29 Windows SDK: add support for -J option to dx.bat by Raphael · 15 years ago
  37. 2fe146a Addressed reviewer comments. by Bob Lee · 15 years ago
  38. 9ccfb95 Merge change 24723 into eclair by Android (Google) Code Review · 15 years ago
  39. 24f92a2 Remove code duplication in InetAddress.getByAddress. by Lorenzo Colitti · 15 years ago
  40. 1e49340 Merge change 24320 into eclair by Android (Google) Code Review · 15 years ago
  41. 173086a Merge change 24620 into eclair by Android (Google) Code Review · 15 years ago
  42. c886e33 Fix cert code to use the String form for TELETEX-encoded certs; see bug 2102191. by Jesse Wilson · 15 years ago
  43. 89dc615 Simplify networking code initialization using static structures instead of code. by Lorenzo Colitti · 15 years ago
  44. 20677ed dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug by San Mehat · 15 years ago
  45. 03c7547 Merge change 24425 into eclair by Android (Google) Code Review · 15 years ago
  46. 894dd46 vm: Add support for using scheduler policies instead of cgroups by San Mehat · 15 years ago
  47. 500464d DO NOT MERGE: Do not enable JIT_TUNING and assertion by default with JIT. by Ben Cheng · 15 years ago
  48. 4949c14 JarFile was not able to verify signed files with size 0. by Urs Grob · 15 years ago
  49. 7f5e6aa Merge change 23896 into eclair by Android (Google) Code Review · 15 years ago
  50. 9dc72a3 Modified Thread.c to allow sampling profiler thread in zygote. Added a function that by Bob Lee · 15 years ago
  51. f2f6f8b Document that createSocketFileDescriptor throws an exception on failure. by Lorenzo Colitti · 15 years ago
  52. 3a4e424 Merge change 23983 into eclair by Android (Google) Code Review · 15 years ago
  53. 78426a2 If an error occurs when creating a socket, don't call any more JNI methods by Lorenzo Colitti · 15 years ago
  54. 09302d6 Merge change 23572 into eclair by Android (Google) Code Review · 15 years ago
  55. d6ea817 InputStreamReader forgets to convert incomplete multibyte characters at the buffer boundary by Urs Grob · 15 years ago
  56. 02e04f8 Merge change 22871 into eclair by Android (Google) Code Review · 15 years ago
  57. 364a0a2 More InetAddress fixes. by Lorenzo Colitti · 15 years ago
  58. 365f9fb Merge change 23918 into eclair by Android (Google) Code Review · 15 years ago
  59. 3f7569a do not merge: Josh's optimized HashMap and Hashtable by Jesse Wilson · 15 years ago
  60. 16866f9 Merge change 23208 into eclair by Android (Google) Code Review · 15 years ago
  61. af12a66 Fix Class.getConstructor("whatever", (Class[]) null). by Elliott Hughes · 15 years ago
  62. 74d6538 Update GlobalSign Root CA to one that expires in 2028. by Nagendra Modadugu · 15 years ago
  63. ce90979 Merge change 23480 into eclair by Android (Google) Code Review · 15 years ago
  64. 91191d3 Merge change 22771 into eclair by Android (Google) Code Review · 15 years ago
  65. 4b8a552 Merge change 23683 into eclair by Android (Google) Code Review · 15 years ago
  66. ed974e9 Merge change 23724 into eclair by Android (Google) Code Review · 15 years ago
  67. 18ca9f2 Fix x86 call bridge by Marco Nelissen · 15 years ago
  68. 793f142 Merge change 23675 into eclair by Android (Google) Code Review · 15 years ago
  69. d0d6c15 Unbreak Dalvik VM initialization due to a native method that expects to be able by Lorenzo Colitti · 15 years ago
  70. 5315c9f DO NOT MERGE: Fix implementation of Thread.isAlive by Andy McFadden · 15 years ago
  71. c19d2a1 Fix two calls to memset(3) whose arguments were reversed. by Elliott Hughes · 15 years ago
  72. 5ca29e1 Merge change 22629 into eclair by Android (Google) Code Review · 15 years ago
  73. 91c42eb Do not check hash codes against golden values. Instead, spot check that they by Lorenzo Colitti · 15 years ago
  74. 94e11fc InetAddress refactoring. by Lorenzo Colitti · 15 years ago
  75. 37b5a71 Add Entrust root and intermediate certs. by Nagendra Modadugu · 15 years ago
  76. 8207f1e Update crypto package to Harmony r802921. Only Javadoc changes. by Jesse Wilson · 15 years ago
  77. 2c23efc Update prefs to Harmony r772995. by Jesse Wilson · 15 years ago
  78. b8f2972 Merge change 23193 into eclair by Android (Google) Code Review · 15 years ago
  79. eb9cbc3 Expand indirect reference ifdefs. by Andy McFadden · 15 years ago
  80. 3f7a259 Merge change 22992 into eclair by Android (Google) Code Review · 15 years ago
  81. af0e838 Fix reporting of certain verify errors. by Andy McFadden · 15 years ago
  82. 5de096c Don't mutate input in OSMemory.setIntArray/setShortArray. by Elliott Hughes · 15 years ago
  83. 525777a Annotate tests that are failing due to legacy IP address formats that have not been implemented yet. by Lorenzo Colitti · 15 years ago
  84. 9495a94 Merge change 22965 into eclair by Android (Google) Code Review · 15 years ago
  85. a055db8 Update x-net to Harmony r802921. by Jesse Wilson · 15 years ago
  86. 0423f0e Fix some JNI indirect reference stuff. by Andy McFadden · 15 years ago
  87. 3a9a1a1 Merge change 22845 into eclair by Android (Google) Code Review · 15 years ago
  88. 2dab6aa IPv6 fixes to java.net.InetAddress. by Lorenzo Colitti · 15 years ago
  89. 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 · 15 years ago
  90. 7ae5f69 Update sql to Harmony 802921. by Jesse Wilson · 15 years ago
  91. 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 · 15 years ago
  92. f7fb008 Merge change 22659 into eclair by Android (Google) Code Review · 15 years ago
  93. 870fd9b Fix "whatever".split(".") behavior. by Elliott Hughes · 15 years ago
  94. d5ab726 Another round of scary indirect ref changes. by Andy McFadden · 15 years ago
  95. 9b44ccf Small changes missed in the original submission of 22482. by Jesse Wilson · 15 years ago
  96. 35e1631 Merge change 22482 into eclair by Android (Google) Code Review · 15 years ago
  97. 0083d37 Use local references for native method args. by Andy McFadden · 15 years ago
  98. f217375 Update java.text to Harmony r802921. by Jesse Wilson · 15 years ago
  99. 48a96f5 Set os.arch property from uname().machine. by Andy McFadden · 15 years ago
  100. c26bb63 Move array pinning out of global references table. by Andy McFadden · 15 years ago