summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
...
* Switch libcore over to a long in DexFile.Elliott Hughes2014-02-041-18/+9
* Add sample profiling interface to startMethodTracing.Jeff Hao2014-01-061-6/+10
* Fix build harder.Elliott Hughes2013-11-071-1/+1
* Fix build.Elliott Hughes2013-11-071-0/+8
* Remove dead code.Elliott Hughes2013-11-071-15/+0
* Remove zip file extension whitelists when validating dex file path.Hui Lu2013-10-091-27/+26
* Use the docs-approved Android x.y (Name) format consistently.Elliott Hughes2013-09-032-13/+9
* Change IsMethodTracingActive to GetMethodTracingMode for libcore.Jeff Hao2013-08-301-2/+3
* Add libcore support for sample profiling from traceview gui.Jeff Hao2013-08-281-0/+387
* Share ClassLoader codeBrian Carlstrom2013-08-143-0/+952
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-281-1/+0
* Clean up the #read javadoc.Elliott Hughes2013-06-241-1/+1
* Move dalvik.system.VMDebug to libdvmBrian Carlstrom2013-06-071-376/+0
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-063-4/+4
* Move additional files to libdvmBrian Carlstrom2013-06-052-320/+0
* 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