summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in writing zips.Christopher Ferris2015-11-052-10/+62
* Merge "ZipWriter: archive disk numbers are 0 index based"Adam Lesinski2015-10-301-2/+2
|\
| * ZipWriter: archive disk numbers are 0 index basedAdam Lesinski2015-10-201-2/+2
* | Merge "Add deflate compression to ZipWriter"Adam Lesinski2015-10-303-68/+228
|\|
| * Add deflate compression to ZipWriterAdam Lesinski2015-10-203-68/+228
* | libziparchive: fix calculation of mod_time.beonit2015-10-302-1/+2
|/
* Implement ZipWriter for quickly writing ZipFiles.Adam Lesinski2015-10-155-162/+597
* Remove USE_MINGW/CYGWIN; Whitelist windows modulesDan Willemsen2015-09-021-3/+2
* Fix ODR issues in ART.Evgenii Stepanov2015-06-291-2/+2
* Rename ZipEntryName to ZipStringYusuke Sato2015-06-262-67/+63
* Add |optional_suffix| to StartIteration()Yusuke Sato2015-06-252-14/+141
* Fix whitespace in debug logging.Elliott Hughes2015-06-041-1/+1
* libziparchive: fix fallocate failuresBadhri Jagan Sridharan2015-06-031-1/+6
* Revert "Fix ODR issues in ART."Evgeniy Stepanov2015-05-291-2/+2
* Fix ODR issues in ART.Evgenii Stepanov2015-05-281-2/+2
* Use base::WriteFully in zip_archive.Narayan Kamath2015-04-291-16/+7
* libziparchive: fix clang buildGreg Hackmann2015-04-271-4/+0
* Avoid mapping output to memory while writing to a file.Narayan Kamath2015-04-272-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-051-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-041-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