1. 2ca0a57 Clarify that zip_close() does not free archive if it fails. by Dieter Baron · 7 years ago
  2. 41ca7a8 Add NEWS entry for last. by Dieter Baron · 7 years ago
  3. f8ef1a2 Do not discard za in case of error. by Dieter Baron · 7 years ago
  4. 1b02808 Stop distributing xcode files in distfile. by Thomas Klausner · 7 years ago
  5. 46ec2a5 post-release bump to 1.3.1a by Thomas Klausner · 7 years ago
  6. 4dd379c Added tag rel-1-3-1 for changeset 6e80ae292bc5 by Thomas Klausner · 7 years ago
  7. 76902f0 Bump version to 1.3.1. by Thomas Klausner · 7 years ago
  8. 0cf4ff0 Document 0 for zip_set_file_compression. by Thomas Klausner · 7 years ago
  9. cede37a update TODO by Thomas Klausner · 7 years ago
  10. 454ba96 Add one by Thomas Klausner · 7 years ago
  11. 76c2881 Document zip_register_progress_callback_with_state. by Thomas Klausner · 7 years ago
  12. 4134c77 More clearly mark obsolete functions in their man pages. by Thomas Klausner · 7 years ago
  13. d0498c3 Fix leak of source if zip_source_commit_write() fails. by Dieter Baron · 7 years ago
  14. d09e182 add two man page related items by Dieter Baron · 7 years ago
  15. d1102d4 new sentence, new line. Fix typo. by Thomas Klausner · 7 years ago
  16. 89401f4 Further refinements. by Dieter Baron · 7 years ago
  17. acb1bdb Improve previous after feedback from dillo by Thomas Klausner · 7 years ago
  18. 6bde807 Describe minimal information that must be provided by ZIP_STAT. by Thomas Klausner · 7 years ago
  19. fc35eca Mention that zip_source_free should not be called on a source after by Thomas Klausner · 7 years ago
  20. 5a2acc4 Fix typo by Thomas Klausner · 7 years ago
  21. c7a4dcb Be consistent in calling it userdata, not state. by Dieter Baron · 7 years ago
  22. a639826 Don’t refer to obsolete functions. by Dieter Baron · 7 years ago
  23. a4d1673 Improve readability. by Dieter Baron · 7 years ago
  24. 1e4ce19 Update URLs for move to libzip.org by Dieter Baron · 7 years ago
  25. 80108f5 Add one by Thomas Klausner · 7 years ago
  26. dde51c0 Initialize variable for not-all-knowing-compilers by Thomas Klausner · 7 years ago
  27. 325af27 Cast argument to int for format string by Thomas Klausner · 7 years ago
  28. 24febf1 regen by Thomas Klausner · 7 years ago
  29. 23dfc2b Fix xrefs. by Thomas Klausner · 7 years ago
  30. 19ec117 Fix date. by Thomas Klausner · 7 years ago
  31. df2c3ee Remove empty macro. by Thomas Klausner · 7 years ago
  32. 2d0d39c Sort errors. by Thomas Klausner · 7 years ago
  33. ed2e026 Fix Dt. by Thomas Klausner · 7 years ago
  34. 6f823f9 Sort SEE ALSO. by Thomas Klausner · 7 years ago
  35. 5a30d02 Fix unintended macro. by Thomas Klausner · 7 years ago
  36. 590b4e1 Fix date generation in non-english locale by Thomas Klausner · 7 years ago
  37. 9025523 Sort errors in zip_errors.mdoc. by Thomas Klausner · 7 years ago
  38. 4518fec zip.h: remove trailing whitespace by Thomas Klausner · 7 years ago
  39. 02a4eef AES tests work on Linux by Thomas Klausner · 7 years ago
  40. da660b1 clarify news entry by Thomas Klausner · 7 years ago
  41. c9469df more news by Thomas Klausner · 7 years ago
  42. b8077fd Add zip_libzip_version() to return binary version of library. by Thomas Klausner · 7 years ago
  43. 771b1e6 thank Pavel Raiskup by Thomas Klausner · 7 years ago
  44. c1add58 Install zipconf.h into arch-independent directory by Pavel Raiskup · 7 years ago
  45. db1a70e add whitespace for better formatting by Thomas Klausner · 7 years ago
  46. 71b384c Set cmake minimum version to 3.0.2. by Thomas Klausner · 7 years ago
  47. 252b1c4 Windows fixes by Cédric Tabin by Thomas Klausner · 7 years ago
  48. e240f36 nonrandomopentest.c: include compat.h by Thomas Klausner · 7 years ago
  49. 9879aff nonrandomopen: override open64() as well. by Thomas Klausner · 7 years ago
  50. dc8ccc3 add test to check if preload works by Thomas Klausner · 7 years ago
  51. 7d0f313 cmake: improve definitions of integer minimum values by Thomas Klausner · 8 years ago
  52. 2910df5 Add rpath to pkg-config file on *BSD. by Thomas Klausner · 8 years ago
  53. df6d35e cmake: explicit rpath handling by Thomas Klausner · 8 years ago
  54. 4fba7af cmake: install pkg-config file by Thomas Klausner · 8 years ago
  55. 4143575 Use GNUInstallDirs cmake fragment. by Thomas Klausner · 8 years ago
  56. 9326236 post-release bump to 1.3.0a by Thomas Klausner · 8 years ago
  57. cc989e7 Added tag rel-1-3-0 for changeset 1863a86ceda8 by Thomas Klausner · 8 years ago
  58. 51ff59d Bump version to 1.3.0 by Thomas Klausner · 8 years ago
  59. 4982b3d mention CVE-2017-14107 by Thomas Klausner · 8 years ago
  60. 8378f01 Thank Agostino Sarubbo by Thomas Klausner · 8 years ago
  61. 5b24be3 Mention CVE-2017-12858. by Thomas Klausner · 8 years ago
  62. 5253ecd Add some TODOs by Thomas Klausner · 8 years ago
  63. b0303c9 Try improving formatting for github. by Thomas Klausner · 8 years ago
  64. 34f24a1 cmake: build static library by default by Thomas Klausner · 8 years ago
  65. 9b46957 Make eocd checks more consistent between zip and zip64 cases. by Thomas Klausner · 8 years ago
  66. e37a0ea Really allow disabling bzip2 from configure by Thomas Klausner · 8 years ago
  67. 632449b Skip tests with preload if not building shared libraries, they can't work. by Dieter Baron · 8 years ago
  68. add984f Mention fixing zip_fdopen. by Thomas Klausner · 8 years ago
  69. bc6c723 Use latest NiHTest. by Thomas Klausner · 8 years ago
  70. 50f03aa Add ENABLE_STATIC switch for cmake build to build static library by Thomas Klausner · 8 years ago
  71. f7b104a Fix zip_fdopen(). Add test case. by Dieter Baron · 8 years ago
  72. e1e7446 ziptool: Add support for reading archive from stdin. by Thomas Klausner · 8 years ago
  73. 181f50c NiHtest: add pipefile command to pipe FILE to program by Thomas Klausner · 8 years ago
  74. 3acc10f Free buffer in case of error. by Dieter Baron · 8 years ago
  75. 2217022 Fix double free(). by Thomas Klausner · 8 years ago
  76. f0b8dda Remove .appveyor file, doesn't work yet. by Thomas Klausner · 8 years ago
  77. 797fb12 Add basic .appveyor.yml file. by Thomas Klausner · 8 years ago
  78. d4011aa vsbuild: some cleanups by Thomas Klausner · 8 years ago
  79. 6b0aa50 vsbuild: runtest is now called via perl from Cmake, remove workaround by Thomas Klausner · 8 years ago
  80. a4fd18a cmake: give up guessing appveyor path: Disable testinput target by default. by Thomas Klausner · 8 years ago
  81. ca74004 cmake: guess again for appyeyor by Thomas Klausner · 8 years ago
  82. ee86711 vsbuild: generate more test data, and clean it up by Thomas Klausner · 8 years ago
  83. e924058 cmake: use forward slashes; guess again by Thomas Klausner · 8 years ago
  84. 15abd1c cmake: another guess at what appveyor needs by Thomas Klausner · 8 years ago
  85. e4d5834 cmake: guess zlib install path for Windows by Thomas Klausner · 8 years ago
  86. cd4b14a cmake: try setting CMAKE_MSVCIDE_RUN_PATH by Thomas Klausner · 8 years ago
  87. 3645641 cmake: create runtest without using perl by Thomas Klausner · 8 years ago
  88. 40e5c63 cmake: do not hardcode path to ziptool by Thomas Klausner · 8 years ago
  89. 470a940 cmake: remove SOURCES line for runtest by Thomas Klausner · 8 years ago
  90. 25f5638 cmake: remove unneeded comment. by Thomas Klausner · 8 years ago
  91. 48569d5 cmake: fix testing using ctest. by Thomas Klausner · 8 years ago
  92. f0099eb cmake: Simplify test helpers. by Thomas Klausner · 8 years ago
  93. 069aee6 Include compat.h before zip.h to avoid ZIP_EXTERN redefinition. by Thomas Klausner · 8 years ago
  94. 4338260 Check for _unlink and use it, on Windows. by Thomas Klausner · 8 years ago
  95. cadc8c9 Use _chmod on Windows, when available. by Thomas Klausner · 8 years ago
  96. 315a481 Windows: do not warn on deprecated POSIX vs. ISO C++ names by Thomas Klausner · 8 years ago
  97. 46593ca Copy src/*.exe into regress directory as well, for ziptool by Thomas Klausner · 8 years ago
  98. 965be61 Make a variable size_t to match its use. by Thomas Klausner · 8 years ago
  99. 0058315 Make ZIP_SOURCE_MAKE_COMMAND_BITMASK return a 64-bit type. by Thomas Klausner · 8 years ago
  100. 04fe55c Check for and use _umask on Windows. by Thomas Klausner · 8 years ago