- ba492d3 Update file list and dependencies for developer-xcode. by Dieter Baron · 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
- 47dc1fc More hints for clang-format. by Thomas Klausner · 4 years, 5 months ago
- 1b30d7d zip_ftell now supports compressed data by Thomas Klausner · 4 years, 5 months ago
- 48c4564 Fix max bound computation for deflate. by Thomas Klausner · 4 years, 5 months ago
- 7f57e3d travis: verbose test output by default by Thomas Klausner · 4 years, 5 months ago
- 92bfbaa Don’t use ceil() for integer arithmetics. by Dieter Baron · 4 years, 5 months ago
- a3af415 appveyor: try installing zstd by Thomas Klausner · 4 years, 5 months ago
- 9bb6680 Support zip_source_tell for sources that don’t support ZIP_SOURCE_SEEK and ZIP_SOURCE_TELL. by Dieter Baron · 4 years, 5 months ago
- dd84454 Move maximum compressed size computation to algorithms. by Dieter Baron · 4 years, 5 months ago
- 75efb5c Add new file to Xcode. by Dieter Baron · 4 years, 5 months ago
- 666e4cd Mention zstd in INSTALL by Thomas Klausner · 4 years, 5 months ago
- 990b27f Add comment. by Thomas Klausner · 4 years, 5 months ago
- 6944f9c Mention zstd support in NEWS. by Thomas Klausner · 4 years, 5 months ago
- c887703 Merge branch 'zstd-support' by Thomas Klausner · 4 years, 5 months ago
- e47a586 Actually use compression_flags in zstd backend. by Thomas Klausner · 4 years, 5 months ago
- 2b06c01 Set version required for zstd to 20 for winzip compatibility. by Thomas Klausner · 4 years, 5 months ago
- e3331e4 If compressed size is known, use it. by Thomas Klausner · 4 years, 5 months ago
- 6c96af8 More cleanups for zstd support. by Thomas Klausner · 4 years, 5 months ago
- 7889f2d Flush after every compression where no data is available. by Thomas Klausner · 4 years, 5 months ago
- 57627ea Mention zstd as supported in ziptool. by Thomas Klausner · 4 years, 5 months ago
- 733d10b Make zstd implementation match more closely bzip2 one. by Thomas Klausner · 4 years, 5 months ago
- c0ed5f1 Add zstd test cases. by Thomas Klausner · 4 years, 5 months ago
- 653f84d Bump version for zstd support to 6.3 (first defined in appnote 6.3.7). by Thomas Klausner · 4 years, 5 months ago
- 785cbc2 Add comment about compression method 20 (obsolete) by Thomas Klausner · 4 years, 5 months ago
- fcf60bb Map zstd errors to zlib ones. by Thomas Klausner · 4 years, 5 months ago
- 5e6499c Improve Zstd detection. by Thomas Klausner · 4 years, 5 months ago
- 73d23e8 Thank Ørjan Malde. by Thomas Klausner · 4 years, 5 months ago
- b4a4f77 Include limits.h for INT_MAX. by Thomas Klausner · 4 years, 5 months ago
- 9947d87 Merge pull request #194 from Redfoxymoon/master by Thomas Klausner · 4 years, 5 months ago
- fd89e24 Include limits.h for INT_MAX by Ørjan Malde · 4 years, 5 months ago
- c02d024 Bump version after release by Thomas Klausner · 4 years, 5 months ago
- 66e4964 Bump version to 1.7.3. by Thomas Klausner · 4 years, 5 months ago
- ddd6fdb Cleanup zstd support by Force Charlie · 4 years, 5 months ago
- e8f26d6 merge from upstream by Force Charlie · 4 years, 5 months ago
- 60a6bf3 Merge pull request #190 from remicollet/issue-gnuinstalldirs by Thomas Klausner · 4 years, 5 months ago
- f520e28 Replace include_guard. by Thomas Klausner · 4 years, 5 months ago
- 4fdcd24 Try fixing pkgconfig file. by Thomas Klausner · 4 years, 5 months ago
- 992ed23 Add FindBZip2 and FindLibLZMA files from cmake 3.17 for backwards compat. by Thomas Klausner · 4 years, 5 months ago
- ebe01b5 restore GNUInstallDirs by Remi Collet · 4 years, 5 months ago
- 7fc7faf Post-release bump. by Thomas Klausner · 4 years, 6 months ago
- fc8a24b Update NEWS for 1.7.2 and bump version. by Thomas Klausner · 4 years, 6 months ago
- 6aecb02 update-html.cmake: use NiH as operating system value by Thomas Klausner · 4 years, 6 months ago
- 5ce73a9 Find mbedTLS using a new FindMbedTLS module. by Thomas Klausner · 4 years, 6 months ago
- 390f3f3 Various cleanups. by Thomas Klausner · 4 years, 6 months ago
- 40098f0 License update. by Thomas Klausner · 4 years, 6 months ago
- 93597aa FindNettle: fix for versions <3.0 which did not provide version.h by Thomas Klausner · 4 years, 6 months ago
- 81896db FindNettle: extract version from header by Thomas Klausner · 4 years, 6 months ago
- 0bcdc80 Fix FindNettle usage to actually check version. by Thomas Klausner · 4 years, 6 months ago
- 60c182e Create Dist.cmake and move dist and distcheck target creation there. by Thomas Klausner · 4 years, 6 months ago
- 338d9b6 Improve FindNettle.cmake and move it to cmake/ by Thomas Klausner · 4 years, 6 months ago
- 84a0937 Move zlib.h inclusion to where it is actually needed. by Thomas Klausner · 4 years, 6 months ago
- 84b9cc7 Update requirements in INSTALL.md by Thomas Klausner · 4 years, 6 months ago
- 583e29a cmake: restructure regress to fix previous by Thomas Klausner · 4 years, 6 months ago
- 1d54370 ziptool_regress also needs getopt. by Thomas Klausner · 4 years, 6 months ago
- 4fba16a Use ZLIB::ZLIB for linking against zlib. by Thomas Klausner · 4 years, 6 months ago
- 6bf9f21 Remove a lot of unused defines. by Thomas Klausner · 4 years, 6 months ago
- 1f061fd Bump xz requirement to 5.2. by Thomas Klausner · 4 years, 6 months ago
- d585906 cmake: more best practice changes by Thomas Klausner · 4 years, 6 months ago
- 29b881d set target_include_directories for can_clone_file as well 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
- f5dbb49 Nothing in examples/ needs getopt, remove code from CMakeLists. by Thomas Klausner · 4 years, 6 months ago
- c4cd691 Fix syntax error in previous. by Thomas Klausner · 4 years, 6 months ago
- 5cec319 Make utf16_create_file static and update prototype. by Thomas Klausner · 4 years, 6 months ago
- b569184 Moved specifications files to web page. by Dieter Baron · 4 years, 6 months ago
- c8ade56 runtest: fix stdin disable logic by Thomas Klausner · 4 years, 6 months ago
- aec3bf6 Move cmake package config install targets together. by Thomas Klausner · 4 years, 6 months ago
- f9fd8e7 Remove obsolete script. by Thomas Klausner · 4 years, 6 months ago
- 53b33f7 Rename libzip.cmake.in to libzip-config.cmake.in. by Thomas Klausner · 4 years, 6 months ago
- dc9eae3 Explicitly mention include interface dir for dependencies. by Thomas Klausner · 4 years, 6 months ago
- 0144216 Remove zlib from cmake package config for now. by Thomas Klausner · 4 years, 6 months ago
- af18f74 Remove HAVE_CONFIG_H and unused CMAKE_REQUIRED_INCLUDES. by Thomas Klausner · 4 years, 6 months ago
- 2a6dbb0 cmake: more install simplification. by Thomas Klausner · 4 years, 6 months ago
- f282e4e Simplify installation. by Thomas Klausner · 4 years, 6 months ago
- 35c8f2e cmake: modernize usage more 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
- c8063f0 Update NEWS for CMake fixes. by Thomas Klausner · 4 years, 6 months ago
- 3fc0ac4 cmake: fix file name of version file by Thomas Klausner · 4 years, 6 months ago
- f3bdf25 cmake: Even less yelling. by Thomas Klausner · 4 years, 6 months ago
- d4c75c3 cmake: put exports into libzip:: namespace by Thomas Klausner · 4 years, 6 months ago
- 47b3c02 post-release bump by Thomas Klausner · 4 years, 6 months ago
- 07c632c cmake: less yelling by Thomas Klausner · 4 years, 6 months ago
- f27fcc3 Update zstd version_needed to 20 by Force Charlie · 4 years, 6 months ago
- 42d2866 Revert "Update zstd version_needed to 20 and update appnote.txt" by Force Charlie · 4 years, 6 months ago
- af5b5e5 Update zstd version_needed to 20 and update appnote.txt by Force Charlie · 4 years, 6 months ago
- 807fed2 ziptool turn on zstd by Force Charlie · 4 years, 6 months ago
- 1a46954 Fix zstd not enable by Force Charlie · 4 years, 6 months ago
- 9334af7 Fix zstd process by Force Charlie · 4 years, 6 months ago
- 87f47fe Initial support for zstd by Force Charlie · 4 years, 6 months ago
- dcd9a0b Bump version to 1.7.1. by Thomas Klausner · 4 years, 6 months ago
- c6a9df6 Update NEWS for 1.7.1 by Thomas Klausner · 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
- 710eac6 Handle dist and distcheck targets together. by Thomas Klausner · 4 years, 7 months ago
- dd9e7c5 Do not override existing dist or distcheck targets, if any. by Thomas Klausner · 4 years, 7 months ago
- edbd286 Thank Antonin Décimo by Thomas Klausner · 4 years, 7 months ago
- 34d80f5 Merge pull request #178 from MisterDA/fixes by Thomas Klausner · 4 years, 7 months ago
- ac7fb1e Fix previous, the macros are expected to be numbers. by Thomas Klausner · 4 years, 7 months ago