Imported Upstream version 1.5.1 57/176857/1 upstream/1.5.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 24 Apr 2018 04:14:11 +0000 (13:14 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 24 Apr 2018 04:14:14 +0000 (13:14 +0900)
commitc766d0c78801fb6e5b1381cc55c24fe805b56a1b
treeed5bd633d623d106342b6fbb7c9b0fdea019d720
parent8925fbbbb00d6e2476a940335d397ed0bc63cd78
Imported Upstream version 1.5.1

Change-Id: Ie01bc3556488e453afd82b8f14bb7f5a27fa526c
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
115 files changed:
CMakeLists.txt
INSTALL.md
NEWS.md
README.md
THANKS
TODO.md
lib/CMakeLists.txt
lib/zip_crypto_openssl.c
lib/zip_dirent.c
lib/zip_source_buffer.c
libzip.pc.in
man/CMakeLists.txt
man/ZIP_SOURCE_GET_ARGS.html [new file with mode: 0644]
man/libzip.html [new file with mode: 0644]
man/zip_add.html [new file with mode: 0644]
man/zip_add_dir.html [new file with mode: 0644]
man/zip_close.html [new file with mode: 0644]
man/zip_delete.html [new file with mode: 0644]
man/zip_dir_add.html [new file with mode: 0644]
man/zip_discard.html [new file with mode: 0644]
man/zip_error_clear.html [new file with mode: 0644]
man/zip_error_code_system.html [new file with mode: 0644]
man/zip_error_code_zip.html [new file with mode: 0644]
man/zip_error_fini.html [new file with mode: 0644]
man/zip_error_get.html [new file with mode: 0644]
man/zip_error_get_sys_type.html [new file with mode: 0644]
man/zip_error_init.html [new file with mode: 0644]
man/zip_error_set.html [new file with mode: 0644]
man/zip_error_strerror.html [new file with mode: 0644]
man/zip_error_system_type.html [new file with mode: 0644]
man/zip_error_to_data.html [new file with mode: 0644]
man/zip_error_to_str.html [new file with mode: 0644]
man/zip_errors.html [new file with mode: 0644]
man/zip_errors.man
man/zip_fclose.html [new file with mode: 0644]
man/zip_fdopen.html [new file with mode: 0644]
man/zip_file_add.html [new file with mode: 0644]
man/zip_file_extra_field_delete.html [new file with mode: 0644]
man/zip_file_extra_field_get.html [new file with mode: 0644]
man/zip_file_extra_field_set.html [new file with mode: 0644]
man/zip_file_extra_fields_count.html [new file with mode: 0644]
man/zip_file_get_comment.html [new file with mode: 0644]
man/zip_file_get_error.html [new file with mode: 0644]
man/zip_file_get_external_attributes.html [new file with mode: 0644]
man/zip_file_get_external_attributes.man
man/zip_file_rename.html [new file with mode: 0644]
man/zip_file_set_comment.html [new file with mode: 0644]
man/zip_file_set_encryption.html [new file with mode: 0644]
man/zip_file_set_external_attributes.html [new file with mode: 0644]
man/zip_file_set_mtime.html [new file with mode: 0644]
man/zip_file_strerror.html [new file with mode: 0644]
man/zip_fopen.html [new file with mode: 0644]
man/zip_fopen_encrypted.html [new file with mode: 0644]
man/zip_fread.html [new file with mode: 0644]
man/zip_fseek.html [new file with mode: 0644]
man/zip_ftell.html [new file with mode: 0644]
man/zip_ftell.man
man/zip_get_archive_comment.html [new file with mode: 0644]
man/zip_get_archive_flag.html [new file with mode: 0644]
man/zip_get_error.html [new file with mode: 0644]
man/zip_get_file_comment.html [new file with mode: 0644]
man/zip_get_name.html [new file with mode: 0644]
man/zip_get_num_entries.html [new file with mode: 0644]
man/zip_get_num_files.html [new file with mode: 0644]
man/zip_libzip_version.html [new file with mode: 0644]
man/zip_libzip_version.man
man/zip_name_locate.html [new file with mode: 0644]
man/zip_open.html [new file with mode: 0644]
man/zip_register_progress_callback.html [new file with mode: 0644]
man/zip_register_progress_callback_with_state.html [new file with mode: 0644]
man/zip_rename.html [new file with mode: 0644]
man/zip_set_archive_comment.html [new file with mode: 0644]
man/zip_set_archive_flag.html [new file with mode: 0644]
man/zip_set_default_password.html [new file with mode: 0644]
man/zip_set_file_comment.html [new file with mode: 0644]
man/zip_set_file_compression.html [new file with mode: 0644]
man/zip_source.html [new file with mode: 0644]
man/zip_source_begin_write.html [new file with mode: 0644]
man/zip_source_buffer.html [new file with mode: 0644]
man/zip_source_buffer_fragment.html [new file with mode: 0644]
man/zip_source_close.html [new file with mode: 0644]
man/zip_source_commit_write.html [new file with mode: 0644]
man/zip_source_error.html [new file with mode: 0644]
man/zip_source_file.html [new file with mode: 0644]
man/zip_source_filep.html [new file with mode: 0644]
man/zip_source_free.html [new file with mode: 0644]
man/zip_source_function.html [new file with mode: 0644]
man/zip_source_is_deleted.html [new file with mode: 0644]
man/zip_source_keep.html [new file with mode: 0644]
man/zip_source_make_command_bitmap.html [new file with mode: 0644]
man/zip_source_open.html [new file with mode: 0644]
man/zip_source_read.html [new file with mode: 0644]
man/zip_source_rollback_write.html [new file with mode: 0644]
man/zip_source_seek.html [new file with mode: 0644]
man/zip_source_seek_compute_offset.html [new file with mode: 0644]
man/zip_source_seek_write.html [new file with mode: 0644]
man/zip_source_stat.html [new file with mode: 0644]
man/zip_source_tell.html [new file with mode: 0644]
man/zip_source_tell_write.html [new file with mode: 0644]
man/zip_source_win32a.html [new file with mode: 0644]
man/zip_source_win32handle.html [new file with mode: 0644]
man/zip_source_win32w.html [new file with mode: 0644]
man/zip_source_write.html [new file with mode: 0644]
man/zip_source_zip.html [new file with mode: 0644]
man/zip_stat.html [new file with mode: 0644]
man/zip_stat_init.html [new file with mode: 0644]
man/zip_unchange.html [new file with mode: 0644]
man/zip_unchange_all.html [new file with mode: 0644]
man/zip_unchange_archive.html [new file with mode: 0644]
man/zipcmp.html [new file with mode: 0644]
man/zipmerge.html [new file with mode: 0644]
man/ziptool.html [new file with mode: 0644]
man/ziptool.man
regress/CMakeLists.txt
src/CMakeLists.txt