summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ran clang-format on libziparchive sources and headersJiyong Park2017-07-011-0/+4
| | | | | Test: build aosp_arm Change-Id: I469b82b68f2c457f480fb9cd9da2026672985ce3
* Add libziparchive-based unzip.Elliott Hughes2017-06-041-2/+2
| | | | | | Bug: N/A Test: new toybox unzip.test Change-Id: I00be388578be9a0a0390a9e2ecfac664c6ab39ca
* Track rename of base/ to android-base/.Elliott Hughes2015-12-051-1/+1
| | | | Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
* Implement ZipWriter for quickly writing ZipFiles.Adam Lesinski2015-10-151-0/+179
The ZipWriter implementation exposes a stateful interface that allows bytes of data to be streamed in as they arrive. ZipEntries can be compressed and/or aligned on a 32-bit boundary for mmapping at runtime. Change-Id: I43ac9e661aa5022f00d9e12b247c4314d61c441c