1. e049c60 Improve regular file detection on Windows. by Thomas Klausner · 3 years, 7 months ago
  2. 4d7582d Move variable declarations earlier, to help old compilers. by Thomas Klausner · 3 years, 7 months ago
  3. a1e435c regen by Thomas Klausner · 3 years, 7 months ago
  4. 67e1a2a Document thread safety. by Thomas Klausner · 3 years, 7 months ago
  5. a730b5e regen by Thomas Klausner · 3 years, 7 months ago
  6. 4835209 Mention that an empty password is the same as no password. by Thomas Klausner · 3 years, 7 months ago
  7. 043ceac Treat empty string as no password. by Dieter Baron · 3 years, 7 months ago
  8. 51454a4 Add test case with wrong password that passes the hash test. by Thomas Klausner · 3 years, 7 months ago
  9. c468c2b Mention that password verification is not fully possible by Thomas Klausner · 3 years, 7 months ago
  10. d31cb3b regen man pages. by Thomas Klausner · 3 years, 8 months ago
  11. 78892f4 Fix documentation of zip_file_set_dostime. by Thomas Klausner · 3 years, 8 months ago
  12. 2134d8c Merge pull request #203 from malytomas/master by Thomas Klausner · 3 years, 8 months ago
  13. e18dab3 fix conditional cmake install/export by Tomas Maly · 3 years, 9 months ago
  14. 6ec8cfc Complete thanks. by Thomas Klausner · 3 years, 9 months ago
  15. 38161f4 Add Dean Ellis. by Dieter Baron · 3 years, 9 months ago
  16. 319e640 Merge pull request #202 from infinitespace-studios/fixnullbug by Dieter Baron · 3 years, 9 months ago
  17. 9629756 Add missing NULL check in zip_stat_index. by Dean Ellis · 3 years, 9 months ago
  18. c55cf12 Add test for decompressing lzma without EOS/EOPM marker. by Thomas Klausner · 3 years, 9 months ago
  19. 1696f2c Don’t discard uncompressed size, even if we can’t yet verify it. by Dieter Baron · 3 years, 9 months ago
  20. 9f8a3eb xz: set Version-Needed to 2.0 for Winzip compatibility. by Thomas Klausner · 3 years, 9 months ago
  21. ef437bd Simplify cmake. Mention xz in no-lzma warning. by Thomas Klausner · 3 years, 9 months ago
  22. 23d86f7 Update TODO by Thomas Klausner · 3 years, 9 months ago
  23. 3b65662 zipcmp: more verbose output in test mode by Thomas Klausner · 3 years, 9 months ago
  24. ea0b186 Remove unneeded declarations. by Thomas Klausner · 3 years, 9 months ago
  25. c025b25 Pass uncompressed size to lzma when GPBF are cleared. by Dieter Baron · 3 years, 9 months ago
  26. ca24692 lzma: set general purpose bit flags appropriately by Thomas Klausner · 3 years, 9 months ago
  27. dd66380 run clang-format by Thomas Klausner · 3 years, 9 months ago
  28. 5f83d15 Thank Fabrice Fontaine by Thomas Klausner · 3 years, 9 months ago
  29. 73f6f8e Add FindGnuTLS.cmake from 3.17.3. by Thomas Klausner · 3 years, 9 months ago
  30. 750a78e Add LZMA compression support. by Thomas Klausner · 3 years, 9 months ago
  31. c091462 Add test cases for lzma compression (id 14). by Thomas Klausner · 3 years, 9 months ago
  32. aaf0de8 Mention zip_file_get_error in the libzip man page. by Thomas Klausner · 3 years, 9 months ago
  33. ba492d3 Update file list and dependencies for developer-xcode. by Dieter Baron · 3 years, 9 months ago
  34. a14fded Stop using tabs, update clang-format config. by Thomas Klausner · 3 years, 9 months ago
  35. 29c6a39 Run clang-format. by Thomas Klausner · 3 years, 9 months ago
  36. 47dc1fc More hints for clang-format. by Thomas Klausner · 3 years, 9 months ago
  37. 1b30d7d zip_ftell now supports compressed data by Thomas Klausner · 3 years, 9 months ago
  38. 48c4564 Fix max bound computation for deflate. by Thomas Klausner · 3 years, 9 months ago
  39. 7f57e3d travis: verbose test output by default by Thomas Klausner · 3 years, 9 months ago
  40. 92bfbaa Don’t use ceil() for integer arithmetics. by Dieter Baron · 3 years, 9 months ago
  41. a3af415 appveyor: try installing zstd by Thomas Klausner · 3 years, 9 months ago
  42. 9bb6680 Support zip_source_tell for sources that don’t support ZIP_SOURCE_SEEK and ZIP_SOURCE_TELL. by Dieter Baron · 3 years, 9 months ago
  43. dd84454 Move maximum compressed size computation to algorithms. by Dieter Baron · 3 years, 9 months ago
  44. 75efb5c Add new file to Xcode. by Dieter Baron · 3 years, 9 months ago
  45. 666e4cd Mention zstd in INSTALL by Thomas Klausner · 3 years, 9 months ago
  46. 990b27f Add comment. by Thomas Klausner · 3 years, 9 months ago
  47. 6944f9c Mention zstd support in NEWS. by Thomas Klausner · 3 years, 9 months ago
  48. c887703 Merge branch 'zstd-support' by Thomas Klausner · 3 years, 9 months ago
  49. e47a586 Actually use compression_flags in zstd backend. by Thomas Klausner · 3 years, 9 months ago
  50. 2b06c01 Set version required for zstd to 20 for winzip compatibility. by Thomas Klausner · 3 years, 9 months ago
  51. e3331e4 If compressed size is known, use it. by Thomas Klausner · 3 years, 9 months ago
  52. 6c96af8 More cleanups for zstd support. by Thomas Klausner · 3 years, 9 months ago
  53. 7889f2d Flush after every compression where no data is available. by Thomas Klausner · 3 years, 9 months ago
  54. 57627ea Mention zstd as supported in ziptool. by Thomas Klausner · 3 years, 9 months ago
  55. 733d10b Make zstd implementation match more closely bzip2 one. by Thomas Klausner · 3 years, 9 months ago
  56. c0ed5f1 Add zstd test cases. by Thomas Klausner · 3 years, 9 months ago
  57. 653f84d Bump version for zstd support to 6.3 (first defined in appnote 6.3.7). by Thomas Klausner · 3 years, 9 months ago
  58. 785cbc2 Add comment about compression method 20 (obsolete) by Thomas Klausner · 3 years, 9 months ago
  59. fcf60bb Map zstd errors to zlib ones. by Thomas Klausner · 3 years, 9 months ago
  60. 5e6499c Improve Zstd detection. by Thomas Klausner · 3 years, 9 months ago
  61. 73d23e8 Thank Ørjan Malde. by Thomas Klausner · 3 years, 9 months ago
  62. b4a4f77 Include limits.h for INT_MAX. by Thomas Klausner · 3 years, 9 months ago
  63. 9947d87 Merge pull request #194 from Redfoxymoon/master by Thomas Klausner · 3 years, 9 months ago
  64. fd89e24 Include limits.h for INT_MAX by Ørjan Malde · 3 years, 9 months ago
  65. c02d024 Bump version after release by Thomas Klausner · 3 years, 9 months ago
  66. 66e4964 Bump version to 1.7.3. by Thomas Klausner · 3 years, 9 months ago
  67. ddd6fdb Cleanup zstd support by Force Charlie · 3 years, 9 months ago
  68. e8f26d6 merge from upstream by Force Charlie · 3 years, 9 months ago
  69. 60a6bf3 Merge pull request #190 from remicollet/issue-gnuinstalldirs by Thomas Klausner · 3 years, 9 months ago
  70. f520e28 Replace include_guard. by Thomas Klausner · 3 years, 9 months ago
  71. 4fdcd24 Try fixing pkgconfig file. by Thomas Klausner · 3 years, 9 months ago
  72. 992ed23 Add FindBZip2 and FindLibLZMA files from cmake 3.17 for backwards compat. by Thomas Klausner · 3 years, 9 months ago
  73. ebe01b5 restore GNUInstallDirs by Remi Collet · 3 years, 9 months ago
  74. 7fc7faf Post-release bump. by Thomas Klausner · 3 years, 9 months ago
  75. fc8a24b Update NEWS for 1.7.2 and bump version. by Thomas Klausner · 3 years, 9 months ago
  76. 6aecb02 update-html.cmake: use NiH as operating system value by Thomas Klausner · 3 years, 9 months ago
  77. 5ce73a9 Find mbedTLS using a new FindMbedTLS module. by Thomas Klausner · 3 years, 9 months ago
  78. 390f3f3 Various cleanups. by Thomas Klausner · 3 years, 10 months ago
  79. 40098f0 License update. by Thomas Klausner · 3 years, 10 months ago
  80. 93597aa FindNettle: fix for versions <3.0 which did not provide version.h by Thomas Klausner · 3 years, 10 months ago
  81. 81896db FindNettle: extract version from header by Thomas Klausner · 3 years, 10 months ago
  82. 0bcdc80 Fix FindNettle usage to actually check version. by Thomas Klausner · 3 years, 10 months ago
  83. 60c182e Create Dist.cmake and move dist and distcheck target creation there. by Thomas Klausner · 3 years, 10 months ago
  84. 338d9b6 Improve FindNettle.cmake and move it to cmake/ by Thomas Klausner · 3 years, 10 months ago
  85. 84a0937 Move zlib.h inclusion to where it is actually needed. by Thomas Klausner · 3 years, 10 months ago
  86. 84b9cc7 Update requirements in INSTALL.md by Thomas Klausner · 3 years, 10 months ago
  87. 583e29a cmake: restructure regress to fix previous by Thomas Klausner · 3 years, 10 months ago
  88. 1d54370 ziptool_regress also needs getopt. by Thomas Klausner · 3 years, 10 months ago
  89. 4fba16a Use ZLIB::ZLIB for linking against zlib. by Thomas Klausner · 3 years, 10 months ago
  90. 6bf9f21 Remove a lot of unused defines. by Thomas Klausner · 3 years, 10 months ago
  91. 1f061fd Bump xz requirement to 5.2. by Thomas Klausner · 3 years, 10 months ago
  92. d585906 cmake: more best practice changes by Thomas Klausner · 3 years, 10 months ago
  93. 29b881d set target_include_directories for can_clone_file as well by Thomas Klausner · 3 years, 10 months ago
  94. 464beec Fix path to getopt.c in previous. by Thomas Klausner · 3 years, 10 months ago
  95. 702e916 cmake best practice cleanup: switch from source list variables to target_sources() by Thomas Klausner · 3 years, 10 months ago
  96. f5dbb49 Nothing in examples/ needs getopt, remove code from CMakeLists. by Thomas Klausner · 3 years, 10 months ago
  97. c4cd691 Fix syntax error in previous. by Thomas Klausner · 3 years, 10 months ago
  98. 5cec319 Make utf16_create_file static and update prototype. by Thomas Klausner · 3 years, 10 months ago
  99. b569184 Moved specifications files to web page. by Dieter Baron · 3 years, 10 months ago
  100. c8ade56 runtest: fix stdin disable logic by Thomas Klausner · 3 years, 10 months ago