1. c51439a Fix a bug where, in static synchronized methods that had no other uses by Dan Bornstein · 15 years ago
  2. 39c5899 Preflight cleanup of Ropper.java for style, whitespace, etc., before doing by Dan Bornstein · 15 years ago
  3. 4d9f938 DO NOT MERGE - Reduce spin-on-suspend complaints. by Andy McFadden · 15 years ago
  4. 3f77d01 Merge change I2ca00c90 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  5. 2ca00c9 Fix dalvik test 063. by Elliott Hughes · 15 years ago
  6. bf1bb91 am 4a888b09: Two exception-related tweaks: (1) Make the dynamic exception construction mechanism be able to handle exception constructors that take Object instead of String. (2) Add a convenience in JNIHelp to throw RuntimeExceptions. by Dan Bornstein · 15 years ago
  7. 4a888b0 Two exception-related tweaks: (1) Make the dynamic exception construction by Dan Bornstein · 15 years ago
  8. a7745f9 Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  9. 5d26339 DO NOT MERGE: backport the IPv6 NetworkInterface/multicast fixes. by Elliott Hughes · 15 years ago
  10. 1c7705b Merge change I96996494 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  11. 9699649 Fix browser crashes if server certificates have > 32 subjectAltNames. by Elliott Hughes · 15 years ago
  12. d1aead7 Merge change Ie21b2327 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  13. 88e58db DO NOT MERGE: Removing the use of FileCanonPathCache. by Jesse Wilson · 15 years ago
  14. 0dfef7b Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
  15. 08e0023 Merge change I42d17725 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  16. 28ac5b8 Merge change I77af8135 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  17. 08c2498 Merge change I0ee370b9 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  18. bb3b16f Cache NumberFormat and DecimalFormatSymbols objects in a ThreadLocal, by Dan Egnor · 15 years ago
  19. 77af813 Fix Formatter.format's handling of Formattable. by Elliott Hughes · 15 years ago
  20. 0ee370b Consistently use Formatter's cached NumberFormat. by Elliott Hughes · 15 years ago
  21. dced794 Reduce logging. by Andy McFadden · 15 years ago
  22. 8385989 am 3dc6a811: (-s ours) DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
  23. 3dc6a81 DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
  24. 9a35ef1 Guarantee deflaters get cleaned up, even if subclassed. by Jesse Wilson · 15 years ago
  25. fef7556 am 3238cc2a: am 32f89821: Merge change 26044 into donut-gms by Brett Chabot · 15 years ago
  26. 4ebfaec am 98f0612b: am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds. by Brett Chabot · 15 years ago
  27. 3238cc2 am 32f89821: Merge change 26044 into donut-gms by Brett Chabot · 15 years ago
  28. 98f0612 am c4d33d9d: Fix ClassLoaderTest to work on DEXPREOPT builds. by Brett Chabot · 15 years ago
  29. e652b12 Make sure res is NULL if getaddrinfo fails. by Lorenzo Colitti · 15 years ago
  30. 0c0cfd5 Merge change I96cd6f5b into eclair by Android (Google) Code Review · 15 years ago
  31. b70cc0f Make the socket test accept ::1 as a valid result for by Lorenzo Colitti · 15 years ago
  32. f94c5d7 More multicast fixes. by Lorenzo Colitti · 15 years ago
  33. e851c56 Merge change Iea75a523 into eclair by Android (Google) Code Review · 15 years ago
  34. d6a4cc3 Fixes for socket options on multicast sockets. by Lorenzo Colitti · 15 years ago
  35. 1131d3d Merge change Ie2e14dde into eclair by Android (Google) Code Review · 15 years ago
  36. e2e14dd Remove @KnownFailure tags for tests that pass. by Jesse Wilson · 15 years ago
  37. 910363b Merge change Ib5dc3f1f into eclair by Android (Google) Code Review · 15 years ago
  38. b5dc3f1 Fixing a lame test that was relying on hashmap iteration order. by Jesse Wilson · 15 years ago
  39. b5b7f4b Merge change I9899be9d into eclair by Android (Google) Code Review · 15 years ago
  40. 9899be9 Fixing a Harmony regression in ObjectInputStream. by Jesse Wilson · 15 years ago
  41. ffa33ef Merge change I75630000 into eclair by Android (Google) Code Review · 15 years ago
  42. 177b9eb Fixing tests that exercise SecurityManager plus stack inspection. by Jesse Wilson · 15 years ago
  43. 7f51bfe Merge change I86898f45 into eclair by Android (Google) Code Review · 15 years ago
  44. 86898f4 Fix BigInteger math bugs. by Jesse Wilson · 15 years ago
  45. 94bf2b2 Merge change 27156 into eclair by Android (Google) Code Review · 15 years ago
  46. 979baae Deprecate many of the accidentally-published APIs in dalvik.system. by Jesse Wilson · 15 years ago
  47. a990b84 DO NOT MERGE: Cleaning up PipedInputStream by Jesse Wilson · 15 years ago
  48. bb710e3 Remove ((noreturn)) from dvmAbort(). by Andy McFadden · 15 years ago
  49. f182380 Merge change 26285 into eclair by Android (Google) Code Review · 15 years ago
  50. 1569390 Use native code to convert strings to IP addresses. by Lorenzo Colitti · 15 years ago
  51. 40f3271 More doc changes. by Andy McFadden · 15 years ago
  52. 9ae0064 Merge change 26280 into eclair by Android (Google) Code Review · 15 years ago
  53. 51ccfdb Merge change 26318 into eclair by Android (Google) Code Review · 15 years ago
  54. cdf6f5d Fixed LinkedHashMap bug 2121546 by Joshua Bloch · 15 years ago
  55. 2317d8d Merge change 26055 into eclair by Android (Google) Code Review · 15 years ago
  56. 278c12b Another doc update. by Andy McFadden · 15 years ago
  57. bdfa993 Merge change 25979 into eclair by Android (Google) Code Review · 15 years ago
  58. ec628b5 Allow dalvik pre-optimization to run in ARMv7 emulator. by David 'Digit' Turner · 15 years ago
  59. 32f8982 Merge change 26044 into donut-gms by Android (Google) Code Review · 15 years ago
  60. 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
  61. aee2ceb Remove tests.api.java.io.FileTest#test_delete as known failure. by Brett Chabot · 15 years ago
  62. c7659ec Various minor changes to Dalvik documentation. by Andy McFadden · 15 years ago
  63. 5415f43 Merge change 25603 into eclair by Android (Google) Code Review · 15 years ago
  64. b663ba5 Use native code to convert IP addresses to strings. by Lorenzo Colitti · 15 years ago
  65. 8aad9a9 Merge change 24897 into eclair by Android (Google) Code Review · 15 years ago
  66. 7f331f3 Fixing available() and close() for archive streams. by Jesse Wilson · 15 years ago
  67. c4d33d9 Fix ClassLoaderTest to work on DEXPREOPT builds. by Brett Chabot · 15 years ago
  68. eea407c Merge change 25361 into eclair by Android (Google) Code Review · 15 years ago
  69. 8aa7e93 modify gclog to take a procFilter argument, as well as the debug argument by Wei Huang · 15 years ago
  70. df60455 Merge change 25126 into eclair by Android (Google) Code Review · 15 years ago
  71. 05c0836 Update archive to the r802921 from Harmony. by Jesse Wilson · 15 years ago
  72. b257c94 Report the cause of name lookup failures to Java land. The Java code already by Lorenzo Colitti · 15 years ago
  73. 1cf3dbc Merge change 25160 into eclair by Android (Google) Code Review · 15 years ago
  74. cb12fde Make Resources$DefaultTimeZones preloadable again. by Elliott Hughes · 15 years ago
  75. c93088f Make getHostByAddr and getHostByName return the proper object type. by Lorenzo Colitti · 15 years ago
  76. 7136192 First cut at a tool to perform automated syncs from Harmony to Dalvik. by Jesse Wilson · 15 years ago
  77. e937b1b Merge change 24110 into eclair by Android (Google) Code Review · 15 years ago
  78. da03242 Merge change 24840 into eclair by Android (Google) Code Review · 15 years ago
  79. 2d34a33 Merge change 23348 into eclair by Android (Google) Code Review · 15 years ago
  80. 023a932 Merge change 24788 into eclair by Android (Google) Code Review · 15 years ago
  81. 5a2056c dalvik: Switch to common cutils sched_policy api by San Mehat · 15 years ago
  82. efa0dcd Merge change 24508 into eclair by Android (Google) Code Review · 15 years ago
  83. 00c464f Merge change 24751 into eclair by Android (Google) Code Review · 15 years ago
  84. 28f3e3a Fixing the delimiter for the HTTP "Accept" header to be well-formed. by Jesse Wilson · 15 years ago
  85. 227be29 Windows SDK: add support for -J option to dx.bat by Raphael · 15 years ago
  86. 2fe146a Addressed reviewer comments. by Bob Lee · 15 years ago
  87. 9ccfb95 Merge change 24723 into eclair by Android (Google) Code Review · 15 years ago
  88. 24f92a2 Remove code duplication in InetAddress.getByAddress. by Lorenzo Colitti · 15 years ago
  89. 1e49340 Merge change 24320 into eclair by Android (Google) Code Review · 15 years ago
  90. 173086a Merge change 24620 into eclair by Android (Google) Code Review · 15 years ago
  91. c886e33 Fix cert code to use the String form for TELETEX-encoded certs; see bug 2102191. by Jesse Wilson · 15 years ago
  92. 89dc615 Simplify networking code initialization using static structures instead of code. by Lorenzo Colitti · 15 years ago
  93. 20677ed dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bug by San Mehat · 15 years ago
  94. 03c7547 Merge change 24425 into eclair by Android (Google) Code Review · 15 years ago
  95. 894dd46 vm: Add support for using scheduler policies instead of cgroups by San Mehat · 15 years ago
  96. 500464d DO NOT MERGE: Do not enable JIT_TUNING and assertion by default with JIT. by Ben Cheng · 15 years ago
  97. 4949c14 JarFile was not able to verify signed files with size 0. by Urs Grob · 15 years ago
  98. 7f5e6aa Merge change 23896 into eclair by Android (Google) Code Review · 15 years ago
  99. 9dc72a3 Modified Thread.c to allow sampling profiler thread in zygote. Added a function that by Bob Lee · 15 years ago
  100. f2f6f8b Document that createSocketFileDescriptor throws an exception on failure. by Lorenzo Colitti · 15 years ago