summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
...
* Change the VMStack interface used by serialization.Elliott Hughes2013-06-051-0/+16
* Move some files with dalvik dependencies to libdvmBrian Carlstrom2013-05-133-901/+0
* Some of our helpers have moved into libnativehelpers.Elliott Hughes2013-05-092-7/+1
* Replace SEAndroid with SELinux.Stephen Smalley2013-04-121-1/+1
* Fix build.Elliott Hughes2013-03-271-0/+5
* Make NativeTestTarget more useful for benchmarking.Elliott Hughes2013-03-272-70/+34
* Add support for Libcore.os.exec*()Nick Kralevich2013-02-051-4/+11
* Fix typos.Elliott Hughes2013-01-171-7/+7
* More backwards compatibility for Facebook.Elliott Hughes2013-01-161-8/+12
* Stop Facebook crashing with NoSuchFieldException.Elliott Hughes2013-01-151-9/+9
* Support System.loadLibrary for libraries with transitive dependencies.Elliott Hughes2012-12-212-0/+21
* Add detail messages to all remaining NullPointerExceptions.Elliott Hughes2012-12-042-14/+16
* Support directories on the classpath, for resources.Elliott Hughes2012-12-032-41/+59
* Move comment to match codeBrian Carlstrom2012-11-261-5/+5
* Lazy parsing of zip files for Java resources.Narayan Kamath2012-11-261-19/+39
* am e3b1b9eb: Merge "Gut dalvik.system.TemporaryDirectory, which has nothing t...Elliott Hughes2012-11-051-62/+3
|\
| * Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting ja...Elliott Hughes2012-11-051-62/+3
* | am df0d0295: Merge "Make System.loadLibrary use open(2) rather than stat(2)."Elliott Hughes2012-11-051-30/+17
|\ \ | |/
| * Make System.loadLibrary use open(2) rather than stat(2).Elliott Hughes2012-11-051-30/+17
* | am 4e8aff78: Merge "Remove various content-free package.html files."Elliott Hughes2012-10-113-22/+0
|\ \ | |/
| * Remove various content-free package.html files.Elliott Hughes2012-10-113-22/+0
* | Access to all users' external storage.Jeff Sharkey2012-08-281-0/+2
* | Multi-user external storage support.Jeff Sharkey2012-08-161-36/+19
|/
* Include library path information in BaseDexClassLoader for better error repor...Brian Carlstrom2012-08-011-1/+6
* Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more u...Elliott Hughes2012-08-011-1/+1
* Use float comparison for setTargetHeapUtilization constants.Ian Rogers2012-08-011-1/+1
* Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStreamBrian Carlstrom2012-07-271-2/+2
* am 4ee3fff2: Merge "Extend forkAndSpecialize to take further input arguments."Kenny Root2012-06-211-5/+8
|\
| * Extend forkAndSpecialize to take further input arguments.Stephen Smalley2012-01-181-5/+8
* | Merge "Refuse to write optimized dex files to a non-private directory."Jesse Wilson2012-01-081-0/+16
|\ \
| * | Refuse to write optimized dex files to a non-private directory.Jesse Wilson2012-01-061-0/+16
| |/
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* | Track removal of unsupported experimental opcodes.Elliott Hughes2012-01-052-2/+42
|/
* Only tag/untag sockets when open.Jeff Sharkey2011-10-251-2/+6
* Fix typo in Javadoc for onReadFromDiskCasey Ho2011-08-171-1/+1
* Document a semantic change to setTargetSdkVersion.Elliott Hughes2011-07-101-1/+3
* Allow an app's targetSdkVersion to be set by the zygote (libcore).Elliott Hughes2011-07-081-0/+7
* resolved conflicts for merge of ba450023 to masterJesse Wilson2011-07-071-15/+22
|\
| * Use a clear warning in the DexClassLoader docs.Jesse Wilson2011-06-291-18/+20
* | Add a constant for enabling logging of third-party JNI activity.Elliott Hughes2011-07-061-0/+2
* | Move socket tagging to frameworks/base.Jesse Wilson2011-06-282-132/+76
* | Migrate setThreadStatsTag() from String to int.Jeff Sharkey2011-06-281-24/+34
* | Remove an unused internal native.Elliott Hughes2011-06-231-8/+0
* | Implement the finalizer watchdog.Jesse Wilson2011-06-202-6/+7
* | blockguard: tweak netfilter cmd handling, document function.JP Abgrall2011-06-091-3/+23
* | BlockGuard: bandwidth control: enable and simplify talking to kernel.JP Abgrall2011-06-031-25/+39
* | am 46fc50e8: Merge "Support wrapping app processes to inject debug instrument...Jeff Brown2011-05-241-0/+27
|\ \
| * \ Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4...Jeff Brown2011-05-241-0/+27
| |\ \
| | * | Support wrapping app processes to inject debug instrumentation.Jeff Brown2011-05-201-0/+27
| * | | Disable verbose socket logging.Jeff Sharkey2011-05-171-1/+1
| |/ /