summaryrefslogtreecommitdiffstats
path: root/runtime/zip_archive.h
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Fix ExtractToMemMap to show original zip file name in ashmemBrian Carlstrom2014-05-231-1/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-0/+1
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-271-1/+0
* Use libziparchive for art zip processing.Narayan Kamath2013-12-091-77/+10
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-8/+14
* Reconcile differences between zip implementationsKenny Root2013-09-191-7/+17
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+132