summaryrefslogtreecommitdiffstats
path: root/libziparchive/zip_archive.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix out of bound access in libziparchiveTianjie Xu2016-12-121-1/+6
* Add |optional_suffix| to StartIteration()Yusuke Sato2015-06-231-13/+30
* libziparchive: fix fallocate failuresBadhri Jagan Sridharan2015-06-041-1/+6
* Use base::WriteFully in zip_archive.Narayan Kamath2015-06-041-16/+7
* libziparchive: fix clang buildGreg Hackmann2015-06-041-4/+0
* Avoid mapping output to memory while writing to a file.Narayan Kamath2015-06-041-90/+181
* Reserve space on disk using fallocateƁukasz Szymczyk2015-04-201-1/+16
* Prevent unaligned read in libziparchive.Dan Albert2015-04-091-17/+16
* libziparchive: fix extraction of >2GiB imagesGreg Hackmann2015-03-231-1/+1
* libziparchive: fix issue with a directory with one fileMykola Kondratenko2015-03-191-1/+1
* Allocate buffers on the heapDmitriy Ivanov2015-03-121-9/+10
* Remove some more gotosDmitriy Ivanov2015-03-061-14/+13
* Reapply -Wold-style-castDmitriy Ivanov2015-03-061-1/+9
* Remove some gotosDmitriy Ivanov2015-03-061-13/+8
* Cleanup old-style-cast warningsDmitriy Ivanov2015-03-061-22/+26
* Remove unnecessary allocation of FileMapsDmitriy Ivanov2015-03-061-34/+12
* Remove useless refCounting from FileMap.Narayan Kamath2015-02-231-5/+3
* Add close_file flag to OpenArchiveFd()Dmitriy Ivanov2015-01-301-5/+8
* Reject zip archives whose entry names are not valid UTF-8.Narayan Kamath2014-12-081-3/+4
* Libziparchive: Remove unused variableAndreas Gampe2014-11-241-1/+0
* kill HAVE_PREADYabin Cui2014-11-191-2/+2
* Merge "Reject zip archives with entry names containing \0."Piotr Jastrzebski2014-08-161-1/+7
|\
| * Reject zip archives with entry names containing \0.Piotr Jastrzebski2014-08-191-1/+7
* | Cleanup ziparchivePiotr Jastrzebski2014-08-191-3/+4
|/
* Fix win_sdk build by not using vectorPiotr Jastrzebski2014-08-181-10/+20
* Replace char* with ZipEntryName in ziparchive API.Piotr Jastrzebski2014-08-151-42/+39
* Revert "Make sure that names of all entries have the same encoding."Piotr Jastrzebski2014-08-131-20/+1
* Make sure that names of all entries have the same encoding.Piotr Jastrzebski2014-08-131-1/+20
* Make a copy of a prefix param in StartIterationPiotr Jastrzebski2014-08-111-1/+7
* Add EndIteration method to free memory allocatedPiotr Jastrzebski2014-08-111-0/+6
* Prevent the accidental closure of fd[0] for missing zip files.Neil Fuller2014-07-251-22/+24
* Replace hand written offsets with structures.Narayan Kamath2014-06-101-156/+253
* Fix build.Narayan Kamath2014-06-061-2/+2
* Reject zip files that have trailing bytes after their CD.Narayan Kamath2014-06-051-5/+14
* libziparchive: off64_t is not int64_t (part deux)Mark Salyzyn2014-05-081-4/+4
* libziparchive: off64_t is not int64_tMark Salyzyn2014-05-081-10/+10
* libziparchive: 64 bit issuesMark Salyzyn2014-05-081-12/+13
* libziparchive: Turn on -WerrorMark Salyzyn2014-05-071-4/+5
* libziparchive: 64 bit compile issuesMark Salyzyn2014-03-141-29/+29
* Add free to CloseArchive.Mathieu Chartier2014-03-041-7/+1
* Fix logging errors inside ALOGVColin Cross2014-02-071-1/+1
* Fix entry handling for 0 length entries.Narayan Kamath2014-01-241-1/+8
* Change a debug log to a verbose log.Narayan Kamath2014-01-021-1/+1
* Fix ExtractEntryToFile.Narayan Kamath2013-12-131-3/+11
* Merge "Get rid of some log spam."Narayan Kamath2013-12-121-1/+1
|\
| * Get rid of some log spam.Narayan Kamath2013-12-121-1/+1
* | Use FileMap from libcutil instead of rolling our own.Narayan Kamath2013-12-111-72/+38
|/
* Add unit tests for libziparchive.Narayan Kamath2013-12-101-1/+1
* Fix return code for ended iteration.Narayan Kamath2013-12-091-6/+6
* Unify zipfile implementations : Step 1.Narayan Kamath2013-12-041-0/+1074