summaryrefslogtreecommitdiffstats
path: root/libziparchive
Commit message (Expand)AuthorAgeFilesLines
* Fix full-eng build breakage due to dbacd826a100f2c.Narayan Kamath2018-01-141-6/+10
* Fix wrong backport of commit 9dced16Ivan Kutepov2018-01-141-2/+2
* zip_archive: reject files that don't start with an LFH signature.Narayan Kamath2017-12-092-0/+67
* Fix out of bound read in libziparchiveTianjie Xu2017-06-091-5/+8
* Fix out of bound access in libziparchiveTianjie Xu2016-12-121-1/+6
* Add |optional_suffix| to StartIteration()Yusuke Sato2015-06-232-14/+141
* 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-042-90/+269
* Reserve space on disk using fallocateƁukasz Szymczyk2015-04-201-1/+16
* Prevent unaligned read in libziparchive.Dan Albert2015-04-092-22/+21
* Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.Elliott Hughes2015-04-021-5/+0
* libziparchive: fix extraction of >2GiB imagesGreg Hackmann2015-03-231-1/+1
* libziparchive: fix issue with a directory with one fileMykola Kondratenko2015-03-193-1/+17
* 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-062-1/+10
* Fix build: Remove -Wold-style-castDmitriy Ivanov2015-03-061-1/+0
* Remove some gotosDmitriy Ivanov2015-03-061-13/+8
* Cleanup old-style-cast warningsDmitriy Ivanov2015-03-062-23/+28
* 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-302-5/+29
* Merge "Reject zip archives whose entry names are not valid UTF-8."Narayan Kamath2014-12-084-5/+128
|\
| * Reject zip archives whose entry names are not valid UTF-8.Narayan Kamath2014-12-084-5/+128
* | Clean up libziparchive Android.mkTrevor Drake2014-12-061-6/+0
|/
* Libziparchive: Remove unused variableAndreas Gampe2014-11-241-1/+0
* kill HAVE_PREADYabin Cui2014-11-191-2/+2
* am 7a92d20e: Merge "Clean up some test makefiles."Dan Albert2014-11-051-20/+12
|\
| * Clean up some test makefiles.Dan Albert2014-11-041-20/+12
* | am b968d5c8: Merge "Add shared library version of libziparchive."Ian Rogers2014-10-301-2/+15
|\|
| * Add shared library version of libziparchive.Ian Rogers2014-10-301-2/+15
* | am cd1da4e0: Fix toolchain issue for windows build of libziparchive.Xavier Ducrohet2014-10-161-0/+3
|\ \ | |/ |/|
| * Fix toolchain issue for windows build of libziparchive.Xavier Ducrohet2014-10-161-0/+3
| * Reject zip archives with entry names containing \0.Piotr Jastrzebski2014-08-261-1/+7
| * Prevent the accidental closure of fd[0] for missing zip files.Neil Fuller2014-07-282-22/+33
* | 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-182-12/+20
* | Replace char* with ZipEntryName in ziparchive API.Piotr Jastrzebski2014-08-153-48/+86
* | 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
* | Merge "Prevent the accidental closure of fd[0] for missing zip files."Neil Fuller2014-07-232-22/+33
|\ \
| * | Prevent the accidental closure of fd[0] for missing zip files.Neil Fuller2014-07-252-22/+33
| |/
* / Update makefiles for host clang.Tim Murray2014-07-241-1/+2
|/
* Enable host multilib for ART testing.Ian Rogers2014-06-171-0/+1