1. 117bc99 simplify css by Thomas Klausner · 1 year, 11 months ago main
  2. 7ced5c7 TODO: document valid file paths by Thomas Klausner · 2 years ago
  3. 686ab8b zipcmp: mention removed files count first by Thomas Klausner · 2 years ago
  4. bdc03ab Fix some typos, including in test data. by Thomas Klausner · 2 years ago
  5. 563ee2c Explicitly mention that zip_close invalidates all state about the archive. by Thomas Klausner · 2 years, 1 month ago
  6. 509dd1b zipcmp: add -s to print a summary of how many files where added/removed by Thomas Klausner · 2 years, 1 month ago
  7. e47da96 Use common defines instead of static variables to check source supports all required operations. by Dieter Baron · 2 years, 1 month ago
  8. 1f8de59 Thank Julien Matthey by Thomas Klausner · 2 years, 1 month ago
  9. 69fee70 Fix function name. by Dieter Baron · 2 years, 1 month ago
  10. 06d7bc2 Fix encding handling in `zip_name_locate()`. by Dieter Baron · 2 years, 1 month ago
  11. e5902d1 Restore old name in name hash table after unchanging delete. by Dieter Baron · 2 years, 2 months ago
  12. 7f449da Fix off-by-one in buffer cloning that can cause double free(). by Dieter Baron · 2 years, 2 months ago
  13. 2599ee5 Ignore CLion build directory. by Dieter Baron · 2 years, 2 months ago
  14. 34b13ca Thank Alberto Spin by Thomas Klausner · 2 years, 3 months ago
  15. fd7be92 vsbuild.cmd: remove goto EOF which skips build by Thomas Klausner · 2 years, 3 months ago
  16. e7df588 ziptool: Remove unused arguments by Thomas Klausner · 2 years, 3 months ago
  17. 9a34f97 Bump copyright. by Thomas Klausner · 2 years, 4 months ago
  18. bff2eb9 Thank scribam by Thomas Klausner · 2 years, 4 months ago
  19. ecf1024 Merge pull request #277 from scribam/bcrypt-success by Thomas Klausner · 2 years, 4 months ago
  20. 7b0eba7 zip_random_uwp: use BCRYPT_SUCCESS macro by scribam · 2 years, 4 months ago
  21. dceeaa1 cp437: test 0x7f, sort bytes by Thomas Klausner · 2 years, 4 months ago
  22. 02599ba Don't hide temporary files by prepending a dot. by Dieter Baron · 2 years, 4 months ago
  23. 7a96d50 Thank shenlebantongying. by Dieter Baron · 2 years, 4 months ago
  24. f809577 Use dot at beginning of temporary file name. by Dieter Baron · 2 years, 4 months ago
  25. af535f9 Remove unused file by Thomas Klausner · 2 years, 4 months ago
  26. 636a340 Use .part suffix for temp file names. by Dieter Baron · 2 years, 4 months ago
  27. 1c74452 dist: put files in ${CMAKE_BINARY_DIR} by Thomas Klausner · 2 years, 4 months ago
  28. d4b2241 regen by Thomas Klausner · 2 years, 5 months ago
  29. f8925a2 Be explicit that zip_fseek does not work on encrypted data. by Thomas Klausner · 2 years, 5 months ago
  30. ac090e2 Thank PW Hu by Thomas Klausner · 2 years, 5 months ago
  31. 6dc7962 Merge pull request #270 from PeiweiHu/PeiweiHu-Patch_1111 by Thomas Klausner · 2 years, 5 months ago
  32. a3c838c Fix check of _zip_filetime_to_time_t by PW Hu · 2 years, 5 months ago
  33. 945768e Remove RETURN VALUES section for function with return type void. by Dieter Baron · 2 years, 6 months ago
  34. 547d98c Add zip_file_is_seekable(). by Dieter Baron · 2 years, 6 months ago
  35. 76df02f Use fchmod when available to avoid race condition. by Dieter Baron · 2 years, 7 months ago
  36. 99e54f5 Add security policy, as requested by GitHub. by Dieter Baron · 2 years, 7 months ago
  37. 4b856d8 Clearly document behaviour when end of file is reached. by Dieter Baron · 2 years, 7 months ago
  38. 6cb3653 According to the spec, WinZIP V2 doesn't set CRC. by Dieter Baron · 2 years, 7 months ago
  39. e7c81b6 Thank Giovanni by Thomas Klausner · 2 years, 7 months ago
  40. ce9644a Merge pull request #258 from wargio/patch-1 by Dieter Baron · 2 years, 7 months ago
  41. 32028b5 Use after free when fseeko fails by Giovanni · 2 years, 7 months ago
  42. c4f00f4 Add Muhammad Arslan Kabeer. by Dieter Baron · 2 years, 8 months ago
  43. 0264a33 Thank Vitaly Murashev by Thomas Klausner · 2 years, 8 months ago
  44. 13bc456 Make WinZip encryption FIPS compliant by vmurashev · 2 years, 8 months ago
  45. 6a0ea57 Thank SpaceIm. by Dieter Baron · 2 years, 9 months ago
  46. ee9d125 Merge pull request #251 from SpaceIm/fix/cmake-install-bundle by Dieter Baron · 2 years, 9 months ago
  47. e7bfb68 fix install destination of executables for iOS/tvOS/watchOS by SpaceIm · 2 years, 9 months ago
  48. 184ddda ga: try a newer vcpkg version by Thomas Klausner · 2 years, 10 months ago
  49. adf7323 ga: rename workflow to match its internal name by Thomas Klausner · 2 years, 10 months ago
  50. 13c9e16 Thank Michael Heimpold by Thomas Klausner · 2 years, 10 months ago
  51. 2fad057 Merge pull request #249 from mhei/fix-typo-pkgconfig by Thomas Klausner · 2 years, 10 months ago
  52. 28951cb Fix typo which prevents expansion of libdir in pkgconfig files by Michael Heimpold · 2 years, 10 months ago
  53. 365c7bd Use old vcpkg version again. by Dieter Baron · 2 years, 10 months ago
  54. 8fdae56 ga: try recent vcpkg with run-vcpkg@v7. by Dieter Baron · 2 years, 10 months ago
  55. c4af918 Try having relative paths in pkg-config file. by Thomas Klausner · 2 years, 10 months ago
  56. a1a0263 Merge pull request #247 from remicollet/patch-1 by Thomas Klausner · 2 years, 10 months ago
  57. 3d573c4 Zstd 1.3.6 is enough by Remi Collet · 2 years, 10 months ago
  58. c39f01d ZSTD_minCLevel() and ZSTD_maxCLevel() are from zstd 1.5 by Thomas Klausner · 2 years, 10 months ago
  59. 69d6ef2 Thanks Rafał Mikrut by Thomas Klausner · 2 years, 10 months ago
  60. 0c955aa Return false instead of -1. by Thomas Klausner · 2 years, 10 months ago
  61. be8921b Thank rezso by Thomas Klausner · 2 years, 10 months ago
  62. be01fbf Merge pull request #244 from rezso/patch-1 by Thomas Klausner · 2 years, 10 months ago
  63. e4b2ad0 Check result of malloc. by Dieter Baron · 2 years, 10 months ago
  64. ca61524 CMakeLists.txt: add missing regex for zstd by rezso · 2 years, 10 months ago
  65. 26ba552 Bump version and shlib version. by Dieter Baron · 2 years, 10 months ago
  66. 8a02786 ga: revert last four commits, did not improve anything by Thomas Klausner · 2 years, 10 months ago
  67. 8f535a9 ga: whitespace by Thomas Klausner · 2 years, 10 months ago
  68. ed4ae02 ga: restore vcpkg git id, needed despite docs not mentioning it by Thomas Klausner · 2 years, 10 months ago
  69. 4dc35d3 ga: try splitting vcpkg installation in two parts by Thomas Klausner · 2 years, 10 months ago
  70. 6405b8d ga: switch to vcpkg tag 2021.05.12 (5568f110b509a9fd90711978a7cb76bae75bb092) by Thomas Klausner · 2 years, 10 months ago
  71. 6d361de ga: install more dependencies on Windows by Thomas Klausner · 2 years, 10 months ago
  72. 58d96c8 ga: ctest uses -C, not --config by Thomas Klausner · 2 years, 10 months ago
  73. dea247d GA: use --config Release in build/test on all platforms by Thomas Klausner · 2 years, 10 months ago
  74. 42c133e GA: Add config to ctest. by Dieter Baron · 2 years, 10 months ago
  75. dab2d5d Include required header files. by Dieter Baron · 2 years, 10 months ago
  76. d075b2d GA: Add intermediary directories. by Dieter Baron · 2 years, 10 months ago
  77. b0bd8de GA: Windows uses \. by Dieter Baron · 2 years, 10 months ago
  78. d73101e GA Try another syntax. by Dieter Baron · 2 years, 10 months ago
  79. 62c5c98 GA: Try different variable syntax. by Dieter Baron · 2 years, 10 months ago
  80. 2123298 Point cmake to vcpkg directory. by Dieter Baron · 2 years, 10 months ago
  81. 7986bbe GA: Add vcpkgGitCommitId. by Dieter Baron · 2 years, 10 months ago
  82. 386ce2e Install zlib on Windows. by Dieter Baron · 2 years, 10 months ago
  83. 3363fca Remove debug output. by Dieter Baron · 2 years, 10 months ago
  84. e58d3b0 Try different variable syntax. by Dieter Baron · 2 years, 10 months ago
  85. b1f1dc9 ga: more debug output by Thomas Klausner · 2 years, 10 months ago
  86. b24b4cc debug output by Dieter Baron · 2 years, 10 months ago
  87. 6b893cc Use correct source directory. by Dieter Baron · 2 years, 10 months ago
  88. c622462 Avoid Unix specifics on Windows. by Dieter Baron · 2 years, 10 months ago
  89. 5056400 Avoid Unix commands on Windows. by Dieter Baron · 2 years, 10 months ago
  90. c73eb04 Enable Windows build. by Dieter Baron · 2 years, 10 months ago
  91. 8ecd6df Revert previous. by Dieter Baron · 2 years, 10 months ago
  92. 6f0482a Update badge URL. by Dieter Baron · 2 years, 10 months ago
  93. 37ca0f8 Rename workflow to build. by Dieter Baron · 2 years, 10 months ago
  94. 7d05796 Rename workflow to build. by Dieter Baron · 2 years, 10 months ago
  95. dd9f3c2 Unhook travis by Thomas Klausner · 2 years, 10 months ago
  96. 9074981 Remove debugging code. by Dieter Baron · 2 years, 10 months ago
  97. 15e22dc Use absolute path for shared object. by Dieter Baron · 2 years, 10 months ago
  98. ad34dee Print information about libliboverride.so. by Dieter Baron · 2 years, 10 months ago
  99. 51de986 List files in build/regress. by Dieter Baron · 2 years, 10 months ago
  100. 8a06e52 Ignore error from liboverride-test. by Dieter Baron · 2 years, 10 months ago