OSDN Git Service

android-x86/dalvik.git
2011-06-26 Chih-Wei HuangMerge remote-tracking branch 'korg/froyo' into froyo-x86 froyo-x86 android-x86-2.2-r2
2011-06-01 Jean-Baptiste... Merge "Fix PKIXCertPathValidatorSpiTest" into froyo
2011-05-26 Brian MuramatsuFix PKIXCertPathValidatorSpiTest
2011-01-20 Jean-Baptiste... Merge "Add Delay to ThreadTest#test_getState" into...
2011-01-20 Jean-Baptiste... Merge "fix failing test to locale specific issue" into...
2011-01-14 Dan BornsteinClean up/out some comments. DO NOT MERGE.
2011-01-13 Dan BornsteinRemove some pointless tests.
2011-01-12 Madan Ankapurafix failing test to locale specific issue
2010-12-28 Brian MuramatsuAdd Delay to ThreadTest#test_getState
2010-11-12 Jim HuangUse GCC visibility to reduce the size of libdvm by 10% android-x86-2.2
2010-11-12 Johnnie BirchUpdate Call386ABI.S to support 16 byte alignment
2010-11-12 Johnnie BirchFixed bug in OP_GOTO_32.S, added support for additional...
2010-11-09 Andy McFaddenTwo patches.
2010-10-30 Dan BornsteinRemove a pointless test, which just tested a test suppo...
2010-10-29 Dan BornsteinReplace the implementation of this class.
2010-09-14 Johnnie BirchAdded new bytecodes for the x86-atom fast interpreter...
2010-09-14 Johnnie BirchFix for x86-atom/CALLABI.S to handle failure for androi...
2010-09-14 Chih-Wei HuangDon't prelink libdvm for x86
2010-07-13 The Android... merge from open-source froyo
2010-07-12 Brian MuramatsuAdd/Remove Some @KnownFailure Annotations
2010-07-09 Bill BuzbeeJIT: Fix for 2813841, use core regs for sub-word data
2010-06-30 Bill BuzbeeJit: Fix for 2793725 SIGSEGV in JIT code cache
2010-06-11 Ying WangDon't build dx if it's an app-only build.
2010-06-03 Christopher... Add /proc/pid/task/tid/schedstat info to thread stack...
2010-05-26 buzbeeJit: Fix for 2717275 First JIT bug reported by externa...
2010-05-13 Brian CarlstromDisable SSL Session Ticket extension for OpenSSLSocket
2010-05-10 Jesse WilsonMerge "Remove test runner tool vogar from Froyo." into...
2010-05-10 Jesse WilsonRemove test runner tool vogar from Froyo.
2010-05-07 Brian Carlstromb/2663512: "java.io.IOException: SSL shutdown failed...
2010-05-07 Dan EgnorRevert "Plug leak in class initialization."
2010-05-06 Andy McFaddenPlug leak in class initialization.
2010-05-06 Jesse WilsonDO NOT MERGE: Rewrite the HTTP connection pool used...
2010-05-05 Jesse WilsonFixing bulk reads in ByteArray.MyInputStream
2010-05-03 Andy McFaddenFix breakpoint handling on switch statements.
2010-05-03 Ben ChengMerge "Throw an exception in JIT'ed code if dvmFindInte...
2010-05-03 Ben ChengMerge "Fix a memory ordering bug when updating the...
2010-05-02 Ben ChengThrow an exception in JIT'ed code if dvmFindInterfaceMe...
2010-05-01 Ben ChengFix a memory ordering bug when updating the inline...
2010-04-30 Elliott HughesBackport the setFixedLengthStreamingMode fix to froyo.
2010-04-23 RaphaelFix dexdump to build in Windows SDK under Linux
2010-04-23 Andy McFaddenFix a deadlock in the breakpoint code.
2010-04-21 Elliott HughesFix NetworkInterface on sholes/ppp.
2010-04-20 Carl ShapiroMerge "Remove dangerous logging code from unlockMonitor...
2010-04-20 Huahui WuUpdate the ssl test so the client reads something from...
2010-04-20 Carl ShapiroRemove dangerous logging code from unlockMonitor. ...
2010-04-20 Carl ShapiroFix remaining small issues with the lock sampling.
2010-04-17 Carl ShapiroFix several issues with the lock sampling code. This...
2010-04-15 Carl ShapiroAdd a mechanism to long a sample of long running lock...
2010-04-14 Jesse WilsonDO NOT MERGE. Suppressing tests that fail in CTS' test...
2010-04-14 Jesse WilsonFixing PipedInputStreamTest to fill the buffer before...
2010-04-10 Brian CarlstromFix SSL_shutdown error reporting to print a proper...
2010-04-06 Jesse WilsonMerge "Adding support for hash '#' comments to our...
2010-04-06 Jesse WilsonAdding support for hash '#' comments to our JSON parser.
2010-04-06 Andy McFaddenMerge "Trivial doc change: froyo is 2.2." into froyo
2010-04-06 Andy McFaddenTrivial doc change: froyo is 2.2.
2010-04-05 Elliott HughesMerge "Froyo InputStream.available documentation improv...
2010-04-05 Elliott HughesFroyo InputStream.available documentation improvement.
2010-04-05 Andy McFaddenAdded a note about android:vmSafeMode.
2010-04-02 Ben ChengClean up the codegen for invoking helper callout functions.
2010-04-02 Brian CarlstromRemove JSON License from NOTICE file
2010-04-01 Ben ChengMerge "Accept the "-Xjitdisableopt" flag as advertised...
2010-04-01 Ben ChengAccept the "-Xjitdisableopt" flag as advertised.
2010-03-31 Ben ChengFix a race condition in JIT state refresh under debuggi...
2010-03-31 Andy McFaddenMerge "Fix misuse of ALLOC_DONT_TRACK." into froyo
2010-03-30 Brian CarlstromRemove debug message from OpenSSL JNI code
2010-03-30 Andy McFaddenFix misuse of ALLOC_DONT_TRACK.
2010-03-30 Elliott HughesAdd an @KnownFailure annotation.
2010-03-27 Bill BuzbeeFix for 2542488 JIT codegen bug with overlapping wide...
2010-03-27 Ben ChengImprove JIT self verifier test coverage to follow singl...
2010-03-26 Jesse WilsonMerge "Fixing tests to handle changes in our behaviour...
2010-03-26 Jesse WilsonSuppressing additional tests that fail in Froyo.
2010-03-26 Jesse WilsonFixing tests to handle changes in our behaviour since...
2010-03-25 Ben ChengUse correct resource flags for Dalvik ld/st instruction...
2010-03-25 Jesse WilsonTest and document our handling of nulls with getString().
2010-03-25 Bill BuzbeeMerge "Jit: Fix for 2542488 JIT codegen bug with overla...
2010-03-25 Bill BuzbeeJit: Fix for 2542488 JIT codegen bug with overlapping...
2010-03-25 Elliott HughesFix java.util.Random's constructors.
2010-03-25 Kenny RootMerge "Don't leak memory on failed pipe or mutex init"
2010-03-25 Kenny RootDon't leak memory on failed pipe or mutex init
2010-03-24 Ben ChengMerge "Fix for the JIT blocking mode plus some code...
2010-03-24 Ben ChengFix for the JIT blocking mode plus some code cleanup.
2010-03-24 Andy McFaddenSwitch to VMWAIT while outputting trace data.
2010-03-23 Elliott HughesMerge "Improve java.net.InetAddress.getLocalHost docume...
2010-03-23 Bill BuzbeeJit: disable for Sapphire.
2010-03-23 Elliott HughesImprove java.net.InetAddress.getLocalHost documentation.
2010-03-23 Andy McFaddenFurther refinements to "kill other thread".
2010-03-22 Bill BuzbeeJit: Re-enable for Sapphire
2010-03-19 Andy McFaddenMerge "Use pthread_kill(3) instead of kill(2)."
2010-03-19 Andy McFaddenUse pthread_kill(3) instead of kill(2).
2010-03-19 Jesse WilsonMerge "Fixing namespace+prefix mode in Expat and removi...
2010-03-19 Jesse WilsonFixing namespace+prefix mode in Expat and removing...
2010-03-19 Bjorn BringertMove String creation outside O(n^2) path in LogManager
2010-03-18 Andy McFaddenMerge "Increase sleep delays on debug thread kill."
2010-03-18 Andy McFaddenIncrease sleep delays on debug thread kill.
2010-03-18 Jesse WilsonDrop needless parens from Javadoc.
2010-03-18 Jesse WilsonMerge "Javadoc for JSONArray."
2010-03-18 Jesse WilsonJavadoc for JSONArray.
2010-03-18 Ben ChengBug fix for JIT peephole optimization.
2010-03-17 Jesse WilsonFixing 10 of the XPath failures caused by a malformed...
2010-03-17 Jesse WilsonMerge "Exercising our XPath implementation with 279...
next