summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert libziparchive from Android.mk to Android.bpColin Cross2016-07-122-106/+111
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-3/+5
* libziparchive: port unit tests to darwin and windows.Yabin Cui2016-02-084-117/+72
* Allow setting an arbitrary alignment for an entry.Christopher Ferris2016-01-192-6/+156
* Add a ZipArchiveStreamEntry class.Christopher Ferris2016-01-147-117/+580
* Track rename of base/ to android-base/.Elliott Hughes2015-12-054-6/+6
* 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