- b51f613 Move variable definitions to the start of their respective blocks. by Thomas Klausner · 9 years ago
- 1f7908f Add get_num_entries command to modify, and test using it. by Thomas Klausner · 9 years ago
- dacdcce C89 comments. by Thomas Klausner · 9 years ago
- da57b86 Add zip file that contains a zip64 as an archive comment, and test by Thomas Klausner · 9 years ago
- 890fce5 Hash file names to speed up some operations. by Thomas Klausner · 9 years ago
- a90ca44 Remove unused variable. by Thomas Klausner · 9 years ago
- 17c9837 Include limits.h for SIZE_MAX. by Thomas Klausner · 9 years ago
- be146cb Add Windows-specific fixes for "modify" test program. by Thomas Klausner · 10 years ago
- 4bf4678 Add Windows-specific test code. by Thomas Klausner · 10 years ago
- 8addde5 Compare files in perl instead of using cmp(1). by Thomas Klausner · 10 years ago
- ea510d4 Use more perl functions instead of UNIX programs. by Thomas Klausner · 10 years ago
- a7aed09 First version of malloc tester. by Thomas Klausner · 10 years ago
- b1e93a0 Make two variables unsigned to quell warnings. by Thomas Klausner · 10 years ago
- 22320b5 Adapt test file for DOS date change. by Thomas Klausner · 10 years ago
- 12fc872 Add tests for unsupported AES encryption (method 99). by Thomas Klausner · 10 years ago
- a96b85f Add two test cases for decryption. by Thomas Klausner · 10 years ago
- 3cc58fa Check value read from file before using it as malloc() argument. by Thomas Klausner · 10 years ago
- a1415de copyright police. by Thomas Klausner · 10 years ago
- 380f835 Fix format string. by Thomas Klausner · 10 years ago
- 6ce9edc Add a test case that adds two files from other zips. by Thomas Klausner · 10 years ago
- 24030de Improve bookkeeping/cleanup when using zip archives as zip_sources. by Thomas Klausner · 10 years ago
- 4318ed9 Remove torrentzip support. by Thomas Klausner · 10 years ago
- 6d8ff24 Remove torrentzip support. by Thomas Klausner · 10 years ago
- b373d2b Remove obsolete file. by Thomas Klausner · 10 years ago
- 37139f9 More cleanup in error handling. by Thomas Klausner · 10 years ago
- 9cc8f11 Fix another integer overflow. Second try at fixing Coverity CID 1295382. by Thomas Klausner · 10 years ago
- 068665c Fix resource leak. Coverity CID 1295384. by Thomas Klausner · 10 years ago
- 2e12740 Avoid integer overflow. Coverity CID 1295382. by Thomas Klausner · 10 years ago
- 1f6d015 Cast remove() return value to void, to silence Coverity CID 1295378. by Thomas Klausner · 10 years ago
- 96cc48d Fix file descriptor leak in error case. Coverity CID 1295389. by Thomas Klausner · 10 years ago
- db9cb40 Close file descriptor leak in error case. Coverity CID 1295387. by Thomas Klausner · 10 years ago
- a0702aa Close file when it's not used any longer. Coverity CID 1295384. by Thomas Klausner · 10 years ago
- 2402de9 Add test for CVE-2015-2331, overflow caused by too many entries in zip. by Thomas Klausner · 10 years ago
- ec1f0f5 Rename incons-file-count.zip to incons-file-count-high.zip. by Thomas Klausner · 10 years ago
- 001b4a6 Add test for more files than eocd states. by Thomas Klausner · 10 years ago
- f9aef8a Replace add_from_buffer with modify, now that runtest does backslash encoding. by Thomas Klausner · 10 years ago
- f74fb7a Replace set_comment_all with modify, now that runtest supports backslash encoding. by Thomas Klausner · 10 years ago
- 3a0f938 Add support for backslash escapes to args. by Dieter Baron · 10 years ago
- 7c6def7 Finish set_compression removal. by Thomas Klausner · 10 years ago
- c54b1bc Remove name_locate from cmake infrastructure as well. by Thomas Klausner · 10 years ago
- 27c4a22 Replace name_locate test program with modify command name_locate. by Thomas Klausner · 10 years ago
- dc1f3eb Mark fixed test as fixed. by Thomas Klausner · 10 years ago
- a974a08 Merge branch 'master' of hg::ssh://danbala.tuwien.ac.at//usr/local/libdata/mercurial/nih/libzip by Dieter Baron · 10 years ago
- 115da97 Fix default compression. by Dieter Baron · 10 years ago
- ac8ca36 Remove set_compression program. by Thomas Klausner · 10 years ago
- 935294a Add 'unchange_all' command to modify, and adapt a test case to use it. by Thomas Klausner · 10 years ago
- ff8b0c4 Remove another obsolete test program. by Thomas Klausner · 10 years ago
- 9218e3a Remove unused test program. by Thomas Klausner · 10 years ago
- 6d2f019 Test case cleanup by Thomas Klausner · 10 years ago
- eeccfdc Remove InfoZIP extra fields from bigzero.zip and update bigzero-zip.zip. by Thomas Klausner · 10 years ago
- 3ac4ecf Adapt two more test cases for libzip improvement. by Thomas Klausner · 10 years ago
- a156358 Regenerate test file. by Thomas Klausner · 10 years ago
- 1cf5c4d Regenerate two test files. by Thomas Klausner · 10 years ago
- 8f76c55 Add 'set_archive_comment' command to modify. by Thomas Klausner · 10 years ago
- 541dfc3 Remove set_comment_localonly test program, modify can replace it. by Thomas Klausner · 10 years ago
- da1c245 Deprecate zip_error_to_str. Add zip_error_init_with_code. Adapt code by Thomas Klausner · 10 years ago
- 276fef4 Replace Text::Diff with own comparison function, to reduce dependencies. by Thomas Klausner · 10 years ago
- 8cff4bd Add casts. by Thomas Klausner · 10 years ago
- 5cd63ce For tests, set environment to be UTC and in C locale. Adapt two test files. by Thomas Klausner · 10 years ago
- 4a41da2 Add 'cat' command to modify, and use it instead of unzip/touch. by Thomas Klausner · 10 years ago
- 4b1053e Use cmp if not interested in output, for better portability. by Thomas Klausner · 10 years ago
- d50c6ee Fix on Linux. by Dieter Baron · 10 years ago
- 698f306 Add missing files to EXTRA_DIST. by Dieter Baron · 10 years ago
- ee25b7d Add zip_buffer_t, memory buffer with bounds checked access. by Dieter Baron · 10 years ago
- c548a18 Move ZIP_CODEC defines to zipint.h (not public). Add zip_source_seek_compute_offset by Dieter Baron · 10 years ago
- ac9bb7a Make source write functions public, needed by shared builds. by Dieter Baron · 10 years ago
- 98bf11d Fix warnings. by Dieter Baron · 10 years ago
- 65f4f3c Add new test here as well. by Thomas Klausner · 10 years ago
- 030df2f Build hole. by Thomas Klausner · 10 years ago
- 1a412e0 remove unused file (merged into modify) by Thomas Klausner · 10 years ago
- f5df47a Add test case with file and central directory past 4GiB. by Dieter Baron · 10 years ago
- e397fcd Remember the position we seek to. Works now. by Dieter Baron · 10 years ago
- 91374c7 Add a source that efficiently writes huge files with mostly NULs. by Dieter Baron · 10 years ago
- 50e1009 Fix warnings. by Dieter Baron · 10 years ago
- 9fe80b2 If files grow when compressed, but are small enough, store them instead. by Thomas Klausner · 10 years ago
- 5c0d7c9 Enable zip64_creation test, comparing with zipcmp. by Thomas Klausner · 10 years ago
- 514384c Add test for creating big zip files, not used yet. by Thomas Klausner · 10 years ago
- d447290 Fix warnings. by Thomas Klausner · 10 years ago
- 273a1c9 Add add_nul command that adds file of given size, with all NUL bytes. by Dieter Baron · 10 years ago
- 7a5f49a Include inttypes.h for PRIu64. by Thomas Klausner · 10 years ago
- 1d9dfeb Use zip_XXX_t instead of struct zip_XXX or enum zip_XXX. by Dieter Baron · 10 years ago
- 85dc6a5 Add casts and rename variable for gcc 4.5.3. by Thomas Klausner · 10 years ago
- 03ca1c1 Add some casts for gcc 4.8.3 with more-than-default warnings enabled. by Thomas Klausner · 10 years ago
- ea8ba49 Implement I/O abstraction layer. Finally. by Thomas Klausner · 10 years ago
- 2310cf1 Follow documentation and return ZIP_ER_NOENT for non-existent file. by Thomas Klausner · 11 years ago
- 6c33147 Add tests modifying existing extra fields. by Thomas Klausner · 11 years ago
- c140bc9 sync test list with Makefile.am by Thomas Klausner · 11 years ago
- e8f5e50 Add test for setting extra fields. by Thomas Klausner · 11 years ago
- e71af93 Enable utf-8-standardization.test, now that the bug is fixed. by Thomas Klausner · 11 years ago
- 19d337b Use set_mtime and binary diff to make test fail. by Thomas Klausner · 11 years ago
- 3299ad3 Support setting last modification time for file in archive. by Thomas Klausner · 11 years ago
- dd9d8a0 Fix keys on reference, found by Perl 5.20. by Dieter Baron · 11 years ago
- fb2ee76 Add test for file name standardization. by Thomas Klausner · 11 years ago
- cf3b7bf Add replace_file_contents command. by Thomas Klausner · 11 years ago
- 82f95df bump date by Thomas Klausner · 11 years ago
- 8a3ea14 Actually add new test scripts. by Dieter Baron · 11 years ago
- f9103ef Remove old runtest script. by Dieter Baron · 11 years ago
- c0e21b0 Switch to Perl based runtest. by Dieter Baron · 11 years ago
- f29ad8e Recognize /dev/stdin in add_file test. by Thomas Klausner · 11 years ago
- 6756cb8 Invalidate zip_source_zip when underlying zip archive is closed. by Thomas Klausner · 11 years ago