summaryrefslogtreecommitdiffstats
path: root/libzipfile/centraldir.c
Commit message (Collapse)AuthorAgeFilesLines
* libzipfile: turn on -WerrorMark Salyzyn2014-05-141-35/+4
| | | | | | - resolve some unused references Change-Id: Ia3748c7e25963c2fd3d58e175177f0f4dd405997
* Fix a print format warningEdwin Vane2012-08-131-1/+1
| | | | | | Change-Id: I30a6a9835073a7c0f5751fc34aed958c91a050ee Author: Edwin Vane <edwin.vane@intel.com> Reviewed-by: Tareq A Siraj <tareq.a.siraj@intel.com>
* Fix a call to memset(3) with reversed arguments.Elliott Hughes2009-09-031-1/+1
| | | | Bug: 1999244
* fix decompression bug in fastbootDoug Zongker2009-06-161-9/+6
| | | | | | | | fastboot passes the *uncompressed* length of the file as the length of the input to the inflate() call, which happens to work unless the compressed data is actually larger than the uncompressed data (which it can be for very small files). Fix this to pass the correct compressed length down to the inflate call.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+256
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-256/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+256