summaryrefslogtreecommitdiffstats
path: root/libdex/DexSwapVerify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up some dead dalvik cruft.Elliott Hughes2014-11-151-29/+3
* Ignore invalid access flags.Elliott Hughes2013-09-161-7/+14
* Merge "Move verification of class access flags to libdex"Elliott Hughes2013-05-131-0/+5
|\
| * Move verification of class access flags to libdexBen Gruver2013-05-081-0/+5
* | Fix bad whitespace alignment from LOGW to ALOGW changeBrian Carlstrom2013-05-031-2/+2
|/
* Use uintptr_t for cast pointer to integer.SangWook Han2012-07-181-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-132/+132
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-5/+5
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* More LOG newline cleanup.Dan Bornstein2011-05-261-1/+1
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-47/+47
* Conservation of newlines in libdex.Dan Bornstein2011-05-251-128/+128
* Update dex file magic number.Dan Bornstein2011-05-251-16/+29
* Make libdex structures tool friendly.Carl Shapiro2011-04-271-2/+2
* Compile libdex as C++.Dan Bornstein2011-04-141-0/+2946