summaryrefslogtreecommitdiffstats
path: root/runtime/dex_file_verifier.cc
Commit message (Expand)AuthorAgeFilesLines
* Make dex file verifier check that indexes are increasing.Jeff Hao2015-06-231-5/+32
* ART: Fix DBG_START_LOCAL verification.Logan Chien2015-04-241-2/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-1/+1
* stdint types all the way!Ian Rogers2014-10-091-23/+23
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-10/+9
* ART: Tighten verifier list reading and offsetsAndreas Gampe2014-09-021-33/+55
* ART: Fix typoAndreas Gampe2014-09-021-3/+4
* ART: Fix dex file verifier type-list handlingAndreas Gampe2014-09-021-5/+10
* ART: Check for duplicate class definitions in dex file verifierAndreas Gampe2014-07-291-0/+7
* Merge "ART: Improve overflow detection in dex file verifier"Andreas Gampe2014-07-181-25/+36
|\
| * ART: Improve overflow detection in dex file verifierAndreas Gampe2014-07-171-25/+36
* | ART: Fail dex file verification on invalid access flagsAndreas Gampe2014-07-171-0/+6
|/
* ART: Dex file verifier can't blindly use GetDescriptorAndreas Gampe2014-06-131-0/+4
* ART: Clean up DexFile verifier APIAndreas Gampe2014-06-131-24/+35
* ART: Dex file verifier needs to check proto idx of method id.Andreas Gampe2014-06-121-9/+15
* Merge "ART: Check indices in dex file verifier"Andreas Gampe2014-06-111-50/+130
|\
| * ART: Check indices in dex file verifierAndreas Gampe2014-06-061-50/+130
* | Fix host Mac build.Ian Rogers2014-06-111-1/+2
|/
* Workaround apparent clang compilation issueBrian Carlstrom2014-05-271-0/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* 64bit cleanliness for the dex file verifier.Ian Rogers2014-01-231-32/+32
* Use libziparchive for art zip processing.Narayan Kamath2013-12-091-1/+2
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-266/+280
* Move hot utf routines into -inl.h.Ian Rogers2013-09-231-1/+1
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-2/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1946