index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
dex_file_verifier.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make dex file verifier check that indexes are increasing.
Jeff Hao
2015-06-23
1
-5
/
+32
*
ART: Fix DBG_START_LOCAL verification.
Logan Chien
2015-04-24
1
-2
/
+2
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-7
/
+7
*
Enable -Wimplicit-fallthrough.
Ian Rogers
2014-10-09
1
-1
/
+1
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-23
/
+23
*
ART: Change access flag behavior in verifier
Andreas Gampe
2014-09-15
1
-10
/
+9
*
ART: Tighten verifier list reading and offsets
Andreas Gampe
2014-09-02
1
-33
/
+55
*
ART: Fix typo
Andreas Gampe
2014-09-02
1
-3
/
+4
*
ART: Fix dex file verifier type-list handling
Andreas Gampe
2014-09-02
1
-5
/
+10
*
ART: Check for duplicate class definitions in dex file verifier
Andreas Gampe
2014-07-29
1
-0
/
+7
*
Merge "ART: Improve overflow detection in dex file verifier"
Andreas Gampe
2014-07-18
1
-25
/
+36
|
\
|
*
ART: Improve overflow detection in dex file verifier
Andreas Gampe
2014-07-17
1
-25
/
+36
*
|
ART: Fail dex file verification on invalid access flags
Andreas Gampe
2014-07-17
1
-0
/
+6
|
/
*
ART: Dex file verifier can't blindly use GetDescriptor
Andreas Gampe
2014-06-13
1
-0
/
+4
*
ART: Clean up DexFile verifier API
Andreas Gampe
2014-06-13
1
-24
/
+35
*
ART: Dex file verifier needs to check proto idx of method id.
Andreas Gampe
2014-06-12
1
-9
/
+15
*
Merge "ART: Check indices in dex file verifier"
Andreas Gampe
2014-06-11
1
-50
/
+130
|
\
|
*
ART: Check indices in dex file verifier
Andreas Gampe
2014-06-06
1
-50
/
+130
*
|
Fix host Mac build.
Ian Rogers
2014-06-11
1
-1
/
+2
|
/
*
Workaround apparent clang compilation issue
Brian Carlstrom
2014-05-27
1
-0
/
+2
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-3
/
+3
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
64bit cleanliness for the dex file verifier.
Ian Rogers
2014-01-23
1
-32
/
+32
*
Use libziparchive for art zip processing.
Narayan Kamath
2013-12-09
1
-1
/
+2
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-266
/
+280
*
Move hot utf routines into -inl.h.
Ian Rogers
2013-09-23
1
-1
/
+1
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-2
/
+1
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-1
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+1946