| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve DexFile debugging | Brian Carlstrom | 2014-10-27 | 1 | -2/+6 |
* | Merge "Revert "Timing hacks DO NOT MERGE"" into lmp-dev | Anwar Ghuloum | 2014-09-24 | 1 | -17/+0 |
|\ |
|
| * | Revert "Timing hacks DO NOT MERGE" | Anwar Ghuloum | 2014-09-24 | 1 | -17/+0 |
* | | Libcore: Add parameter to zygote hook | Andreas Gampe | 2014-09-08 | 1 | -4/+6 |
|/ |
|
* | Timing hacks DO NOT MERGE | Anwar Ghuloum | 2014-09-05 | 1 | -0/+17 |
* | Use absolute path when opening dex files. | Calin Juravle | 2014-08-11 | 1 | -1/+13 |
* | am 6c17caab: Merge "Make system use patchoat to relocate during runtime." | Brian Carlstrom | 2014-08-05 | 1 | -2/+41 |
|\ |
|
| * | Make system use patchoat to relocate during runtime. | Alex Light | 2014-08-05 | 1 | -2/+41 |
| * | Use the provided path when opening dex files. | Calin Juravle | 2014-07-25 | 1 | -11/+5 |
| * | Deprecate use of BrokenTest and SideEffect | Brett Chabot | 2014-05-21 | 2 | -0/+4 |
* | | Merge "Use the provided path when opening dex files." into lmp-dev | Narayan Kamath | 2014-07-17 | 1 | -11/+5 |
|\ \ |
|
| * | | Use the provided path when opening dex files. | Calin Juravle | 2014-07-16 | 1 | -11/+5 |
* | | | Point developers toward new code cache location. | Jeff Sharkey | 2014-07-15 | 1 | -2/+2 |
|/ / |
|
* | | am 91a37e34: am 5f7fd3f1: am f560c538: Merge "Revert "Libcore: Remove <> in C... | Andreas Gampe | 2014-05-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Revert "Libcore: Remove <> in CloseGuardMonitor test class" | Andreas Gampe | 2014-05-06 | 1 | -2/+2 |
* | | am fd71cafe: am 82ae08ae: am 2684c1a5: Merge "Libcore: Remove <> in CloseGuar... | Andreas Gampe | 2014-05-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Libcore: Remove <> in CloseGuardMonitor test class | Andreas Gampe | 2014-05-02 | 1 | -2/+2 |
* | | am c3eed594: am f6696d69: am eec4356c: Merge "Improve detection of CloseGuard... | Paul Duffin | 2014-05-02 | 1 | -0/+119 |
|\ \
| |/ |
|
| * | Improve detection of CloseGuard protected resource leakage | Paul Duffin | 2014-05-01 | 1 | -0/+119 |
| * | Add an instructionSet argument to isDexOptNeededInternal. | Narayan Kamath | 2014-05-01 | 1 | -1/+1 |
* | | Add an instructionSet argument to isDexOptNeededInternal. | Narayan Kamath | 2014-04-30 | 1 | -1/+1 |
* | | am 3eb545e3: am 85fa4285: Merge "Groundwork towards making the Libcore.os fun... | Elliott Hughes | 2014-04-25 | 2 | -5/+5 |
|\ \
| |/ |
|
| * | Groundwork towards making the Libcore.os functionality public. | Elliott Hughes | 2014-04-24 | 2 | -5/+5 |
* | | am 0c2165ad: am e471f800: Merge "Rename Zygote -> ZygoteHooks." | Narayan Kamath | 2014-04-02 | 2 | -187/+78 |
|\ \
| |/ |
|
| * | Rename Zygote -> ZygoteHooks. | Narayan Kamath | 2014-04-02 | 2 | -187/+78 |
* | | am 7b652760: am 28e43313: Merge "Remove Zygote.systemInSafeMode." | Narayan Kamath | 2014-03-31 | 1 | -6/+0 |
|\ \
| |/ |
|
| * | Merge "Remove Zygote.systemInSafeMode." | Narayan Kamath | 2014-03-31 | 1 | -6/+0 |
| |\ |
|
| | * | Remove Zygote.systemInSafeMode. | Narayan Kamath | 2014-03-28 | 1 | -6/+0 |
* | | | am db965232: am 6586cc6f: Merge "Remove Zygote.fork" | Narayan Kamath | 2014-03-31 | 1 | -17/+0 |
|\ \ \
| |/ / |
|
| * | | Remove Zygote.fork | Narayan Kamath | 2014-03-28 | 1 | -17/+0 |
| |/ |
|
* | | Merge "Deprecate use of BrokenTest and SideEffect" | Brett Chabot | 2014-03-11 | 2 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Deprecate use of BrokenTest and SideEffect | Brett Chabot | 2014-03-07 | 2 | -0/+4 |
* | | ART sampling profiler | Dave Allison | 2014-03-07 | 1 | -0/+7 |
|/ |
|
* | Remove old fork-and-specialize API | Dave Platt | 2014-02-13 | 1 | -14/+2 |
* | Finish fixing Zygote descriptor leakage problem | Dave Platt | 2014-02-05 | 1 | -3/+19 |
* | Switch libcore over to a long in DexFile. | Elliott Hughes | 2014-02-04 | 1 | -18/+9 |
* | Add sample profiling interface to startMethodTracing. | Jeff Hao | 2014-01-06 | 1 | -6/+10 |
* | Fix build harder. | Elliott Hughes | 2013-11-07 | 1 | -1/+1 |
* | Fix build. | Elliott Hughes | 2013-11-07 | 1 | -0/+8 |
* | Remove dead code. | Elliott Hughes | 2013-11-07 | 1 | -15/+0 |
* | Remove zip file extension whitelists when validating dex file path. | Hui Lu | 2013-10-09 | 1 | -27/+26 |
* | Use the docs-approved Android x.y (Name) format consistently. | Elliott Hughes | 2013-09-03 | 2 | -13/+9 |
* | Change IsMethodTracingActive to GetMethodTracingMode for libcore. | Jeff Hao | 2013-08-30 | 1 | -2/+3 |
* | Add libcore support for sample profiling from traceview gui. | Jeff Hao | 2013-08-28 | 1 | -0/+387 |
* | Share ClassLoader code | Brian Carlstrom | 2013-08-14 | 3 | -0/+952 |
* | Add java.nio.charsets.StandardCharsets. | Elliott Hughes | 2013-06-28 | 1 | -1/+0 |
* | Clean up the #read javadoc. | Elliott Hughes | 2013-06-24 | 1 | -1/+1 |
* | Move dalvik.system.VMDebug to libdvm | Brian Carlstrom | 2013-06-07 | 1 | -376/+0 |
* | Fix @deprecated javadoc orthography. | Elliott Hughes | 2013-06-06 | 3 | -4/+4 |
* | Move additional files to libdvm | Brian Carlstrom | 2013-06-05 | 2 | -320/+0 |