summaryrefslogtreecommitdiffstats
path: root/libziparchive/zip_archive_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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 "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
* | resolve merge conflicts of 5ab03cb41 to oc-mr1-dev-plus-aospNarayan Kamath2017-11-011-0/+87
|\|
| * zip_archive: Allow crc_out to be nullptr in Inflate.Narayan Kamath2017-10-301-0/+87
* | zip_archive: reject files that don't start with an LFH signature.Narayan Kamath2017-08-151-0/+49
|/
* Ran clang-format on libziparchive sources and headersJiyong Park2017-07-021-78/+51
* Check filename memory bound when parsing ziparchiveTianjie Xu2017-06-301-0/+3
* Fix out of bound access in libziparchiveTianjie Xu2017-06-301-0/+7
* zip_archive_test: compare error codes directly.Narayan Kamath2017-06-191-4/+14
* zip_archive: validate data descriptor contents.Narayan Kamath2017-06-141-0/+90
* Add functions in recovery/minzip to libziparchiveTianjie Xu2016-10-151-0/+29
* libziparchive: port unit tests to darwin and windows.Yabin Cui2016-02-081-69/+40
* Add a ZipArchiveStreamEntry class.Christopher Ferris2016-01-141-56/+163
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* libziparchive: fix calculation of mod_time.beonit2015-10-301-0/+1
* Rename ZipEntryName to ZipStringYusuke Sato2015-06-261-21/+21
* Add |optional_suffix| to StartIteration()Yusuke Sato2015-06-251-1/+111
* Avoid mapping output to memory while writing to a file.Narayan Kamath2015-04-271-0/+88
* libziparchive: fix issue with a directory with one fileMykola Kondratenko2015-03-191-0/+16
* Add close_file flag to OpenArchiveFd()Dmitriy Ivanov2015-01-301-0/+21
* Replace char* with ZipEntryName in ziparchive API.Piotr Jastrzebski2014-08-151-6/+45
* Prevent the accidental closure of fd[0] for missing zip files.Neil Fuller2014-07-251-0/+9
* Replace hand written offsets with structures.Narayan Kamath2014-06-101-4/+19
* Reject zip files that have trailing bytes after their CD.Narayan Kamath2014-06-051-7/+24
* Fix host 64-bit build.Ying Wang2014-05-161-2/+2
* Fix entry handling for 0 length entries.Narayan Kamath2014-01-241-1/+38
* Fix ExtractEntryToFile.Narayan Kamath2013-12-131-1/+42
* Add unit tests for libziparchive.Narayan Kamath2013-12-101-14/+140
* Unify zipfile implementations : Step 1.Narayan Kamath2013-12-041-0/+46