summaryrefslogtreecommitdiffstats
path: root/libziparchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix entry handling for 0 length entries.Narayan Kamath2014-01-242-2/+46
* Merge "Fix a sporadic build breakage."Elliott Hughes2014-01-031-1/+1
|\
| * Fix a sporadic build breakage.Narayan Kamath2014-01-031-1/+1
* | Change a debug log to a verbose log.Narayan Kamath2014-01-021-1/+1
|/
* Fix ExtractEntryToFile.Narayan Kamath2013-12-132-4/+53
* 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-112-75/+43
|/
* Add unit tests for libziparchive.Narayan Kamath2013-12-104-15/+155
* Fix return code for ended iteration.Narayan Kamath2013-12-091-6/+6
* Unify zipfile implementations : Step 1.Narayan Kamath2013-12-043-0/+1173