| ------------------------------------------------ showstopper |
| check function names (consistency, appropriateness) |
| file sizes, offsets: type big enough? (no, zip64) |
| let ch_func report errors back to caller |
| * documentation: zip_add zip_add_data zip_add_file zip_add_filep zip_add_zip |
| zip_error_sys_type zip_file_get_error zip_get_error |
| zip_replace zip_replace_data zip_replace_file zip_replace_filep |
| * don't allow the same filename twice in a zip (when adding/replacing) |
| * set mtime for changed entries |
| ------------------------------------------------ others |
| * API for (file and archive) comments |
| * zipcmp: add option for file content comparison |
| * support for zip64 (large file) |
| * append to files (for self-extracting files) |
| * add custom compression function support |
| * zip_replace_zip: remember compression method, recompress if different speced |
| * update-zip (instead of close, reopen) |
| * support for old compression methods????? |