summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libziparchive: use fdsan in ZipArchive.Josh Gao2018-07-182-27/+45
* Shared libs are supported in recovery modeJiyong Park2018-06-091-0/+1
* Make ziparchive-tests run standalone.Elliott Hughes2018-04-252-39/+5
* Mark libziparchive as double_loadableJiyong Park2018-04-171-0/+1
* Remove empty zip warning on host buildsAdam Lesinski2018-03-011-0/+2
* zip_archive: Fix a few more badly written tests.Narayan Kamath2017-12-271-8/+11
* Merge "Get rid of unneeded allocations in Extract...() APIs"Narayan Kamath2017-12-221-13/+22
|\
| * Get rid of unneeded allocations in Extract...() APIsYurii Zubrytskyi2017-12-201-13/+22
* | zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49.Narayan Kamath2017-12-211-104/+27
|/
* BENCHMARK_MAIN now requires a semicolon.Elliott Hughes2017-12-131-1/+1
* Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+1
|\
| * Add OWNERS.Elliott Hughes2017-12-071-0/+1
* | Merge "use std::hash instead of hashing byte by byte"Elliott Hughes2017-11-301-0/+6
|\|
| * use std::hash instead of hashing byte by byteSebastian Pop2017-11-291-0/+6
* | Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' fromXin Li2017-11-141-0/+16
|\ \ | |/ |/|
| * Merge "Rename libz-host -> libz" am: 612b47630f am: b961c07f50Dan Willemsen2017-09-291-12/+2
| |\
| * \ Merge "zip_archive: reject files that don't start with an LFH signature." int...Narayan Kamath2017-08-162-0/+65
| |\ \
| | * | zip_archive: reject files that don't start with an LFH signature.Narayan Kamath2017-08-152-0/+65
| * | | Mark libziparchive as VNDK in Android.bpJustin Yun2017-08-111-0/+3
| |\| |
| | * | Mark libziparchive as VNDK in Android.bpJustin Yun2017-08-111-0/+3
* | | | zip_archive: Allow crc_out to be nullptr in Inflate.Narayan Kamath2017-10-303-4/+96
* | | | Merge "fastboot should fail if it runs out of space while unzipping."Treehugger Robot2017-10-271-1/+1
|\ \ \ \
| * | | | fastboot should fail if it runs out of space while unzipping.Elliott Hughes2017-10-271-1/+1
| | |_|/ | |/| |
* | | | Merge "zip_archive: Make Inflate a public API."Narayan Kamath2017-10-272-39/+61
|\ \ \ \
| * | | | zip_archive: Make Inflate a public API.Narayan Kamath2017-10-262-39/+61
* | | | | Merge "zip_archive: generalize deflate method."Narayan Kamath2017-10-272-14/+49
|\| | | |
| * | | | zip_archive: generalize deflate method.Narayan Kamath2017-10-262-14/+49
| |/ / /
* / / / zip_archive: Remove unused ziparchive-hostNarayan Kamath2017-10-261-13/+0
|/ / /
* | | Rename libz-host -> libzDan Willemsen2017-09-271-12/+2
* | | Mark libziparchive as VNDK in Android.bpJustin Yun2017-09-141-0/+3
|/ /
* / libziparchive: Use ReadAtOffset exclusivelyAdam Lesinski2017-07-254-78/+41
|/
* Libziparchive: Export headers in defaultsAndreas Gampe2017-07-061-1/+2
* zlib is not exposed to libziparchive headersJiyong Park2017-07-031-1/+3
* libziparchive headers are moved to local directoryJiyong Park2017-07-014-0/+465
* Ran clang-format on libziparchive sources and headersJiyong Park2017-07-019-291/+232
* Fix out of bound read in libziparchiveTianjie Xu2017-06-301-5/+8
* Check filename memory bound when parsing ziparchiveTianjie Xu2017-06-303-0/+13
* Fix out of bound access in libziparchiveTianjie Xu2017-06-302-0/+7
* Merge "zip_archive_test: compare error codes directly."Narayan Kamath2017-06-203-69/+86
|\
| * zip_archive_test: compare error codes directly.Narayan Kamath2017-06-193-69/+86
* | Merge "Add libziparchive-based unzip."Elliott Hughes2017-06-155-23/+398
|\ \ | |/ |/|
| * Add libziparchive-based unzip.Elliott Hughes2017-06-045-23/+398
* | zip_archive: validate data descriptor contents.Narayan Kamath2017-06-142-16/+134
* | libziparchive: verify that gpb flags matchAdam Lesinski2017-06-141-3/+3
|/
* Merge "add a performance benchmark for libziparchive"Treehugger Robot2017-05-303-0/+114
|\
| * add a performance benchmark for libziparchiveSebastian Pop2017-05-303-0/+114
* | Mark libziparchive vendor_available.Jayant Chowdhary2017-05-241-0/+2
|/
* ZipWriter: Keep LFH and CFH in syncAdam Lesinski2017-04-102-1/+14
* Merge "ZipWriter: Do not write DataDescriptor for STORED files"Adam Lesinski2017-04-062-47/+92
|\
| * ZipWriter: Do not write DataDescriptor for STORED filesAdam Lesinski2017-04-062-47/+92