summaryrefslogtreecommitdiffstats
path: root/libziparchive/zip_archive_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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