1. ecbc157 Improve reporting of unknown errors. by Dieter Baron · 4 years ago
  2. 400985b Remove some debugging printfs. by Thomas Klausner · 4 years ago
  3. 36352a8 Add extern. by Thomas Klausner · 4 years ago
  4. c605376 Disable validity checks on Windows. by Dieter Baron · 4 years ago
  5. 83bd852 Add misisng ; to debug printf. by Dieter Baron · 4 years ago
  6. 7d6c185 More debug printfs. by Dieter Baron · 4 years ago
  7. dfd5b44 Add another debug printf, avoid variable and struct with the same name. by Dieter Baron · 4 years ago
  8. f34af89 Add debug printfs. by Dieter Baron · 4 years ago
  9. 9543eea Further compile fixes. by Dieter Baron · 4 years ago
  10. 66b7a71 Further compile fixes. by Dieter Baron · 4 years ago
  11. a0754ab Remove HAVE__CHMOD define, unused. by Thomas Klausner · 4 years ago
  12. 1eeb8d9 Further compile fixes. by Dieter Baron · 4 years ago
  13. 5de1412 Stop testing for _chmod, chmod not used on Windows any longer. by Thomas Klausner · 4 years, 1 month ago
  14. 2d6b48d Struct members are terminated with ;, not separated with , by Dieter Baron · 4 years, 1 month ago
  15. 74cd13d Don't check for open. by Thomas Klausner · 4 years, 1 month ago
  16. e94fdcd Further compile fixes. by Dieter Baron · 4 years, 1 month ago
  17. b02cbab Test which types cause the compile error. by Dieter Baron · 4 years, 1 month ago
  18. 3564c41 Fix various compile errors. by Dieter Baron · 4 years, 1 month ago
  19. 7e784f3 Avoid HANDLE in struct. by Dieter Baron · 4 years, 1 month ago
  20. 71376f0 Add another include file. by Dieter Baron · 4 years, 1 month ago
  21. 6e1157b Add more includes. by Dieter Baron · 4 years, 1 month ago
  22. 8aa917c Switch over to new Windows sources. by Dieter Baron · 4 years, 1 month ago
  23. 735e262 Convert all Windows file sources to new framework. by Dieter Baron · 4 years, 1 month ago
  24. caa80ef Add userdata pointer for implementations. by Dieter Baron · 4 years, 1 month ago
  25. 937a47b Add a TODO. by Dieter Baron · 4 years, 1 month ago
  26. 89f1e4c Begin converting Windows file sources to new framework. by Dieter Baron · 4 years, 1 month ago
  27. f500b32 Run through clang-format, and fix a typo in a comment. by Thomas Klausner · 4 years, 1 month ago
  28. 20411b4 open operation only needed for write support; improve file comments, add multiple inclusion guards. by Dieter Baron · 4 years, 1 month ago
  29. 71dd91b Document which supported feature requires which operations. Document when stat fields need to be valid. by Dieter Baron · 4 years, 1 month ago
  30. fdfa645 Restore S_IWUSR compatibility define for Windows. by Dieter Baron · 4 years, 1 month ago
  31. 3a8f059 Avoid overflow, only check for overflow if types have different size. by Dieter Baron · 4 years, 1 month ago
  32. 5fa68e7 open() ist not used on Windows, don’t provide _open() fallback. by Dieter Baron · 4 years, 1 month ago
  33. 87323d3 Cloning support is per implementation, not per file. by Dieter Baron · 4 years, 1 month ago
  34. 8931b5c Fix build on platforms that support cloning. by Dieter Baron · 4 years, 1 month ago
  35. 9568667 Factor implementation specific operations out of file source. by Dieter Baron · 4 years, 1 month ago
  36. 906dc5f Actually seek when necessary. by Dieter Baron · 4 years, 1 month ago
  37. 196fae2 Fix build with old gnutls. by Thomas Klausner · 4 years, 1 month ago
  38. 0936f5d Thank gk7huki. by Dieter Baron · 4 years, 1 month ago
  39. fa91ba5 Complete ZIP_SOURCE_GET_FILE_ATTRIBUTES support. by Dieter Baron · 4 years, 1 month ago
  40. 57f7546 Don’t seek before start. by Dieter Baron · 4 years, 1 month ago
  41. 913b137 Accept extra values in Zip64 extra field if they match the directory entry. by Dieter Baron · 4 years, 1 month ago
  42. aa0414f Improve formatting, fix typo. by Thomas Klausner · 4 years, 1 month ago
  43. e6447e8 Make it clear that zip_dir_add does not look at the file system. by Dieter Baron · 4 years, 1 month ago
  44. 99af5ff Add some HTML conversions of man pages. by Thomas Klausner · 4 years, 1 month ago
  45. 9be91fa Clean up TODO, remove soon/later, sort entries into corresponding sections by Thomas Klausner · 4 years, 1 month ago
  46. 7ebafbc Revert previous, needs further investigation. by Dieter Baron · 4 years, 1 month ago
  47. 2b3d256 Support decompression for method deflate64. by Dieter Baron · 4 years, 1 month ago
  48. 967ede1 win32 backend: try converting win32handle to relative instead of absolute current/end positions by Thomas Klausner · 4 years, 1 month ago
  49. 4407201 zip_source_win32handle: fix a corner case when the requested length is not specified by Thomas Klausner · 4 years, 1 month ago
  50. b49e8c8 Re-add compat.h to two files for Windows. by Thomas Klausner · 4 years, 1 month ago
  51. e0568ba Put more headers back, for Linux this time. by Thomas Klausner · 4 years, 1 month ago
  52. 400e710 Put back some headers in the HAVE_CLONEFILE case. by Thomas Klausner · 4 years, 1 month ago
  53. 00b3e34 Remove headers that include-what-you-use claims are unused. by Thomas Klausner · 4 years, 1 month ago
  54. d8b0c31 Define S_IWUSR for Windows. by Thomas Klausner · 4 years, 1 month ago
  55. 066a1b1 Merge pull request #163 from farindk/master by Thomas Klausner · 4 years, 1 month ago
  56. 713fa72 Consistenly change version_madeby to 6.3 when we’re changing file data. by Dieter Baron · 4 years, 1 month ago
  57. 854a176 Fix version_madeby and version_needed handling in _zip_dirent_write(). by Dieter Baron · 4 years, 1 month ago
  58. dae896f Bugfix for setting version_needed in compression backends. by Thomas Klausner · 4 years, 1 month ago
  59. cebe19a Further file attributes improvements: by Dieter Baron · 4 years, 1 month ago
  60. d360a6b Have compression sources report version_needed. by Dieter Baron · 4 years, 1 month ago
  61. 178c445 Run sources through clang-format by Thomas Klausner · 4 years, 1 month ago
  62. 1b34ef8 Update NEWS by Thomas Klausner · 4 years, 1 month ago
  63. c364f79 Allow sources to provide more information. by Thomas Klausner · 4 years, 1 month ago
  64. f64d613 Set version-needed correctly when using AES encryption. by Thomas Klausner · 4 years, 1 month ago
  65. b7bc075 fix compiler warning for double macro definition by Dirk Farin · 4 years, 2 months ago
  66. 5487dca Mention PKWare encryption support. by Thomas Klausner · 4 years, 2 months ago
  67. e73f5e7 Fix typos found by codespell. by Thomas Klausner · 4 years, 2 months ago
  68. a89ec92 Fix links in TODO by Thomas Klausner · 4 years, 2 months ago
  69. 5ecf876 Document that traditional PKWare encryption is supported. by Thomas Klausner · 4 years, 2 months ago
  70. fab26cb Fix typo by Thomas Klausner · 4 years, 2 months ago
  71. e9601ed Merge pull request #155 from randy408/cifuzz by Thomas Klausner · 4 years, 2 months ago
  72. 8d6d360 Make zip_compression_method_supported public and add zip_encryption_method_supported. by Thomas Klausner · 4 years, 2 months ago
  73. d231403 Move ZIP_CRYPTO_PKWARE_HEADERLEN to zipint.h. by Thomas Klausner · 4 years, 2 months ago
  74. 0bdfd6a Fix warnings. by Dieter Baron · 4 years, 2 months ago
  75. 8fefe78 Rename traditional PKWare encryption to PKWARE. Make compression and encryption method names case insensitive. by Dieter Baron · 4 years, 2 months ago
  76. 0cde156 Fix check for encoding. by Thomas Klausner · 4 years, 2 months ago
  77. 68cf991 Thank Tabata Shintaro by Thomas Klausner · 4 years, 2 months ago
  78. 614fb90 Merge branch 'tradpkenc' into origin/master by Thomas Klausner · 4 years, 2 months ago
  79. 6672d31 Improve PKWare support. by Dieter Baron · 4 years, 2 months ago
  80. d9bffef FIx parenthesis error. by Dieter Baron · 4 years, 2 months ago
  81. dffe736 Merge pull request #160 from janisozaur/patch-1 by Thomas Klausner · 4 years, 2 months ago
  82. 2e122aa Update email in THANKS file by Michał Janiszewski · 4 years, 2 months ago
  83. 1319388 Thank Rikard Falkeborn by Thomas Klausner · 4 years, 2 months ago
  84. 4c97e63 Merge pull request #159 from rikardfalkeborn/fix-comment_length-format-specifier by Thomas Klausner · 4 years, 2 months ago
  85. 0af7855 Fix format specifier for comment_length by Rikard Falkeborn · 4 years, 2 months ago
  86. 7269d41 Add email for Michał Janiszewski by Thomas Klausner · 4 years, 2 months ago
  87. 03aac24 Remove closep check in win32handle. by Thomas Klausner · 4 years, 2 months ago
  88. d7fd998 Clean up compiler warnings in ziptool::set_file_dostime by Thomas Klausner · 4 years, 2 months ago
  89. 3634b59 Merge pull request #158 from janisozaur/fix-mingw by Thomas Klausner · 4 years, 3 months ago
  90. 2ac552b Merge pull request #157 from janisozaur/fopen-on-windows by Thomas Klausner · 4 years, 3 months ago
  91. 687163e Prevent compilation of `create_temp_output` on Windows by Michał Janiszewski · 4 years, 3 months ago
  92. a9bf616 Ensure all calls `fopen` use "rb" mode by Michał Janiszewski · 4 years, 3 months ago
  93. 2bba8fc Use random functions source files on Windows. by Thomas Klausner · 4 years, 3 months ago
  94. 48ce5fa rename pkware encrypt/decrypt function in order to escape from conflicting. by Tabata Shintaro · 4 years, 3 months ago
  95. 87d1ab4 add encryption with Traditional PKWARE by Tabata Shintaro · 4 years, 9 months ago
  96. c72c01d CIFuzz integration by Randy · 4 years, 3 months ago
  97. 9bd28f9 Switch all // comments to /* ... */ by Thomas Klausner · 4 years, 4 months ago
  98. 8bd4f66 Post-release bump to 1.6.1a by Thomas Klausner · 4 years, 4 months ago
  99. 4e3e035 Bump to 1.6.1 by Thomas Klausner · 4 years, 4 months ago
  100. bd9fb11 zipcmp: fix double-free in cleanup by Thomas Klausner · 4 years, 4 months ago