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