- 3b65662 zipcmp: more verbose output in test mode by Thomas Klausner · 4 years, 5 months ago
- 750a78e Add LZMA compression support. by Thomas Klausner · 4 years, 5 months ago
- a14fded Stop using tabs, update clang-format config. by Thomas Klausner · 4 years, 5 months ago
- 29c6a39 Run clang-format. by Thomas Klausner · 4 years, 5 months ago
- 57627ea Mention zstd as supported in ziptool. by Thomas Klausner · 4 years, 5 months ago
- e8f26d6 merge from upstream by Force Charlie · 4 years, 5 months ago
- 4fba16a Use ZLIB::ZLIB for linking against zlib. by Thomas Klausner · 4 years, 6 months ago
- 464beec Fix path to getopt.c in previous. by Thomas Klausner · 4 years, 6 months ago
- 702e916 cmake best practice cleanup: switch from source list variables to target_sources() by Thomas Klausner · 4 years, 6 months ago
- f282e4e Simplify installation. by Thomas Klausner · 4 years, 6 months ago
- 5f2a86f cmake: prefer target_include_directories. by Thomas Klausner · 4 years, 6 months ago
- 4738ad5 Merge branch 'master' into zstd by Force Charlie · 4 years, 6 months ago
- 07c632c cmake: less yelling by Thomas Klausner · 4 years, 6 months ago
- 807fed2 ziptool turn on zstd by Force Charlie · 4 years, 6 months ago
- 4924aec Add option to disable installation by setting LIBZIP_DO_INSTALL to OFF. by Thomas Klausner · 4 years, 7 months ago
- 2665965 Fix incorrect format by Antonin Décimo · 4 years, 7 months ago
- d1f1c44 'l' length modifier has no effect on 'f' by Antonin Décimo · 4 years, 7 months ago
- dadba12 Create basic FIND_PACKAGE() files for CMake. by Thomas Klausner · 4 years, 7 months ago
- b49e8c8 Re-add compat.h to two files for Windows. by Thomas Klausner · 4 years, 8 months ago
- 00b3e34 Remove headers that include-what-you-use claims are unused. by Thomas Klausner · 4 years, 8 months ago
- 8d6d360 Make zip_compression_method_supported public and add zip_encryption_method_supported. by Thomas Klausner · 4 years, 9 months ago
- 8fefe78 Rename traditional PKWare encryption to PKWARE. Make compression and encryption method names case insensitive. by Dieter Baron · 4 years, 9 months ago
- 614fb90 Merge branch 'tradpkenc' into origin/master by Thomas Klausner · 4 years, 9 months ago
- 0af7855 Fix format specifier for comment_length by Rikard Falkeborn · 4 years, 9 months ago
- d7fd998 Clean up compiler warnings in ziptool::set_file_dostime by Thomas Klausner · 4 years, 10 months ago
- a9bf616 Ensure all calls `fopen` use "rb" mode by Michał Janiszewski · 4 years, 10 months ago
- 87d1ab4 add encryption with Traditional PKWARE by Tabata Shintaro · 5 years ago
- bd9fb11 zipcmp: fix double-free in cleanup by Thomas Klausner · 5 years ago
- 93f0339 copyright date updates by Thomas Klausner · 5 years ago
- 8b0ac8f Add zip_file_set_dostime. by Thomas Klausner · 5 years ago
- a576122 Add support for cancelling while closing zip archives by Thomas Klausner · 5 years ago
- be252f3 cmake: detect fts also in external lib by Sebastian Kemper · 5 years ago
- cd8ba2e Fix signed/unsigned mixup. by Dieter Baron · 5 years ago
- 3ea6ffa zipcmp: link directly against zlib (for crc32()) by Thomas Klausner · 5 years ago
- a91b3c4 Add support for the XZ compression method. by Thomas Klausner · 5 years ago
- b31b6f4 Check for localtime_r before using it; switch back to localtime if it doesn't exist. by Thomas Klausner · 5 years ago
- 2af568e Use localtime_r instead of localtime for better thread-safety. by Thomas Klausner · 5 years ago
- 2f364ba Add some casts to appease MSVC. by Thomas Klausner · 5 years ago
- 80491c8 Clean up ressources in test programs. by Thomas Klausner · 5 years ago
- e91cc0f Bump copyright dates. by Thomas Klausner · 6 years ago
- 3bc5f6c Check for localtime() failure. by Thomas Klausner · 6 years ago
- 5061edd Use progname variable for the program name. by Thomas Klausner · 6 years ago
- 532d82e Improve a format string. by Thomas Klausner · 6 years ago
- 4cd3c60 cmake: search libzip source path before other include paths. by Thomas Klausner · 7 years ago
- 8eab1a2 Format using clang-format. by Thomas Klausner · 7 years ago
- 42a3c4a Use GNUInstallDirs variables to allow installation customization. by Thomas Klausner · 7 years ago
- c36a6f4 Update copyright years. by Thomas Klausner · 7 years ago
- 633f0ed Always provide prototype for ziptool_post_close. by Thomas Klausner · 7 years ago
- 983d3a9 Add zip_source_buffer_fragment. by Dieter Baron · 7 years ago
- 833d66e Fix warnings found by Xcode. by Dieter Baron · 7 years ago
- 998bd0e Retire autoconf/automake build system. by Thomas Klausner · 7 years ago
- 659721f Split regression-specific part of ziptool into own executable, ziptool_regress. by Dieter Baron · 7 years ago
- dde51c0 Initialize variable for not-all-knowing-compilers by Thomas Klausner · 7 years ago
- 252b1c4 Windows fixes by Cédric Tabin by Thomas Klausner · 7 years ago
- f7b104a Fix zip_fdopen(). Add test case. by Dieter Baron · 7 years ago
- e1e7446 ziptool: Add support for reading archive from stdin. by Thomas Klausner · 7 years ago
- 069aee6 Include compat.h before zip.h to avoid ZIP_EXTERN redefinition. by Thomas Klausner · 8 years ago
- 9729dc3 Improve progress callback. by Dieter Baron · 8 years ago
- cc5b86f Add support for bzip2 compression and decompression. by Thomas Klausner · 8 years ago
- dceead5 Move variable definition to start of function. by Thomas Klausner · 8 years ago
- add18ea Do not return the same value for no encryption and error. by Thomas Klausner · 8 years ago
- 872f893 Use standard single quotes in all error messages. Adapt tests. by Thomas Klausner · 8 years ago
- df77dc6 copyright police by Thomas Klausner · 8 years ago
- d6258af Implement zip_register_progress_callback(). by Thomas Klausner · 8 years ago
- bcf5120 merge by Thomas Klausner · 8 years ago
- 7ed6a92 Winzip AES encryption support for writing. by Thomas Klausner · 8 years ago
- 1d7f685 Fix warnings, catch integer overflow. by Dieter Baron · 8 years ago
- 95e0f98 Avoid calling qsort() on an empty array. by Thomas Klausner · 8 years ago
- 7c745ea Fix use-after-free in ziptool. by Thomas Klausner · 8 years ago
- a5b4cb7 Fix seeking in file sources with start > 0. by Dieter Baron · 8 years ago
- c438582 Support legacy zip files with more than 64k entries. by Thomas Klausner · 8 years ago
- b545bf0 Fix dist target. by Thomas Klausner · 9 years ago
- 591ee6f Move compat defines to own header. by Dieter Baron · 9 years ago
- 38c8456 ziptool: include zipint.h for snprintf compat def on Windows. by Thomas Klausner · 9 years ago
- 4c8c563 Add 'extern int optopt;' for Linux and perhaps others. by Thomas Klausner · 9 years ago
- 471a67a Try using unlink() instead of remove(), for Coverity. by Thomas Klausner · 9 years ago
- edc0248 Check error return. by Dieter Baron · 9 years ago
- d389a49 Documentation improvements, add a TODO. by Thomas Klausner · 9 years ago
- 756b7c8 Document supported compression methods. by Thomas Klausner · 9 years ago
- 5781d2f Give more details about error. by Thomas Klausner · 9 years ago
- 72f023c Improve ziptool usage. by Thomas Klausner · 9 years ago
- 1c52df0 Add cast to silence conversion warning. by Thomas Klausner · 9 years ago
- 35bc326 ziptool: add set_file_mtime_all by Thomas Klausner · 9 years ago
- afa299f Fix arguments for set_password in help string. by Thomas Klausner · 9 years ago
- 28c9792 Rename modify to ziptool and install it. by Thomas Klausner · 9 years ago
- a1415de copyright police. 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
- 2b5ddb2 Check a possible overflow in a rare case. 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
- da1c245 Deprecate zip_error_to_str. Add zip_error_init_with_code. Adapt code 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
- 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
- af2c40e Explain zipcmp -t more. by Thomas Klausner · 10 years ago
- 7ddf7d1 Bump copyright year. by Thomas Klausner · 11 years ago
- f07c976 Add S_ISDIR compat define. From Patrick Spendrin. by Thomas Klausner · 11 years ago
- cef68dc Fix zipcmp build with cmake. by Thomas Klausner · 11 years ago
- de610c3 Use fts(3) where available. by Thomas Klausner · 11 years ago
- 1e36153 Fix cmake build. by Thomas Klausner · 11 years ago