Remove external/dropbear
Remove obsolete libffi
The return of external/vogar
Log to UI any metadata setting errors
Fix build by removing reference to createToastController
Fix "run-test --jvm 067-preemptive-unpark"
Fix JNI GetSuperClasss
Add dalvik.system to run-libcore-tests.sh
Make dump-oat-target work with second architecture
Revert "Move mark stack lock up in ordering"
Revert "Change dex caches to be weak roots"
Fix monitor contention logging to support negative line numbers
Use _exit instead of exit after exec fails
Lower JIT thread priority
Make sure the referring class is in the dex cache.
Add null checks to weak DexCache references
Don't update checksum if data ptr is null.
Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak
Revert "Hold dex caches live in class table"
JIT: Don't update the dex cache of another class loader.
Pass the right class loader when inlining.
Fix spelling error in warning
Add comment regarding keeping TRACE_DUMP_TIMEOUT_MS in sync
build_verity_metadata: Support --signer_args argument.
Revert "Move gdb support functions to a separate file"
Zygote : Block SIGCHLD during fork.
Fix two StrictMode stack collection bugs.
Fix x86_64 build which uses g++ and hits -Werror=unused-but-set-variable
DNS Proxy should not hang on addresses containi...
DNS Proxy should not hang on addresses containi...
resolved conflicts for merge of d1aed628 to hon...
DNS Proxy should not hang on addresses containi...
Resetting system/bt
Add support for --user to "pm path" for work pr...
Fix layoutlib-tests build by adding dummy imple...
Fixes for sm and pm usage
Remove unneeded dependecy on core-tests to fix ...
frameworks/base: Remove unnecessary core-tests ...
frameworks/base: Make Thread::run threadName ar...
Fix typo in Conversion Functions doc
system/core: Make Thread::run threadName argume...
frameworks/native: Make Thread::run threadName ...
Remove unneeded aapt dependency
resolve merge conflicts of 7cf45c6ee1 to master.
Merge goog/mirror-aosp-master to goog/mnc-dr2-d...
Spelling fixes
Change DalvikRunner to use newly added OptionPa...
DalvikRunner can run a test as an android.app.A...
Fix NamingPatternCodeFinder to detect final cla...
Remove TestRunner.success field / Make postComp...
Make DalvikRunner more resilient to running imm...
Minor fix for Adb.waitForNonEmptyDirectory so t...
DalvikRunner --tee option to send output to a f...
resolved conflicts for merge of e84bea92 to dal...
First pass at reorganizing org.apache.harmony.x...
vogar should chdir to android_root
Fix certimport.sh to check for Bouncy Castle pr...
make DalvikRunner ignore .#Foo.java files
misc DalvikRunner changes
Add some certimport.sh documention
Fix --debug-port to --debug in vogar usage
New "from scratch" Junit tests for javax.net.ssl
Remove JSON License from NOTICE file
Remove unnecessary final local variables and ar...
Remove debug message from OpenSSL JNI code
Have certimport.sh list certificates in BKS key...
Rewrite JSSE code to use one openssl SSL per SS...
Merge commit '7dbf57f6' into manualmerge
Fix SSL_shutdown error reporting to print a pro...
Fixing javax.net.ssl test failures on RI
Trivial doc change: froyo is 2.2.
Disable our new javax.net.ssl tests until hangs...
merging FRF15 for dalvik-dev
OpenSSLSocket handshake overhaul
openssl-1.0.0 upgrade
Merge commit 'a0a3ad10' into manualmerge
SSLSocketFactory.connect(Socket...) should allo...
Client certificates should only be set on reque...
Rename expected exception to "expected" for tes...
SSLServerSocket accept should make sure enabled...
Enable Diffie-Hellman cipher suites
Enable -Wall -Wextra for libcore and cleanup al...
Moving OpenSSLSessionImpl native code to Native...
Add RSA ephemeral callback for SSL_RSA_EXPORT_W...
Remove workarounds from JSSE tests now that SSL...
Manual recreation of dalvik change 720d1e962e24...
SSLSession and SSLSessionContext timeout improv...
Remove unnecessary NativeCrypto "OpenSSL error"...
Moving OpenSSLSocketImpl native code to NativeC...
Add missing include needed for simulator build
SSLSessionContexts should throw NullPointerExce...
SSLContext.getClientSessionContext and getServe...
Moving most libcore .c files to .cpp
Addressing post-submit comments regarding OpenS...
Supported cipher suites improvements
Remove ScopedGlobalRef (and other cleanups)
Use JSSE cipher suite names and restore JSSE SS...
Change Harmony CipherSuite to use JSSE names