summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
* Libcore: Add parameter to zygote hookAndreas Gampe2014-09-031-4/+6
* Use absolute path when opening dex files.Calin Juravle2014-08-061-1/+13
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-2/+41
* Use the provided path when opening dex files.Calin Juravle2014-07-251-11/+5
* Deprecate use of BrokenTest and SideEffectBrett Chabot2014-05-212-0/+4
* Revert "Libcore: Remove <> in CloseGuardMonitor test class"Andreas Gampe2014-05-061-2/+2
* Libcore: Remove <> in CloseGuardMonitor test classAndreas Gampe2014-05-021-2/+2
* Improve detection of CloseGuard protected resource leakagePaul Duffin2014-05-011-0/+119
* Add an instructionSet argument to isDexOptNeededInternal.Narayan Kamath2014-05-011-1/+1
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-242-5/+5
* Rename Zygote -> ZygoteHooks.Narayan Kamath2014-04-022-187/+78
* Merge "Remove Zygote.systemInSafeMode."Narayan Kamath2014-03-311-6/+0
|\
| * Remove Zygote.systemInSafeMode.Narayan Kamath2014-03-281-6/+0
* | Remove Zygote.forkNarayan Kamath2014-03-281-17/+0
|/
* ART sampling profilerDave Allison2014-03-071-0/+7
* Remove old fork-and-specialize APIDave Platt2014-02-131-14/+2
* Finish fixing Zygote descriptor leakage problemDave Platt2014-02-051-3/+19
* 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
|\ \ | |/