Commit graph

9 commits

Author SHA1 Message Date
wiz
05655af2d4 Update to 0.9.2:
0.9.2 [2010/01/31]

* Avoid passing uninitialized data to deflate().
* Fix memory leak when closing zip archives.
2010-01-31 23:34:34 +00:00
wiz
46ec8eaa4c Update to 0.9.1:
0.9.1 [2010/01/24]

* Fix infinite loop on reading some broken files.
* Optimization in time conversion (don't call localtime()).
* Clear data descriptor flag in central directory, fixing Open Office files.
* Allow more than 64k entries.
2010-01-24 23:13:52 +00:00
dillo
befb90d484 Update to 0.9:
* remove erroneous references to GPL
* add support for torrentzip
* new functions: zip_get_archive_flag, zip_set_archive_flag
* zip_source_zip: add flag to force recompression
* zip_sorce_file: only keep file open while reading from it
2008-07-25 11:42:10 +00:00
wiz
9cf545c1e7 Update to 0.8:
0.8 [2007/06/06]

* fix for zip archives larger than 2GiB
* fix zip_error_strerror to include libzip error string
* add support for streamed zip files
* new functions: zip_add_dir, zip_error_clear, zip_file_error_clear
* add basic support for building with CMake (incomplete)
2007-06-06 20:55:29 +00:00
dillo
d11122d678 Update to 0.7.1: bug fix for zip_close. 2006-05-18 12:04:42 +00:00
joerg
173fb3d2fa Needs unistd.h for optind. 2006-05-09 16:31:44 +00:00
dillo
ed74244340 Update to 0.7:
* struct zip_stat increased for future encryption support
* zip_add return value changed (now returns new index of added file)
* shared library major bump because of previous two
* added functions for reading and writing file and archive comments.
  New functions: zip_get_archive_comment, zip_get_file_comment,
  zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
2006-05-05 23:51:15 +00:00
wiz
4d15892470 Update to 0.6.1:
Various minor bugfixes.
2005-07-14 16:56:24 +00:00
dillo
97f6339c54 Import libzip-0.6, a C library to manipulate zip archives. 2005-06-22 21:11:38 +00:00