summaryrefslogtreecommitdiffstats
path: root/libzipfile
Commit message (Collapse)AuthorAgeFilesLines
* Remove libzipfile.Narayan Kamath2015-03-207-758/+0
| | | | | | No longer used and superceded by libziparchive. Change-Id: Iafbaa5affd0ffd4de02681c8bbe32b21c523ff49
* Fix a wonkily named function.Narayan Kamath2015-03-131-2/+2
| | | | | | | I'm going to delete this shortly, but this name has confused me in the past. Change-Id: I5e5af7f9f61c3df273bada0808cf647daeaa4e62
* Clean up libzipfile Android.mkTrevor Drake2014-12-051-11/+3
| | | | | | | | | | | | | | | Switch to using libz instead of libunz as per the note in external/zlib/Android.mk. Removed LOCAL_C_INCLUDES which are no longer necessary as zlib now uses the LOCAL_EXPORT_C_INCLUDE_DIRS mechanism. Tested compiling the projects that make use of libzipfile using a clean out dir with both aosp_flounder-userdebug and aosp_arm-eng make -j16 test_zipfile fastboot adb adbd libSR_Core libsrec_jni Change-Id: I5fdf34b6c272ae64c406e5b77ab67a5f5e4b5890
* Build host with multilib both enabled.Ian Rogers2014-06-051-0/+2
| | | | Change-Id: I58fa91bc097dfba573b6db27e389f5ed6556032f
* libzipfile: turn on -WerrorMark Salyzyn2014-05-143-36/+10
| | | | | | - resolve some unused references Change-Id: Ia3748c7e25963c2fd3d58e175177f0f4dd405997
* Fixed warnings test_zipfileAriel Bernal2012-08-201-1/+3
| | | | | | | | | Fixed implicit declaration of strcmp warning Fixed switch case of enumeration not handled Change-Id: Ic3f3690a2e749235b1b0dffd252b119855ad36c0 Author: Ariel Bernal <ariel.j.bernal@intel.com> Reviewed-by: Tareq A Siraj <tareq.a.siraj@intel.com>
* 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-162-13/+10
| | | | | | | | 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-037-0/+791
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-791/+0
|
* Initial ContributionThe Android Open Source Project2008-10-217-0/+791