- 72b1f30 Add a comment. by Elliott Hughes · 15 years ago
- ce46c94 Jit: Support for inline-execute/range [issue 2268232] by Bill Buzbee · 15 years ago
- f9f3328 Jit: Misc fixes, move_exception, blocking mode, self-cosim by Bill Buzbee · 15 years ago
- 5d90c20 Restructure the codegen to make architectural depedency explicit. by Ben Cheng · 15 years ago
- ec6029a Merge change I9fa3ef2c by Android (Google) Code Review · 15 years ago
- 123fdbf Merge change I2807742e by Android (Google) Code Review · 15 years ago
- 2807742 Switch java_io_File.c over to C++. by Elliott Hughes · 15 years ago
- 63a8f17 am 070dbac8: am 0dfef7bc: Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
- 070dbac am 0dfef7bc: Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
- 0dfef7b Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
- 1809072 Rewrite NetworkInterface's JNI for IPv6. by Elliott Hughes · 15 years ago
- 5ff343e Merge change I952e8040 by Android (Google) Code Review · 15 years ago
- 952e804 Implement ZoneInfo.toString for debugging convenience. by Elliott Hughes · 15 years ago
- 0998df5 Fix heap profiling doc. by Andy McFadden · 15 years ago
- b0a0541 Add execute-inline/range instruction. by Andy McFadden · 15 years ago
- ab875c7 Jit: fix for string/indexOf handler. by Bill Buzbee · 15 years ago
- 142ea85 Merge change I8cd9a083 by Android (Google) Code Review · 15 years ago
- 3758ae7 Fix KXmlSerializer so it won't generate invalid XML. by Elliott Hughes · 15 years ago
- 34542d6 Don't ignore errors on expected result, compile, or install in jtreg runner. by Jesse Wilson · 15 years ago
- 47b85a2 Merge change Id856eca6 by Android (Google) Code Review · 15 years ago
- 3c39af9 am 50f82ad4: am 08e0023c: Merge change I42d17725 into eclair-mr2 by Dan Egnor · 15 years ago
- e237e47 am 239e94f6: am 28ac5b8c: Merge change I77af8135 into eclair-mr2 by Elliott Hughes · 15 years ago
- 50f82ad am 08e0023c: Merge change I42d17725 into eclair-mr2 by Dan Egnor · 15 years ago
- 239e94f am 28ac5b8c: Merge change I77af8135 into eclair-mr2 by Elliott Hughes · 15 years ago
- 08e0023 Merge change I42d17725 into eclair-mr2 by Android (Google) Code Review · 15 years ago
- 28ac5b8 Merge change I77af8135 into eclair-mr2 by Android (Google) Code Review · 15 years ago
- 43e38da am 52d2e5f4: am 08c24984: Merge change I0ee370b9 into eclair-mr2 by Elliott Hughes · 15 years ago
- 52d2e5f am 08c24984: Merge change I0ee370b9 into eclair-mr2 by Elliott Hughes · 15 years ago
- 08c2498 Merge change I0ee370b9 into eclair-mr2 by Android (Google) Code Review · 15 years ago
- 345a256 protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH by Jean-Baptiste Queru · 15 years ago
- bb3b16f Cache NumberFormat and DecimalFormatSymbols objects in a ThreadLocal, by Dan Egnor · 15 years ago
- bf681e9 am d3864b20: am dced7947: Reduce logging. by Andy McFadden · 15 years ago
- 77af813 Fix Formatter.format's handling of Formattable. by Elliott Hughes · 15 years ago
- 0ee370b Consistently use Formatter's cached NumberFormat. by Elliott Hughes · 15 years ago
- d3864b2 am dced7947: Reduce logging. by Andy McFadden · 15 years ago
- 2545b76 Merge change I49b05da2 by Android (Google) Code Review · 15 years ago
- dced794 Reduce logging. by Andy McFadden · 15 years ago
- 094afca Various XML fixes. by Elliott Hughes · 15 years ago
- f4a4542 Merge change I117408b2 by Android (Google) Code Review · 15 years ago
- a70d6c8 Merge change Id8a539c6 by Android (Google) Code Review · 15 years ago
- d8a539c Suppressing an invalid test that's checking implementation details. by Jesse Wilson · 15 years ago
- b5ebe47 Restore support for DEX on FAT. by Andy McFadden · 15 years ago
- e7989ac Merge change I4c0dedfd by Android (Google) Code Review · 15 years ago
- 233a860 Specifying the /tmp directory and other properties for test runs. by Jesse Wilson · 15 years ago
- 4c0dedf Jit: string's compareTo performance improvement. by Bill Buzbee · 15 years ago
- 9651693 Change the way breakpoints work. by Andy McFadden · 15 years ago
- 62beb8b Merge change I690f0051 by Android (Google) Code Review · 15 years ago
- 690f005 Fixing a simple concurrency issue in the jtreg runner. by Jesse Wilson · 15 years ago
- cf9208f Merge change If8e2929a by Android (Google) Code Review · 15 years ago
- 6000b5a Merge change Id979947d by Android (Google) Code Review · 15 years ago
- 1729d0b am d829c399: merge from open-source master by Jean-Baptiste Queru · 15 years ago
- d829c39 merge from open-source master by Jean-Baptiste Queru · 15 years ago
- 16b9435 merge from open-source master by Jean-Baptiste Queru · 15 years ago
- 5965d47 Jit: fix for compareTo handler. by Bill Buzbee · 15 years ago
- 0c9612f merge from eclair by Jean-Baptiste Queru · 15 years ago
- 5ceb77f Merge change I07accb25 by Android (Google) Code Review · 15 years ago
- 4df41a5 Fix CHECK_CAST problem in the Jit. by Bill Buzbee · 15 years ago
- d979947 Remove org.kxml2.wap. by Elliott Hughes · 15 years ago
- f8e2929 Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago
- 1408f03 Merge change I716b2844 by Android (Google) Code Review · 15 years ago
- 7074164 Suppressing BufferedReader jtreg tests we're better off not passing. by Jesse Wilson · 15 years ago
- beea0b7 If we have a Class object in the "monitors held:" output, show which class. by Elliott Hughes · 15 years ago
- dee0021 Merge change Iaf8fd5ec by Android (Google) Code Review · 15 years ago
- 68d262d Fix HttpURLConnection's chunked encoding behavior. by Elliott Hughes · 15 years ago
- 72e9334 eclair snapshot by Jean-Baptiste Queru · 15 years ago
- 8cc258d Merge change I200886b4 by Android (Google) Code Review · 15 years ago
- 200886b Make cacerts.bks available to the simulator too. by Elliott Hughes · 15 years ago
- 0623da9 Remove OSNetworkSystem.oneTimeInitialization. by Elliott Hughes · 15 years ago
- 20ea638 Merge change Ica2d0b8c by Android (Google) Code Review · 15 years ago
- f461383 Fix a buffer overrun in OSNetworkSystem. by Elliott Hughes · 15 years ago
- 6446a30 Merge change Id726991b by Android (Google) Code Review · 15 years ago
- de1aa11 Fix typos in the XmlPullParser documentation. by Elliott Hughes · 15 years ago
- d726991 Jit stress mode: translate everything we can and self verify. by Bill Buzbee · 15 years ago
- ef4b3bb Fix DOM parsing of character references/entities. by Elliott Hughes · 15 years ago
- 0d4177f Bring our kxml2 up to date with upstream. by Elliott Hughes · 15 years ago
- 4ed31e0 am 216438fc: (-s ours) am 83859891: am 3dc6a811: (-s ours) DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
- ab85b54 Merge change Ie65d9758 by Android (Google) Code Review · 15 years ago
- 9a8c75a Introduce "just interpret" chainable pseudo-translation. by Bill Buzbee · 15 years ago
- 216438f am 83859891: am 3dc6a811: (-s ours) DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
- 8385989 am 3dc6a811: (-s ours) DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
- d9bd68b am 3dc6a811: DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
- 0485ec4 List -lcrypto when building for host darwin-x86, as that's part of by Dan Bornstein · 15 years ago
- 3dc6a81 DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests. by Brett Chabot · 15 years ago
- 7044e3e Merge change I16a7c847 by Android (Google) Code Review · 15 years ago
- e47078f Merge change I52b6299c by Android (Google) Code Review · 15 years ago
- 52b6299 Sanitize text before emitting to XML. by Jesse Wilson · 15 years ago
- 00a28db Our XML serializer permits \0, resulting in malformed documents. by Jesse Wilson · 15 years ago
- 3893466 Merge change I2d4116b7 by Android (Google) Code Review · 15 years ago
- f24bd3f Merge change I364c9428 by Android (Google) Code Review · 15 years ago
- 364c942 Remove 'GTE CyberTrust Root', which expired on 2/23/06. by Nagendra Modadugu · 15 years ago
- b1218ab Clean up sieb.[ch], including changing a reference to <malloc.h> to instead by Dan Bornstein · 15 years ago
- 994b254 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
- fb93b7b Merge change I5cae54d2 by Android (Google) Code Review · 15 years ago
- 38a816f Merge change Iefbd3c5e by Android (Google) Code Review · 15 years ago
- 505095e Merge change I7b302183 by Android (Google) Code Review · 15 years ago
- 5cae54d More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
- efbd3c5 Fix DEADLOCK_DETECTION mode for the Jit. by Bill Buzbee · 15 years ago
- 977c529 Merge change Ic5176ecb by Android (Google) Code Review · 15 years ago
- c5176ec Remove deadlock-prone thread pool. by Elliott Hughes · 15 years ago
- ae21799 Only compile in multicast support on Linux, for the time being. by Dan Bornstein · 15 years ago