Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 1 | -1/+1 |
* | Fix ExtractToMemMap to show original zip file name in ashmem | Brian Carlstrom | 2014-05-23 | 1 | -1/+2 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -2/+2 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | Fix valgrind gtests and memory leaks. | Mathieu Chartier | 2014-03-05 | 1 | -0/+1 |
* | Remove some stray stringpiece.h includes | Brian Carlstrom | 2014-02-27 | 1 | -1/+0 |
* | Use libziparchive for art zip processing. | Narayan Kamath | 2013-12-09 | 1 | -77/+10 |
* | Throw IOException at source of failing to open a dex file. | Ian Rogers | 2013-10-21 | 1 | -8/+14 |
* | Reconcile differences between zip implementations | Kenny Root | 2013-09-19 | 1 | -7/+17 |
* | Fix multiple inclusion guards to match new pathnames | Brian Carlstrom | 2013-07-17 | 1 | -3/+3 |
* | Create separate Android.mk for main build targets | Brian Carlstrom | 2013-07-12 | 1 | -0/+132 |