summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Replace hand written offsets with structures.Narayan Kamath2014-06-102-160/+272
* Fix build.Narayan Kamath2014-06-061-2/+2
* Reject zip files that have trailing bytes after their CD.Narayan Kamath2014-06-052-12/+38
* Fix host 64-bit build.Ying Wang2014-05-161-2/+2
* 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-072-6/+11
* 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