summaryrefslogtreecommitdiffstats
path: root/src/zip_archive.cc
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-6/+6
* Mac build fixes.Elliott Hughes2012-01-201-2/+17
* Add installd support to dex2oatBrian Carlstrom2012-01-051-3/+3
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-16/+33
* Several fixes for proper creation and use of vmap tablesBrian Carlstrom2011-10-251-0/+6
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-1/+0
* Bring our native stack usage down.Elliott Hughes2011-10-161-6/+7
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-1/+4
* Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK).Elliott Hughes2011-10-071-1/+1
* Switch to UniquePtr.Elliott Hughes2011-08-301-9/+11
* Work on heap and space initialization to support image loadingBrian Carlstrom2011-08-181-1/+0
* First pass of ImageWriterBrian Carlstrom2011-08-151-29/+14
* Fix a few more scoped_ptr/scoped_array confusions, and stop tring to optimist...Elliott Hughes2011-08-121-2/+2
* Start implementing JNI.Elliott Hughes2011-08-111-1/+1
* Minor zip cleanupsBrian Carlstrom2011-08-091-25/+10
* String intern table and support for unordered_mapBrian Carlstrom2011-08-041-1/+1
* Add support for opening classes.dex file from zip, jar, apkBrian Carlstrom2011-08-021-0/+472