OSDN Git Service

android-x86/dalvik.git
2011-06-29 Elliott HughesMerge "Make it easier to recognize JNI reference bugs."
2011-06-29 Elliott HughesMake it easier to recognize JNI reference bugs.
2011-06-29 The Android... merge in ics-release history after reset to master
2011-06-29 Jeff BrownMerge "Make dual clock mode the default."
2011-06-29 Elliott HughesImprove JNI tracing even further.
2011-06-29 Elliott HughesImprove -verbose:jni.
2011-06-28 Jeff BrownMerge "Add a dual clock profiler tracing mode."
2011-06-28 The Android... merge in ics-release history after reset to master
2011-06-28 jeffhaoFix debugger output of floats and doubles.
2011-06-28 Jeff BrownMake dual clock mode the default.
2011-06-28 Jeff BrownAdd a dual clock profiler tracing mode.
2011-06-27 The Android... merge in ics-release history after reset to master
2011-06-27 The Android... merge in ics-release history after reset to master
2011-06-26 Doug KwanFix a use of uninitialized variable found by gcc-4...
2011-06-25 Doug KwanMerge "Fix gcc-4.6 warnings."
2011-06-24 Doug KwanFix gcc-4.6 warnings.
2011-06-24 Brett ChabotFix for adb shell hang after adb root.
2011-06-24 The Android... merge in ics-release history after reset to master
2011-06-24 Elliott HughesThrow NullPointerExceptions with detail messages.
2011-06-23 Elliott HughesMerge "Remove an unused internal native."
2011-06-23 Elliott HughesRemove an unused internal native.
2011-06-23 buzbeeMerge "[JIT] Fix uninitialized read (issue #4929028)"
2011-06-23 buzbee[JIT] Fix uninitialized read (issue #4929028)
2011-06-23 Elliott HughesFix native methods that weren't registered via Register...
2011-06-23 Elliott Hughesresolved conflicts for merge of cc8c750a to master
2011-06-23 Elliott HughesFix native methods that weren't registered via Register...
2011-06-22 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-06-22 Elliott Hughesam 03c60a44: Merge "Undecoded jobject leaking in throug...
2011-06-22 Elliott HughesMerge "Undecoded jobject leaking in through attachThread"
2011-06-21 Elliott HughesMerge "Clean up IndirectRefTable a bit." into dalvik-dev
2011-06-21 Elliott HughesClean up IndirectRefTable a bit.
2011-06-21 Jesse Wilsonam bea345e1: Fix the watchdog test to handle the failur...
2011-06-21 Jesse WilsonFix the watchdog test to handle the failure from manage...
2011-06-21 Jesse Wilsonam 0c632a84: Merge "Add isDebuggerActive API for the...
2011-06-21 Jesse WilsonMerge "Add isDebuggerActive API for the finalizer watch...
2011-06-21 Jesse WilsonAdd isDebuggerActive API for the finalizer watchdog.
2011-06-20 Elliott HughesDon't be too specific in reference table summaries.
2011-06-20 Elliott HughesRemove incorrect comment.
2011-06-17 Elliott HughesFix build: rebase went wrong.
2011-06-17 Elliott HughesMake some of the StringObject functions member functions.
2011-06-17 Elliott HughesAdd and use StringAppendF.
2011-06-17 Elliott HughesMerge "Improve reference table dumping." into dalvik-dev
2011-06-17 Elliott HughesImprove reference table dumping.
2011-06-16 Elliott Hughesam a7ab2182: Fix unbundled apps on pre-ICS devices.
2011-06-16 Elliott HughesFix unbundled apps on pre-ICS devices.
2011-06-15 Elliott HughesBreak a dependency on frameworks/base when building...
2011-06-15 Elliott HughesBetter comments for yesterday's change.
2011-06-15 Carl Shapiroam cd10c009: am f682dd64: (-s ours) am 1dd6e412: am...
2011-06-15 Carl Shapiroam f682dd64: (-s ours) am 1dd6e412: am a028d87f: Always...
2011-06-15 Carl Shapiroam 1dd6e412: am a028d87f: Always grow the limit address...
2011-06-15 Carl Shapiroam a028d87f: Always grow the limit address of the a...
2011-06-15 Carl ShapiroAlways grow the limit address of the a heap along with...
2011-06-15 Carl ShapiroNormalize the include guard style.
2011-06-14 jeffhaoDx defaults to emitting dexfiles without jumbo opcodes.
2011-06-14 Elliott HughesAllow native methods to declare they don't need a JNIEnv*.
2011-06-14 Carl ShapiroMerge "Fix an issue regarding FindClass and threads...
2011-06-10 Carl ShapiroMerge "Always grow the limit address of the a heap...
2011-06-10 Carl ShapiroDo not initiate a concurrent collection if one is alrea...
2011-06-10 Carl ShapiroAlways grow the limit address of the a heap along with...
2011-06-10 Carl ShapiroFix an issue regarding FindClass and threads without...
2011-06-09 Bruce BeareOnly use O_BINARY if it is defined (windows compatibility)
2011-06-09 Johnnie BirchUpdate to allow x86-atom build for FI on Gingerbread
2011-06-09 Bruce BeareCombined patch from master branch
2011-06-09 Carl ShapiroMerge "Fix a minor leaks caused by failed initializatio...
2011-06-09 Carl ShapiroFix a minor leaks caused by failed initializations.
2011-06-08 Elliott HughesTidy up some includes.
2011-06-08 Carl ShapiroMerge "Favor Object* over void* for the heap bitmap...
2011-06-08 Carl ShapiroFix two issues with the card table.
2011-06-08 Elliott HughesFix regular exit.
2011-06-08 Carl ShapiroFavor Object* over void* for the heap bitmap interfaces.
2011-06-07 Elliott HughesImprove "waiting on"/"waiting to lock" SIGQUIT dump...
2011-06-07 Elliott HughesFix gunit test build.
2011-06-07 Elliott HughesSwitch dvmHumanReadableDescriptor over to std::string.
2011-06-07 Elliott HughesUse std::string rather than malloc/free for saneDirName.
2011-06-06 Dan BornsteinNote a possible improvement.
2011-06-02 Dan BornsteinAdd some error checking and clean out some cruft.
2011-05-27 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-05-26 Dan BornsteinMore LOG newline cleanup.
2011-05-26 Dan BornsteinPrefer printf format "%#x" over "0x%x".
2011-05-26 Dan BornsteinFurther conservation of newlines.
2011-05-26 Dan BornsteinOne more dex magic update.
2011-05-26 Dan BornsteinMerge "Conservation of newlines in libdex." into dalvik-dev
2011-05-26 buzbeeam 90f276bc: Pack interpSave struct to fix x86 & Arm...
2011-05-26 buzbeePack interpSave struct to fix x86 & Arm diffs
2011-05-26 buzbeeMerge "Pack interpSave struct to fix x86 & arm align...
2011-05-26 buzbeePack interpSave struct to fix x86 & arm align diff
2011-05-26 Carl ShapiroMerge "Eliminate the dvmHeapSourceGetPtrFlag interface...
2011-05-26 Dan BornsteinConservation of newlines in libdex.
2011-05-25 Dan BornsteinMerge "Update dex file magic number." into dalvik-dev
2011-05-25 Carl ShapiroEliminate the dvmHeapSourceGetPtrFlag interface.
2011-05-25 Dan BornsteinUpdate dex file magic number.
2011-05-25 buzbeeam cf4a20cf: Interpreter/Debugger fix #4479968
2011-05-25 buzbeeInterpreter/Debugger fix #4479968
2011-05-24 Jeff Brownam 9522632b: Merge "Support wrapping app processes...
2011-05-24 Jeff BrownMerge "Support wrapping app processes to inject debug...
2011-05-23 Elliott HughesMerge "Minor documentation changes." into dalvik-dev
2011-05-23 Elliott HughesMinor documentation changes.
2011-05-23 buzbeeam 97b22b8d: Fix alt handling for Jumbo ops
2011-05-23 buzbeeFix alt handling for Jumbo ops
2011-05-20 Mark GordonUndecoded jobject leaking in through attachThread
next