summaryrefslogtreecommitdiffstats
path: root/libziparchive
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make ziparchive-tests run standalone." am: c8a8771b6bElliott Hughes2018-04-252-39/+5
|\
| * Make ziparchive-tests run standalone.Elliott Hughes2018-04-252-39/+5
* | Merge "Mark libziparchive as double_loadable" am: a7112f4c9bJiyong Park2018-04-201-0/+1
|\|
| * Mark libziparchive as double_loadableJiyong Park2018-04-181-0/+1
* | Merge "Remove empty zip warning on host builds" am: fd42c09813Adam Lesinski2018-03-021-0/+2
|\|
| * Remove empty zip warning on host buildsAdam Lesinski2018-03-011-0/+2
* | Merge "zip_archive: Fix a few more badly written tests." am: 93d344d98cNarayan Kamath2017-12-271-8/+11
|\|
| * zip_archive: Fix a few more badly written tests.Narayan Kamath2017-12-271-8/+11
* | Merge "Get rid of unneeded allocations in Extract...() APIs" am: 18f25d399eNarayan Kamath2017-12-221-13/+22
|\|
| * 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
* | | Merge "zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49." am: 492de...Narayan Kamath2017-12-221-104/+27
|\| |
| * | zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49.Narayan Kamath2017-12-211-104/+27
| |/
* | Merge "BENCHMARK_MAIN now requires a semicolon." am: 981379b70fElliott Hughes2017-12-141-1/+1
|\|
| * BENCHMARK_MAIN now requires a semicolon.Elliott Hughes2017-12-131-1/+1
* | Merge "Add OWNERS." am: 3289b9c928Elliott Hughes2017-12-071-0/+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" am: aaa0bbce8eElliott Hughes2017-11-301-0/+6
|\| |
| * | 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
| |\ \ | | |/ | |/|
* | | resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aospNarayan Kamath2017-11-013-4/+96
|\| |
| * | 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." am: b88...Elliott Hughes2017-10-281-1/+1
|\| |
| * | Merge "fastboot should fail if it runs out of space while unzipping."Treehugger Robot2017-10-281-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." am: d2ea4471bcNarayan Kamath2017-10-272-39/+61
|\| | |
| * | | 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." am: 661b3827a6Narayan Kamath2017-10-272-14/+49
|\| | | |
| * | | | Merge "zip_archive: generalize deflate method."Narayan Kamath2017-10-272-14/+49
| |\| | |
| | * | | zip_archive: generalize deflate method.Narayan Kamath2017-10-262-14/+49
| | |/ /
* | | / Merge "zip_archive: Remove unused ziparchive-host" am: 4adb4ce223Narayan Kamath2017-10-271-13/+0
|\| | | | |_|/ |/| |
| * | zip_archive: Remove unused ziparchive-hostNarayan Kamath2017-10-261-13/+0
| |/
* | Merge "Rename libz-host -> libz" am: 612b47630f am: b961c07f50Dan Willemsen2017-09-291-12/+2
|\|
| * Rename libz-host -> libzDan Willemsen2017-09-271-12/+2
| * Mark libziparchive as VNDK in Android.bpJustin Yun2017-09-151-0/+3
* | 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-121-0/+3
* | libziparchive: Use ReadAtOffset exclusivelyAdam Lesinski2017-07-254-78/+41
|/
* Libziparchive: Export headers in defaultsAndreas Gampe2017-07-051-1/+2
* zlib is not exposed to libziparchive headersJiyong Park2017-07-031-1/+3
* libziparchive headers are moved to local directoryJiyong Park2017-07-024-0/+465
* Ran clang-format on libziparchive sources and headersJiyong Park2017-07-029-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