summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use std::hash instead of hashing byte by byteSebastian Pop2017-11-291-0/+6
* 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
* | libziparchive: fix mac os breakageAdam Lesinski2017-03-232-2/+3
|/
* libziparchive: Add ability to backup in ZipWriterAdam Lesinski2017-03-222-81/+207
* liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-111-1/+2
* Merge "Use shared lib of libutils, libz and libbase."Treehugger Robot2017-01-051-2/+4
|\
| * Use shared lib of libutils, libz and libbase.Jaekyun Seok2016-12-211-2/+4
* | libziparchive: use _FILE_OFFSET_BITS=64Christian Poetzsch2016-12-211-0/+1
|/
* Enable libbase/libutils/libziparchive on host bionicDan Willemsen2016-11-301-1/+11
|\
| * Enable libbase/libutils/libziparchive on host bionicDan Willemsen2016-11-291-1/+11
* | Merge "ziparchive: Allow ExtractEntryToFile() to work with block device."Tao Bao2016-11-151-5/+15
|\|
| * ziparchive: Allow ExtractEntryToFile() to work with block device.Tao Bao2016-11-151-5/+15
* | Merge "system/core: preparation to pull back interfaces from android/log.h"Mark Salyzyn2016-10-201-1/+3
|\|
| * system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-1/+3
* | Merge "Add functions in recovery/minzip to libziparchive"Tianjie Xu2016-10-185-79/+308
|\|
| * Add functions in recovery/minzip to libziparchiveTianjie Xu2016-10-165-79/+308
* | Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 am: 87...Tianjie Xu2016-10-061-1/+6
|\ \ | |/ |/|
| * Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654 am: 87...Tianjie Xu2016-10-061-1/+6
| |\
| | * Fix out of bound access in libziparchive am: 1ee4892e66 am: c24dd97654Tianjie Xu2016-10-061-1/+6
| | |\
| | | * Fix out of bound access in libziparchiveTianjie Xu2016-09-221-1/+6
| | * | Add |optional_suffix| to StartIteration()Yusuke Sato2015-06-232-14/+141