OSDN Git Service

android-x86/dalvik.git
2010-02-24 Elliott HughesFix DalvikRunner on the dalvik-dev branch.
2010-02-24 Elliott HughesFix "HttpUrlConnection.addRequestProperty replaces...
2010-02-23 Elliott HughesRemove more useless annotations: logging, luni-kernel...
2010-02-23 Elliott HughesRemove useless annotation cruft from tests for: annotat...
2010-02-23 Elliott HughesUpdate run-core-tests' documentation, remove the leadin...
2010-02-22 Elliott HughesFix a stupid mistake in my earlier change.
2010-02-22 Elliott HughesAdapt jesse's new json tests to the new build scheme.
2010-02-22 Elliott HughesMerge remote branch 'goog/master' into mm
2010-02-22 Elliott HughesMerge "Resync a load of tests with upstream, make our...
2010-02-22 Barry HayesFix build breakage.
2010-02-22 Barry HayesMerge " Add the "-Xgc:[no]overwritefree" flags. When...
2010-02-20 Jesse WilsonMerge "Removing dead code from BigInt"
2010-02-20 Jesse WilsonMerge "More XML DOM v3 APIs."
2010-02-20 Jesse WilsonMore XML DOM v3 APIs.
2010-02-20 Jesse WilsonRemoving dead code from BigInt
2010-02-20 Elliott HughesRemove external/jsr305, external/guava, and external...
2010-02-19 Ben ChengMerge "Disable JIT for armv5te for A/B tests."
2010-02-19 Ben ChengDisable JIT for armv5te for A/B tests.
2010-02-19 Jesse WilsonDOM setTextContent() tests and implementation fixes.
2010-02-19 Elliott HughesResync a load of tests with upstream, make our build...
2010-02-19 Jesse WilsonMerge "Removing bogus check to permit on-host debugging."
2010-02-19 Jesse WilsonRemoving bogus check to permit on-host debugging.
2010-02-19 Jesse WilsonMerge "Adding JSON tests to the complete test suite."
2010-02-19 Jesse WilsonAdding JSON tests to the complete test suite.
2010-02-19 Jesse WilsonMerge "Filling in some gaps in our XML DOM v3 API."
2010-02-19 Jesse WilsonFilling in some gaps in our XML DOM v3 API.
2010-02-18 Elliott HughesMore DalvikRunner cleanup.
2010-02-18 Elliott HughesAdd a simple MD5-based cache to DalvikRunner.
2010-02-18 Elliott HughesMerge "Make DalvikRunner work on production devices...
2010-02-17 Elliott HughesMerge "Add a general-purpose scoped pointer for libcore...
2010-02-17 Elliott HughesMerge "HTTP headers should be case-insensitive but...
2010-02-17 Elliott HughesMake DalvikRunner work on production devices too.
2010-02-17 Barry Hayes Add the "-Xgc:[no]overwritefree" flags. When set,...
2010-02-17 Carl ShapiroMerge "Eliminate the heap chunk abstraction. This...
2010-02-17 Carl ShapiroEliminate the heap chunk abstraction. This temporarily...
2010-02-17 Ben ChengMerge "Detect system-wide safe mode and configure the...
2010-02-17 Ben ChengDetect system-wide safe mode and configure the VM accor...
2010-02-17 Elliott HughesHTTP headers should be case-insensitive but case-preser...
2010-02-17 Carl ShapiroMerge "Densely allocate mspaces. New heaps are started...
2010-02-17 Jesse WilsonFixing packages for JSON tests
2010-02-17 Jesse WilsonMerge "First round of tests for the subset of the org...
2010-02-17 Jesse WilsonFirst round of tests for the subset of the org.json...
2010-02-17 Ben ChengMerge "Detect system-wide safe mode and configure the...
2010-02-17 Jesse WilsonMerge "Removing unnecessary org.w3c.dom subpackages"
2010-02-17 Bill BuzbeeJit: Monitor exit, possible fix for Issue 2396073
2010-02-17 Jesse WilsonRemoving unnecessary org.w3c.dom subpackages
2010-02-17 Bill BuzbeeMerge "Jit: Monitor exit, possible fix for Issue 2396073"
2010-02-17 Elliott HughesFix FindBugs' "high" warnings about java.lang.Class.
2010-02-16 Bill BuzbeeJit: Monitor exit, possible fix for Issue 2396073
2010-02-16 Ben ChengDetect system-wide safe mode and configure the VM accor...
2010-02-16 Jesse WilsonMerge "Reverting our test runner's background building...
2010-02-16 Jesse WilsonReverting our test runner's background building behaviour.
2010-02-16 Andy McFaddenFlan -> Froyo
2010-02-16 Carl ShapiroDensely allocate mspaces. New heaps are started on...
2010-02-15 Carl ShapiroEliminate unused variable warnings in the alloc code...
2010-02-13 Elliott HughesMerge "Fix a few of our FindBugs "high" warnings."...
2010-02-13 Elliott HughesFix a few of our FindBugs "high" warnings.
2010-02-13 Elliott HughesMerge "Use one method to create a Locale from a String...
2010-02-13 Elliott HughesThrow IllegalArgumentException if Currency.getInstance...
2010-02-12 Elliott HughesUse one method to create a Locale from a String.
2010-02-12 Elliott HughesMerge "Remove some potential test flakiness." into...
2010-02-12 Elliott HughesRemove some potential test flakiness.
2010-02-12 Carl ShapiroMerge "Do not include assert.h in places where it may...
2010-02-12 Dan BornsteinUse HAVE_ANDROID_OS to conditionally include files...
2010-02-12 Carl ShapiroDo not include assert.h in places where it may shadow...
2010-02-12 Ben ChengUse ashmem to create the JIT code cache.
2010-02-12 Ben ChengFree memory associated with the trace descriptor of...
2010-02-12 Ben ChengMerge "Support per-application switch to execute the...
2010-02-11 Andy McFaddenMerge "Minor dexdeps touchups."
2010-02-11 Andy McFaddenMinor dexdeps touchups.
2010-02-11 Ben ChengMerge "Use ashmem to create the JIT code cache."
2010-02-11 Ben ChengUse ashmem to create the JIT code cache.
2010-02-11 Bill BuzbeeJit: Minor codegen tuning.
2010-02-11 Bill BuzbeeMerge "Jit: Minor codegen tuning."
2010-02-11 Carl ShapiroMerge "Allocate a contiguous region of virtual memory...
2010-02-11 Bill BuzbeeJit: Minor codegen tuning.
2010-02-11 Jesse WilsonFixing problems with the test runner's ability to parse...
2010-02-11 Jesse WilsonMerge "Fixing some of our XSLT implementation issues."
2010-02-11 The Android... am a38780c9: merge from open-source master
2010-02-11 Brian CarlstromMake DalvikRunner more resilient to running immediately...
2010-02-11 Carl ShapiroAllocate a contiguous region of virtual memory to be...
2010-02-11 jeffhaoAdded LDMIA/STMIA support to Self Verification mode.
2010-02-11 The Android... merge from open-source master
2010-02-11 Elliott HughesAdd a general-purpose scoped pointer for libcore JNI.
2010-02-11 Ben ChengSupport per-application switch to execute the VM in...
2010-02-11 Ben ChengFree memory associated with the trace descriptor of...
2010-02-10 jeffhaoAdded missing break statements and improved debugging...
2010-02-10 Jesse WilsonFixing some of our XSLT implementation issues.
2010-02-10 Ben ChengMerge "Support per-application switch to execute the...
2010-02-10 Jeff HaoMerge "Added LDMIA/STMIA support to Self Verification...
2010-02-10 Dan EgnorMerge "Add a setHandshakeTimeout() to OpenSSLSocketImpl...
2010-02-10 Dan EgnorAdd a setHandshakeTimeout() to OpenSSLSocketImpl, which...
2010-02-10 Brian CarlstromFix NamingPatternCodeFinder to detect final classes
2010-02-10 Ben ChengSupport per-application switch to execute the VM in...
2010-02-10 jeffhaoAdded LDMIA/STMIA support to Self Verification mode.
2010-02-10 Brian CarlstromMerge "Remove TestRunner.success field / Make postCompi...
2010-02-10 Brian CarlstromRemove TestRunner.success field / Make postCompileTest...
2010-02-09 jeffhaoAdded missing break statements and improved debugging...
2010-02-09 Jack VeenstraFix a couple minor bugs (bug 2404859) in TraceDump.c
2010-02-09 Rodrigo IpinceAdded support for filter in dmtracedump tool, along...
next