zipc

Simple ZIP container writing "library"

BSD-2-CLAUSE License

Stars
11
zipc - Latest Release

Published by michaelrsweet almost 4 years ago

zipc v1.3 is a bug fix release. Changes include:

  • Fixed some issues when building using Visual Studio.
  • Switched to using localtime_r/s to avoid potential thread safety issues.
  • Fixed some issues reported by Coverity.

Enjoy!

zipc -

Published by michaelrsweet almost 7 years ago

zipc v1.2 adds ZIP read support using the zipcOpenFile, zipcFileGets, zipcFileRead, zipcFileXMLGets, and zipcXMLGetAttribute functions. It also fixes use from C++ code, fixes Visual C++ support, and adds support for the %f format in the zipcFileXMLPrintf function.

Enjoy!

zipc -

Published by michaelrsweet over 7 years ago

zipc v1.1 adds a zipcCopyFile function to efficiently copy files into ZIP containers and fixes an issue with some EPUB and OPC applications.

zipc -

Published by michaelrsweet over 7 years ago

zipc is a simple ZIP container "library" consisting of a C source file and accompanying header file. Version 1.0 implements writing of ZIP containers with files smaller than 4GB. Files can be stored as-is or compressed with deflate (gzip) compression.

Badges
Extracted from project README
Coverity Scan Status LGTM Grade LGTM Alerts