summaryrefslogtreecommitdiffstats
path: root/runtime/zip_archive.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+2
* Update ziparchive usage to the new API.Piotr Jastrzebski2014-08-151-1/+1
* Fix ExtractToMemMap to show original zip file name in ashmemBrian Carlstrom2014-05-231-4/+5
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-5/+3
* 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/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Use libziparchive for art zip processing.Narayan Kamath2013-12-091-482/+42
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-55/+65
* Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-1/+1
* Reconcile differences between zip implementationsKenny Root2013-09-191-30/+83
* Fix bug in ZipEntry::ExtractToMemory for zero length entriesBrian Carlstrom2013-07-291-0/+4
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+506