Update libzip
commitd9a908c6664237e277d847e6c2b48c6a1a19d23b
authorSara Golemon <sgolemon@fb.com>
Mon, 10 Mar 2014 19:07:23 +0000 (10 12:07 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 10 Mar 2014 20:08:24 +0000 (10 13:08 -0700)
tree88e12993d428854224cda7ada05d80a06073690c
parentbb6d480ba0bf0f6e4413f903416d77746857bfc8
Update libzip

Reviewed By: @ptarjan

Differential Revision: D1203292
94 files changed:
hphp/runtime/ext/zip/ext_zip.cpp
hphp/third_party/libzip/CMakeLists.txt
hphp/third_party/libzip/cmake-config.h.in
hphp/third_party/libzip/zip.h
hphp/third_party/libzip/zip_add.c
hphp/third_party/libzip/zip_add_dir.c
hphp/third_party/libzip/zip_add_entry.c [copied from hphp/third_party/libzip/zip_set_file_extra.c with 68% similarity]
hphp/third_party/libzip/zip_close.c
hphp/third_party/libzip/zip_delete.c
hphp/third_party/libzip/zip_dir_add.c [copied from hphp/third_party/libzip/zip_add_dir.c with 81% similarity]
hphp/third_party/libzip/zip_dirent.c
hphp/third_party/libzip/zip_discard.c [moved from hphp/third_party/libzip/zip_free.c with 85% similarity]
hphp/third_party/libzip/zip_entry.c [copied from hphp/third_party/libzip/zip_fopen.c with 80% similarity]
hphp/third_party/libzip/zip_entry_free.c [deleted file]
hphp/third_party/libzip/zip_entry_new.c [deleted file]
hphp/third_party/libzip/zip_err_str.c
hphp/third_party/libzip/zip_error.c
hphp/third_party/libzip/zip_error_clear.c
hphp/third_party/libzip/zip_error_get.c
hphp/third_party/libzip/zip_error_get_sys_type.c
hphp/third_party/libzip/zip_error_strerror.c
hphp/third_party/libzip/zip_error_to_str.c
hphp/third_party/libzip/zip_extra_field.c [new file with mode: 0644]
hphp/third_party/libzip/zip_extra_field_api.c [new file with mode: 0644]
hphp/third_party/libzip/zip_fclose.c
hphp/third_party/libzip/zip_fdopen.c
hphp/third_party/libzip/zip_file_add.c [copied from hphp/third_party/libzip/zip_add.c with 86% similarity]
hphp/third_party/libzip/zip_file_error_clear.c
hphp/third_party/libzip/zip_file_error_get.c
hphp/third_party/libzip/zip_file_get_comment.c [copied from hphp/third_party/libzip/zip_source_layered.c with 73% similarity]
hphp/third_party/libzip/zip_file_get_external_attributes.c [copied from hphp/third_party/libzip/zip_unchange_archive.c with 76% similarity]
hphp/third_party/libzip/zip_file_get_offset.c
hphp/third_party/libzip/zip_file_rename.c [copied from hphp/third_party/libzip/zip_rename.c with 83% similarity]
hphp/third_party/libzip/zip_file_replace.c [copied from hphp/third_party/libzip/zip_replace.c with 55% similarity]
hphp/third_party/libzip/zip_file_set_comment.c [moved from hphp/third_party/libzip/zip_set_file_extra.c with 54% similarity]
hphp/third_party/libzip/zip_file_set_external_attributes.c [copied from hphp/third_party/libzip/zip_replace.c with 53% similarity]
hphp/third_party/libzip/zip_file_strerror.c
hphp/third_party/libzip/zip_filerange_crc.c
hphp/third_party/libzip/zip_fopen.c
hphp/third_party/libzip/zip_fopen_encrypted.c
hphp/third_party/libzip/zip_fopen_index.c
hphp/third_party/libzip/zip_fopen_index_encrypted.c [copied from hphp/third_party/libzip/zip_source_function.c with 56% similarity]
hphp/third_party/libzip/zip_fread.c
hphp/third_party/libzip/zip_get_archive_comment.c
hphp/third_party/libzip/zip_get_archive_flag.c
hphp/third_party/libzip/zip_get_compression_implementation.c
hphp/third_party/libzip/zip_get_encryption_implementation.c
hphp/third_party/libzip/zip_get_file_comment.c
hphp/third_party/libzip/zip_get_file_extra.c [deleted file]
hphp/third_party/libzip/zip_get_name.c
hphp/third_party/libzip/zip_get_num_entries.c
hphp/third_party/libzip/zip_get_num_files.c
hphp/third_party/libzip/zip_memdup.c
hphp/third_party/libzip/zip_name_locate.c
hphp/third_party/libzip/zip_new.c
hphp/third_party/libzip/zip_open.c
hphp/third_party/libzip/zip_rename.c
hphp/third_party/libzip/zip_replace.c
hphp/third_party/libzip/zip_set_archive_comment.c
hphp/third_party/libzip/zip_set_archive_flag.c
hphp/third_party/libzip/zip_set_default_password.c
hphp/third_party/libzip/zip_set_file_comment.c
hphp/third_party/libzip/zip_set_file_compression.c [copied from hphp/third_party/libzip/zip_delete.c with 59% similarity]
hphp/third_party/libzip/zip_set_name.c
hphp/third_party/libzip/zip_source_buffer.c
hphp/third_party/libzip/zip_source_close.c
hphp/third_party/libzip/zip_source_crc.c
hphp/third_party/libzip/zip_source_deflate.c
hphp/third_party/libzip/zip_source_error.c
hphp/third_party/libzip/zip_source_file.c
hphp/third_party/libzip/zip_source_filep.c
hphp/third_party/libzip/zip_source_free.c
hphp/third_party/libzip/zip_source_function.c
hphp/third_party/libzip/zip_source_layered.c
hphp/third_party/libzip/zip_source_open.c
hphp/third_party/libzip/zip_source_pkware.c
hphp/third_party/libzip/zip_source_pop.c
hphp/third_party/libzip/zip_source_read.c
hphp/third_party/libzip/zip_source_stat.c
hphp/third_party/libzip/zip_source_window.c [copied from hphp/third_party/libzip/zip_source_crc.c with 57% similarity]
hphp/third_party/libzip/zip_source_zip.c [copied from hphp/third_party/libzip/zip_source_free.c with 74% similarity]
hphp/third_party/libzip/zip_source_zip_new.c [copied from hphp/third_party/libzip/zip_fopen_index_encrypted.c with 51% similarity]
hphp/third_party/libzip/zip_stat.c
hphp/third_party/libzip/zip_stat_index.c
hphp/third_party/libzip/zip_stat_init.c
hphp/third_party/libzip/zip_strerror.c
hphp/third_party/libzip/zip_string.c [new file with mode: 0644]
hphp/third_party/libzip/zip_unchange.c
hphp/third_party/libzip/zip_unchange_all.c
hphp/third_party/libzip/zip_unchange_archive.c
hphp/third_party/libzip/zip_unchange_data.c
hphp/third_party/libzip/zip_utf-8.c [new file with mode: 0644]
hphp/third_party/libzip/zip_win32.h [deleted file]
hphp/third_party/libzip/zipint.h