Imported Upstream version 1.0.1 32/94132/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 27 Oct 2016 06:25:35 +0000 (15:25 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 27 Oct 2016 06:25:54 +0000 (15:25 +0900)
commitc6d9ab9a1614ae6da8fc748a3fb15a42332c30c3
tree80716c8197dfebb038eb13ad1b1405d125eaca8b
parent1ffa3399d2adf31c224aca2f013f52d5aaf40055
Imported Upstream version 1.0.1

Change-Id: I9eb1a5574c4318c7ac05ca633d6ff2a3142721f8
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
541 files changed:
API-CHANGES [new file with mode: 0644]
AUTHORS
CMakeLists.txt [changed mode: 0755->0644]
LICENSE
Makefile.am
Makefile.in
NEWS
README
THANKS
TODO
aclocal.m4
cmake-config.h.in
cmake-zipconf.h.in
compile
config.guess
config.h.in
config.sub
configure
configure.ac
depcomp
examples/CMakeLists.txt [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/in-memory.c [new file with mode: 0644]
examples/windows-open.c [new file with mode: 0644]
install-sh
lib/CMakeLists.txt
lib/Makefile.am
lib/Makefile.in
lib/make_zip_err_str.sh
lib/make_zipconf.sh
lib/mkstemp.c
lib/zip.h
lib/zip_add.c
lib/zip_add_dir.c
lib/zip_add_entry.c [new file with mode: 0644]
lib/zip_buffer.c [new file with mode: 0644]
lib/zip_close.c
lib/zip_delete.c
lib/zip_dir_add.c [moved from regress/add_dir.c with 57% similarity]
lib/zip_dirent.c
lib/zip_discard.c [moved from lib/zip_free.c with 77% similarity]
lib/zip_entry.c [moved from lib/zip_entry_free.c with 79% similarity]
lib/zip_err_str.c
lib/zip_error.c
lib/zip_error_clear.c
lib/zip_error_get.c
lib/zip_error_get_sys_type.c
lib/zip_error_strerror.c
lib/zip_error_to_str.c
lib/zip_extra_field.c [new file with mode: 0644]
lib/zip_extra_field_api.c [new file with mode: 0644]
lib/zip_fclose.c
lib/zip_fdopen.c
lib/zip_file_add.c [new file with mode: 0644]
lib/zip_file_error_clear.c
lib/zip_file_error_get.c
lib/zip_file_get_comment.c [moved from lib/zip_get_file_extra.c with 74% similarity]
lib/zip_file_get_external_attributes.c [new file with mode: 0644]
lib/zip_file_get_offset.c
lib/zip_file_rename.c [new file with mode: 0644]
lib/zip_file_replace.c [new file with mode: 0644]
lib/zip_file_set_comment.c [new file with mode: 0644]
lib/zip_file_set_external_attributes.c [new file with mode: 0644]
lib/zip_file_set_mtime.c [new file with mode: 0644]
lib/zip_file_strerror.c
lib/zip_filerange_crc.c
lib/zip_fopen.c
lib/zip_fopen_encrypted.c
lib/zip_fopen_index.c
lib/zip_fopen_index_encrypted.c
lib/zip_fread.c
lib/zip_get_archive_comment.c
lib/zip_get_archive_flag.c
lib/zip_get_compression_implementation.c
lib/zip_get_encryption_implementation.c
lib/zip_get_file_comment.c
lib/zip_get_name.c
lib/zip_get_num_entries.c
lib/zip_get_num_files.c
lib/zip_io_util.c [new file with mode: 0644]
lib/zip_memdup.c
lib/zip_name_locate.c
lib/zip_new.c
lib/zip_open.c
lib/zip_rename.c
lib/zip_replace.c
lib/zip_set_archive_comment.c
lib/zip_set_archive_flag.c
lib/zip_set_default_password.c
lib/zip_set_file_comment.c
lib/zip_set_file_compression.c [moved from lib/zip_entry_new.c with 53% similarity]
lib/zip_set_name.c
lib/zip_source_begin_write.c [moved from lib/zip_source_pop.c with 74% similarity]
lib/zip_source_buffer.c
lib/zip_source_call.c [new file with mode: 0644]
lib/zip_source_close.c
lib/zip_source_commit_write.c [moved from lib/zip_set_file_extra.c with 69% similarity]
lib/zip_source_crc.c
lib/zip_source_deflate.c
lib/zip_source_error.c
lib/zip_source_file.c
lib/zip_source_filep.c
lib/zip_source_free.c
lib/zip_source_function.c
lib/zip_source_is_deleted.c [new file with mode: 0644]
lib/zip_source_layered.c
lib/zip_source_open.c
lib/zip_source_pkware.c
lib/zip_source_read.c
lib/zip_source_remove.c [new file with mode: 0644]
lib/zip_source_rollback_write.c [new file with mode: 0644]
lib/zip_source_seek.c [moved from regress/add_from_file.c with 50% similarity]
lib/zip_source_seek_write.c [new file with mode: 0644]
lib/zip_source_stat.c
lib/zip_source_supports.c [new file with mode: 0644]
lib/zip_source_tell.c [new file with mode: 0644]
lib/zip_source_tell_write.c [new file with mode: 0644]
lib/zip_source_win32a.c [new file with mode: 0644]
lib/zip_source_win32handle.c [new file with mode: 0644]
lib/zip_source_win32utf8.c [new file with mode: 0644]
lib/zip_source_win32w.c [new file with mode: 0644]
lib/zip_source_window.c [new file with mode: 0644]
lib/zip_source_write.c [new file with mode: 0644]
lib/zip_source_zip.c
lib/zip_source_zip_new.c [new file with mode: 0644]
lib/zip_stat.c
lib/zip_stat_index.c
lib/zip_stat_init.c
lib/zip_strerror.c
lib/zip_string.c [new file with mode: 0644]
lib/zip_unchange.c
lib/zip_unchange_all.c
lib/zip_unchange_archive.c
lib/zip_unchange_data.c
lib/zip_utf-8.c [new file with mode: 0644]
lib/zipint.h
lib/zipwin32.h [new file with mode: 0644]
libzip.pc.in
ltmain.sh [changed mode: 0755->0644]
m4/.empty [new file with mode: 0644]
m4/libtool.m4
m4/ltoptions.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/visibility.m4 [new file with mode: 0644]
man/CMakeLists.txt
man/Makefile.am
man/Makefile.in
man/ZIP_SOURCE_GET_ARGS.man [new file with mode: 0644]
man/ZIP_SOURCE_GET_ARGS.mdoc [new file with mode: 0644]
man/handle_links [new file with mode: 0755]
man/libzip.man
man/libzip.mdoc
man/links [new file with mode: 0644]
man/zip_add.man
man/zip_add.mdoc
man/zip_add_dir.man
man/zip_add_dir.mdoc
man/zip_close.man
man/zip_close.mdoc
man/zip_delete.man
man/zip_delete.mdoc
man/zip_dir_add.man [new file with mode: 0644]
man/zip_dir_add.mdoc [new file with mode: 0644]
man/zip_discard.man [new file with mode: 0644]
man/zip_discard.mdoc [new file with mode: 0644]
man/zip_error_clear.man
man/zip_error_clear.mdoc
man/zip_error_code_system.man [new file with mode: 0644]
man/zip_error_code_system.mdoc [new file with mode: 0644]
man/zip_error_code_zip.man [new file with mode: 0644]
man/zip_error_code_zip.mdoc [new file with mode: 0644]
man/zip_error_fini.man [new file with mode: 0644]
man/zip_error_fini.mdoc [new file with mode: 0644]
man/zip_error_get.man
man/zip_error_get.mdoc
man/zip_error_get_sys_type.man
man/zip_error_get_sys_type.mdoc
man/zip_error_init.man [new file with mode: 0644]
man/zip_error_init.mdoc [moved from man/ziptorrent.man with 61% similarity]
man/zip_error_set.man [new file with mode: 0644]
man/zip_error_set.mdoc [new file with mode: 0644]
man/zip_error_strerror.man [new file with mode: 0644]
man/zip_error_strerror.mdoc [new file with mode: 0644]
man/zip_error_system_type.man [new file with mode: 0644]
man/zip_error_system_type.mdoc [new file with mode: 0644]
man/zip_error_to_data.man [new file with mode: 0644]
man/zip_error_to_data.mdoc [new file with mode: 0644]
man/zip_error_to_str.man
man/zip_error_to_str.mdoc
man/zip_errors.man
man/zip_errors.mdoc
man/zip_fclose.man
man/zip_fclose.mdoc
man/zip_fdopen.man
man/zip_fdopen.mdoc
man/zip_file_add.man [new file with mode: 0644]
man/zip_file_add.mdoc [new file with mode: 0644]
man/zip_file_extra_field_delete.man [new file with mode: 0644]
man/zip_file_extra_field_delete.mdoc [new file with mode: 0644]
man/zip_file_extra_field_get.man [new file with mode: 0644]
man/zip_file_extra_field_get.mdoc [new file with mode: 0644]
man/zip_file_extra_field_set.man [new file with mode: 0644]
man/zip_file_extra_field_set.mdoc [new file with mode: 0644]
man/zip_file_extra_fields_count.man [new file with mode: 0644]
man/zip_file_extra_fields_count.mdoc [new file with mode: 0644]
man/zip_file_get_comment.man [new file with mode: 0644]
man/zip_file_get_comment.mdoc [moved from man/zip_get_file_extra.man with 50% similarity]
man/zip_file_get_error.man [new file with mode: 0644]
man/zip_file_get_error.mdoc [new file with mode: 0644]
man/zip_file_get_external_attributes.man [new file with mode: 0644]
man/zip_file_get_external_attributes.mdoc [new file with mode: 0644]
man/zip_file_rename.man [new file with mode: 0644]
man/zip_file_rename.mdoc [new file with mode: 0644]
man/zip_file_set_comment.man [new file with mode: 0644]
man/zip_file_set_comment.mdoc [new file with mode: 0644]
man/zip_file_set_external_attributes.man [new file with mode: 0644]
man/zip_file_set_external_attributes.mdoc [moved from man/zip_get_file_extra.mdoc with 64% similarity]
man/zip_file_set_mtime.man [new file with mode: 0644]
man/zip_file_set_mtime.mdoc [moved from man/zip_set_file_extra.mdoc with 73% similarity]
man/zip_file_strerror.man
man/zip_file_strerror.mdoc
man/zip_fopen.man
man/zip_fopen.mdoc
man/zip_fopen_encrypted.man
man/zip_fopen_encrypted.mdoc
man/zip_fread.man
man/zip_fread.mdoc
man/zip_get_archive_comment.man
man/zip_get_archive_comment.mdoc
man/zip_get_archive_flag.man
man/zip_get_archive_flag.mdoc
man/zip_get_error.man [new file with mode: 0644]
man/zip_get_error.mdoc [moved from man/ziptorrent.mdoc with 64% similarity]
man/zip_get_file_comment.man
man/zip_get_file_comment.mdoc
man/zip_get_name.man
man/zip_get_name.mdoc
man/zip_get_num_entries.man
man/zip_get_num_entries.mdoc
man/zip_get_num_files.man
man/zip_get_num_files.mdoc
man/zip_name_locate.man
man/zip_name_locate.mdoc
man/zip_open.man
man/zip_open.mdoc
man/zip_rename.man
man/zip_rename.mdoc
man/zip_set_archive_comment.man
man/zip_set_archive_comment.mdoc
man/zip_set_archive_flag.man
man/zip_set_archive_flag.mdoc
man/zip_set_default_password.man
man/zip_set_default_password.mdoc
man/zip_set_file_comment.man
man/zip_set_file_comment.mdoc
man/zip_set_file_compression.man [new file with mode: 0644]
man/zip_set_file_compression.mdoc [new file with mode: 0644]
man/zip_source.man [new file with mode: 0644]
man/zip_source.mdoc [new file with mode: 0644]
man/zip_source_begin_write.man [new file with mode: 0644]
man/zip_source_begin_write.mdoc [new file with mode: 0644]
man/zip_source_buffer.man
man/zip_source_buffer.mdoc
man/zip_source_close.man [new file with mode: 0644]
man/zip_source_close.mdoc [moved from man/zip_set_file_extra.man with 59% similarity]
man/zip_source_commit_write.man [new file with mode: 0644]
man/zip_source_commit_write.mdoc [new file with mode: 0644]
man/zip_source_error.man [new file with mode: 0644]
man/zip_source_error.mdoc [new file with mode: 0644]
man/zip_source_file.man
man/zip_source_file.mdoc
man/zip_source_filep.man
man/zip_source_filep.mdoc
man/zip_source_free.man
man/zip_source_free.mdoc
man/zip_source_function.man
man/zip_source_function.mdoc
man/zip_source_is_deleted.man [new file with mode: 0644]
man/zip_source_is_deleted.mdoc [new file with mode: 0644]
man/zip_source_keep.man [new file with mode: 0644]
man/zip_source_keep.mdoc [new file with mode: 0644]
man/zip_source_make_command_bitmap.man [new file with mode: 0644]
man/zip_source_make_command_bitmap.mdoc [new file with mode: 0644]
man/zip_source_open.man [new file with mode: 0644]
man/zip_source_open.mdoc [new file with mode: 0644]
man/zip_source_read.man [new file with mode: 0644]
man/zip_source_read.mdoc [new file with mode: 0644]
man/zip_source_rollback_write.man [new file with mode: 0644]
man/zip_source_rollback_write.mdoc [new file with mode: 0644]
man/zip_source_seek.man [new file with mode: 0644]
man/zip_source_seek.mdoc [new file with mode: 0644]
man/zip_source_seek_compute_offset.man [new file with mode: 0644]
man/zip_source_seek_compute_offset.mdoc [new file with mode: 0644]
man/zip_source_seek_write.man [new file with mode: 0644]
man/zip_source_seek_write.mdoc [new file with mode: 0644]
man/zip_source_stat.man [new file with mode: 0644]
man/zip_source_stat.mdoc [new file with mode: 0644]
man/zip_source_tell.man [new file with mode: 0644]
man/zip_source_tell.mdoc [new file with mode: 0644]
man/zip_source_tell_write.man [new file with mode: 0644]
man/zip_source_tell_write.mdoc [new file with mode: 0644]
man/zip_source_win32a.man [new file with mode: 0644]
man/zip_source_win32a.mdoc [new file with mode: 0644]
man/zip_source_win32handle.man [new file with mode: 0644]
man/zip_source_win32handle.mdoc [new file with mode: 0644]
man/zip_source_win32w.man [new file with mode: 0644]
man/zip_source_win32w.mdoc [new file with mode: 0644]
man/zip_source_write.man [new file with mode: 0644]
man/zip_source_write.mdoc [new file with mode: 0644]
man/zip_source_zip.man
man/zip_source_zip.mdoc
man/zip_stat.man
man/zip_stat.mdoc
man/zip_stat_init.man
man/zip_stat_init.mdoc
man/zip_unchange.man
man/zip_unchange.mdoc
man/zip_unchange_all.man
man/zip_unchange_all.mdoc
man/zip_unchange_archive.man
man/zip_unchange_archive.mdoc
man/zipcmp.man
man/zipcmp.mdoc
man/zipmerge.man
man/zipmerge.mdoc
missing
mkinstalldirs [deleted file]
regress/CMakeLists.txt
regress/Makefile.am
regress/Makefile.in
regress/NiHTest.pm [new file with mode: 0644]
regress/add_dir.test
regress/add_from_buffer.test
regress/add_from_file.test
regress/add_from_file_duplicate.test [new file with mode: 0644]
regress/add_from_file_twice_duplicate.test [new file with mode: 0644]
regress/add_from_filep.c
regress/add_from_stdin.test [new file with mode: 0644]
regress/add_from_zip.c [deleted file]
regress/add_from_zip.test [deleted file]
regress/add_from_zip_closed.test [new file with mode: 0644]
regress/add_from_zip_deflated.test [new file with mode: 0644]
regress/add_from_zip_deflated2.test [new file with mode: 0644]
regress/add_from_zip_partial_deflated.test [new file with mode: 0644]
regress/add_from_zip_partial_stored.test [new file with mode: 0644]
regress/add_from_zip_stored.test [new file with mode: 0644]
regress/add_stored.test [new file with mode: 0644]
regress/add_stored_in_memory.test [new file with mode: 0644]
regress/bigstored.zh [new file with mode: 0644]
regress/bigzero-zip.zip [new file with mode: 0644]
regress/bogus.zip [new file with mode: 0644]
regress/cm-default.zip [new file with mode: 0644]
regress/delete_add_same.test [new file with mode: 0644]
regress/delete_invalid.test [new file with mode: 0644]
regress/delete_last.test [new file with mode: 0644]
regress/delete_multiple_last.test [new file with mode: 0644]
regress/delete_multiple_partial.test [new file with mode: 0644]
regress/delete_renamed_rename.test [new file with mode: 0644]
regress/deltest.c [deleted file]
regress/encrypt.c [deleted file]
regress/encrypt.test
regress/encrypt_plus_extra.zip [new file with mode: 0644]
regress/encrypt_plus_extra_modified_c.zip [new file with mode: 0644]
regress/encrypt_plus_extra_modified_l.zip [new file with mode: 0644]
regress/extra_add.test [new file with mode: 0644]
regress/extra_add_multiple.test [new file with mode: 0644]
regress/extra_count.test [new file with mode: 0644]
regress/extra_count_by_id.test [new file with mode: 0644]
regress/extra_count_ignore_zip64.test [new file with mode: 0644]
regress/extra_delete.test [new file with mode: 0644]
regress/extra_delete_by_id.test [new file with mode: 0644]
regress/extra_get.test [new file with mode: 0644]
regress/extra_get_by_id.test [new file with mode: 0644]
regress/extra_set.test [new file with mode: 0644]
regress/extra_set_modify_c.test [new file with mode: 0644]
regress/extra_set_modify_l.test [new file with mode: 0644]
regress/file_comment_encmismatch.test [new file with mode: 0644]
regress/filename_duplicate.zip [new file with mode: 0644]
regress/filename_duplicate_empty.zip [new file with mode: 0644]
regress/filename_empty.zip [new file with mode: 0644]
regress/fileorder.zip [new file with mode: 0644]
regress/firstsecond-split-deflated.zip [new file with mode: 0644]
regress/firstsecond-split-stored.zip [new file with mode: 0644]
regress/firstsecond.zip [new file with mode: 0644]
regress/foo-stored.zip [new file with mode: 0644]
regress/fopen_unchanged.c [moved from regress/add_from_buffer.c with 69% similarity]
regress/fopen_unchanged.test [new file with mode: 0644]
regress/fread.c
regress/get_comment.c [deleted file]
regress/get_comment.test
regress/hole.c [new file with mode: 0644]
regress/incons-archive-comment-longer.zip [new file with mode: 0644]
regress/incons-archive-comment-shorter.zip [new file with mode: 0644]
regress/incons-cdoffset.zip [new file with mode: 0644]
regress/incons-central-compression-method.zip [new file with mode: 0644]
regress/incons-central-compsize-larger-toolarge.zip [new file with mode: 0644]
regress/incons-central-compsize-larger.zip [new file with mode: 0644]
regress/incons-central-compsize-smaller.zip [new file with mode: 0644]
regress/incons-central-crc.zip [new file with mode: 0644]
regress/incons-central-date.zip [new file with mode: 0644]
regress/incons-central-file-comment-longer.zip [new file with mode: 0644]
regress/incons-central-file-comment-shorter.zip [new file with mode: 0644]
regress/incons-central-magic-bad.zip [new file with mode: 0644]
regress/incons-central-magic-bad2.zip [new file with mode: 0644]
regress/incons-central-size-larger.zip [new file with mode: 0644]
regress/incons-data.zip [new file with mode: 0644]
regress/incons-ef-central-size-wrong.zip [new file with mode: 0644]
regress/incons-ef-local-id-size.zip [new file with mode: 0644]
regress/incons-ef-local-id.zip [new file with mode: 0644]
regress/incons-ef-local-incomplete1.zip [new file with mode: 0644]
regress/incons-ef-local-incomplete2.zip [new file with mode: 0644]
regress/incons-ef-local-incomplete3.zip [new file with mode: 0644]
regress/incons-ef-local-incomplete4.zip [new file with mode: 0644]
regress/incons-ef-local-size.zip [new file with mode: 0644]
regress/incons-eocd-magic-bad.zip [new file with mode: 0644]
regress/incons-file-count-high.zip [new file with mode: 0644]
regress/incons-file-count-low.zip [new file with mode: 0644]
regress/incons-file-count-overflow.zip [new file with mode: 0644]
regress/incons-local-compression-method.zip [new file with mode: 0644]
regress/incons-local-compsize-larger.zip [new file with mode: 0644]
regress/incons-local-compsize-smaller.zip [new file with mode: 0644]
regress/incons-local-crc.zip [new file with mode: 0644]
regress/incons-local-filename-long.zip [new file with mode: 0644]
regress/incons-local-filename-missing.zip [new file with mode: 0644]
regress/incons-local-filename-short.zip [new file with mode: 0644]
regress/incons-local-filename.zip [new file with mode: 0644]
regress/incons-local-magic-bad.zip [new file with mode: 0644]
regress/incons-local-size-larger.zip [new file with mode: 0644]
regress/large-uncompressable [new file with mode: 0644]
regress/manyfiles-zip.zip [new file with mode: 0644]
regress/manyfiles.zip [deleted file]
regress/modify.c [new file with mode: 0644]
regress/name_locate.c [deleted file]
regress/name_locate.test
regress/open_cons_extrabytes.test [new file with mode: 0644]
regress/open_empty.test [new file with mode: 0644]
regress/open_empty_2.test [new file with mode: 0644]
regress/open_extrabytes.test [new file with mode: 0644]
regress/open_file_count.test [new file with mode: 0644]
regress/open_filename_duplicate.test [new file with mode: 0644]
regress/open_filename_duplicate_consistency.test [new file with mode: 0644]
regress/open_filename_duplicate_empty.test [new file with mode: 0644]
regress/open_filename_duplicate_empty_consistency.test [new file with mode: 0644]
regress/open_filename_empty.test [new file with mode: 0644]
regress/open_incons.test [new file with mode: 0644]
regress/open_many_ok.test
regress/open_new_but_exists.test
regress/open_new_ok.test
regress/open_nonarchive.test
regress/open_nosuchfile.test
regress/open_ok.test
regress/open_too_short.test [new file with mode: 0644]
regress/open_truncate.test [new file with mode: 0644]
regress/open_zip64_ok.test [new file with mode: 0644]
regress/rename_ascii.test [new file with mode: 0644]
regress/rename_cp437.test [new file with mode: 0644]
regress/rename_deleted.test [new file with mode: 0644]
regress/rename_fail.test [new file with mode: 0644]
regress/rename_ok.test [new file with mode: 0644]
regress/rename_ok.zip [new file with mode: 0644]
regress/rename_utf8.test [new file with mode: 0644]
regress/rename_utf8_encmismatch.test [new file with mode: 0644]
regress/runtest [deleted file]
regress/runtest.in [new file with mode: 0755]
regress/set_comment_all.c [deleted file]
regress/set_comment_all.test
regress/set_comment_localonly.c [deleted file]
regress/set_comment_localonly.test
regress/set_comment_removeglobal.c [deleted file]
regress/set_comment_removeglobal.test
regress/set_comment_revert.c [deleted file]
regress/set_comment_revert.test
regress/set_compression_deflate_to_deflate.test [new file with mode: 0644]
regress/set_compression_deflate_to_store.test [new file with mode: 0644]
regress/set_compression_store_to_deflate.test [new file with mode: 0644]
regress/set_compression_store_to_store.test [new file with mode: 0644]
regress/set_compression_unknown.test [new file with mode: 0644]
regress/source_hole.c [new file with mode: 0644]
regress/stat_index_cp437_guess.test [new file with mode: 0644]
regress/stat_index_cp437_raw.test [new file with mode: 0644]
regress/stat_index_cp437_strict.test [new file with mode: 0644]
regress/stat_index_fileorder.test [new file with mode: 0644]
regress/stat_index_streamed.test [new file with mode: 0644]
regress/stat_index_streamed_zip64.test [new file with mode: 0644]
regress/stat_index_utf8_guess.test [new file with mode: 0644]
regress/stat_index_utf8_raw.test [new file with mode: 0644]
regress/stat_index_utf8_strict.test [new file with mode: 0644]
regress/stat_index_utf8_unmarked_strict.test [new file with mode: 0644]
regress/stat_index_zip64.test [new file with mode: 0644]
regress/streamed-zip64.zip [new file with mode: 0644]
regress/streamed.zip [new file with mode: 0644]
regress/test-cp437-comment-utf-8.zip [new file with mode: 0644]
regress/test-cp437-fc-utf-8-filename.zip [new file with mode: 0644]
regress/test-cp437-fc.zip [new file with mode: 0644]
regress/test-cp437.zip [new file with mode: 0644]
regress/test-utf8-unmarked.zip [new file with mode: 0644]
regress/test-utf8.zip [new file with mode: 0644]
regress/test2.zip [new file with mode: 0644]
regress/testbuffer.zip
regress/testcomment13.zip [new file with mode: 0644]
regress/testdeflated.zip [new file with mode: 0644]
regress/testdeflated2.zip [new file with mode: 0644]
regress/testdir.zip
regress/testempty.zip [new file with mode: 0644]
regress/testextrabytes.zip [new file with mode: 0644]
regress/testfile-UTF8.zip [new file with mode: 0644]
regress/testfile-cp437.zip [new file with mode: 0644]
regress/testfile-plus-extra.zip [new file with mode: 0644]
regress/testfile.txt [changed mode: 0644->0755]
regress/testfile.zip
regress/testfile2014.zip [new file with mode: 0644]
regress/testnottorrent.zip [deleted file]
regress/teststdin.zip [new file with mode: 0644]
regress/teststored.zip
regress/testtorrent.tzip [deleted file]
regress/torrent-already.test [deleted file]
regress/torrent-new.test [deleted file]
regress/tryopen.c
regress/utf-8-standardization-input.zip [new file with mode: 0644]
regress/utf-8-standardization-output.zip [new file with mode: 0644]
regress/utf-8-standardization.test [new file with mode: 0644]
regress/zip64.zip [new file with mode: 0644]
regress/zip64_creation.test [new file with mode: 0644]
regress/zip64_stored_creation.test [new file with mode: 0644]
regress/ziptest.c [deleted file]
src/CMakeLists.txt
src/Makefile.am
src/Makefile.in
src/compat.h [new file with mode: 0644]
src/zipcmp.c
src/zipmerge.c
src/ziptorrent.c [deleted file]
test-driver [new file with mode: 0755]
xcode/Info.plist [new file with mode: 0644]
xcode/config.h [new file with mode: 0644]
xcode/extract-version.sh [new file with mode: 0755]
xcode/libzip.xcodeproj/project.pbxproj [new file with mode: 0644]
xcode/libzip.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
xcode/zipconf.h [moved from lib/zipconf.h with 93% similarity]