1. fa7946a Explicitly ignore return value of chmod(). by Dieter Baron · 6 years ago
  2. 89f457f Simplify _zip_mkstempm(), use zip_random(). by Dieter Baron · 6 years ago
  3. a50b6ed Remove mkstemp replacement function and references from build system. by Thomas Klausner · 6 years ago
  4. 2c1358f Remove references to umask from build system. by Thomas Klausner · 6 years ago
  5. fcb31e7 Avoid using umask(), it's not thread-safe. by Thomas Klausner · 6 years ago
  6. d68a667 Merge pull request #97 from lachs0r/master by Thomas Klausner · 6 years ago
  7. d9e84c6 Fix pkg-config Libs.private for static linking by Martin Herkt · 6 years ago
  8. d89c4b4 Thanks Martin Herkt by Thomas Klausner · 6 years ago
  9. 8ae6238 Merge pull request #96 from lachs0r/master by Thomas Klausner · 6 years ago
  10. 8ae73e0 Fix MinGW build on case-sensitive filesystems by Martin Herkt · 6 years ago
  11. f207bbd Thank Declan Moran by Thomas Klausner · 6 years ago
  12. eead77e Merge pull request #93 from dec1/master by Thomas Klausner · 6 years ago
  13. 7b7294b minor fix in Dockerfile comment by Declan · 6 years ago
  14. 64080d3 updated readme with thanks by Declan · 6 years ago
  15. 4b32194 build static and dynamic libs by default by Declan · 6 years ago
  16. d86479e add readme by Declan · 6 years ago
  17. aa2cc5e add android build script and dockerfile by Declan · 6 years ago
  18. b7a911d Prefer inttypes.h to stdint.h. by Thomas Klausner · 6 years ago
  19. e495cd3 Thank kensington. by Thomas Klausner · 6 years ago
  20. e34b2ed mbedtls: link against the correct library by Thomas Klausner · 6 years ago
  21. fdc5f1a Properly thank Tomáš Malý. by Thomas Klausner · 6 years ago
  22. 7d6cb28 Merge pull request #86 from ucpu/master by Thomas Klausner · 6 years ago
  23. 01be2c0 cmake: check to skip creating dist target by Tomas Maly · 6 years ago
  24. aceb2cc appveyor: it's "10.0" not "10" by Thomas Klausner · 6 years ago
  25. c4b2b2a appveyor: try building UWP ports for Windows 10 (for bcrypt) instead of 8.1 by Thomas Klausner · 6 years ago
  26. a9028c9 Sort appveyor entries. Add CMAKE_SYSTEM_VERSION=8.1 in the hope it fixes the build. by Thomas Klausner · 6 years ago
  27. 1e6b758 Add cast to avoid computations on void*. by Thomas Klausner · 6 years ago
  28. 347ec72 Post-release version bump. by Thomas Klausner · 6 years ago
  29. 2c82404 Bump date in LICENSE by Thomas Klausner · 6 years ago
  30. 8255edb regen by Thomas Klausner · 6 years ago
  31. 8fb14f9 regen by Thomas Klausner · 6 years ago
  32. c121c31 Bump copyright dates by Thomas Klausner · 6 years ago
  33. e91cc0f Bump copyright dates. by Thomas Klausner · 6 years ago
  34. c1e4ba5 Bump version for release by Thomas Klausner · 6 years ago
  35. 6e14ab7 Update NEWS for relase by Thomas Klausner · 6 years ago
  36. a16a456 Thank more people by Thomas Klausner · 6 years ago
  37. ef659e7 Mention file permissions fix. by Thomas Klausner · 6 years ago
  38. 786c342 Keep file permissions when modifying zip archives. by Thomas Klausner · 6 years ago
  39. 4252147 Mention AES bug fix in NEWS by Dieter Baron · 6 years ago
  40. d4dfe13 Fix AES encoding in corner case. by Dieter Baron · 6 years ago
  41. 1d949dd Add nullability annotations. by Dieter Baron · 6 years ago
  42. 83581fd Fix operator precedence. by Thomas Klausner · 6 years ago
  43. dca607b Mention that ZIP_CM_DEFAULT ignores flags. by Thomas Klausner · 6 years ago
  44. 3bc5f6c Check for localtime() failure. by Thomas Klausner · 6 years ago
  45. 92f586f Do not overwrite CMAKE_MODULE_PATH, append to it. by Thomas Klausner · 6 years ago
  46. ff55682 regen man pages by Thomas Klausner · 6 years ago
  47. 8e01a4f Add support for mbed TLS as crypto backend. by Thomas Klausner · 6 years ago
  48. 9d0ed1f Add option to allocate buffers on stack. by Dieter Baron · 6 years ago
  49. 0539a98 Add link to Coverity page. by Thomas Klausner · 6 years ago
  50. 6815be7 Merge pull request #71 from shahms/double-free by Dieter Baron · 6 years ago
  51. d02f61c Remove inconsistent zip_source_free for zero-length files by Shahms King · 6 years ago
  52. a5c1111 Put zipint.h before zip_crypto.h by Thomas Klausner · 6 years ago
  53. 812ec7e Re-format code with clang-format by Thomas Klausner · 6 years ago
  54. c8951d8 Fix some fd/memory leaks in error cases. by Thomas Klausner · 6 years ago
  55. 5061edd Use progname variable for the program name. by Thomas Klausner · 6 years ago
  56. 532d82e Improve a format string. by Thomas Klausner · 6 years ago
  57. e25ce47 regen by Thomas Klausner · 6 years ago
  58. 46e5374 Move zip_discard to writing section. Make Ss arguments unique. by Thomas Klausner · 6 years ago
  59. 3eb06ca Merge pull request #64 from neolit123/bcrypt by Thomas Klausner · 6 years ago
  60. a443cd7 win32: handle missing bcrypt for mingw by Lubomir I. Ivanov · 6 years ago
  61. 7804307 Be consistent in cryptography framework preference. by Thomas Klausner · 6 years ago
  62. 0d5513f Add HAVE_WINDOWS_CRYPTO to cmake-config.h.in. by Thomas Klausner · 6 years ago
  63. 0adef8f Fix memory leak. by Thomas Klausner · 6 years ago
  64. 164097f Add Windows Cryptography support. by Thomas Klausner · 6 years ago
  65. ce2abdf Thank Miklos Vajna by Thomas Klausner · 7 years ago
  66. d0a28f4 Merge pull request #63 from vmiklos/bzip2-explicit-disable by Thomas Klausner · 7 years ago
  67. 028c492 Add an option to disable bzip2 support by Miklos Vajna · 7 years ago
  68. d7f289c Merge pull request #62 from goutnet/adding-option-to-remove-SO-versionning by Thomas Klausner · 7 years ago
  69. b472e72 adding option SHARED_LIB_VERSIONNING to remove SO versionning (versionning remains ON by default) by Florian Delizy · 7 years ago
  70. 25e23dd Revert "On Linux, define _FILE_OFFSET_BITS to 64 to support large files on" by Thomas Klausner · 7 years ago
  71. 4cdb643 Thank Florian Delizy by Thomas Klausner · 7 years ago
  72. 3ded624 Merge pull request #60 from goutnet/add-BUILD_TOOLS-option by Thomas Klausner · 7 years ago
  73. 55e1bfa On Linux, define _FILE_OFFSET_BITS to 64 to support large files on by Thomas Klausner · 7 years ago
  74. b6e53cc adding BUILD_TOOLS BUILD_REGRESS BUILD_EXAMPLES BUILD_DOC options (default ON) by Florian Delizy · 7 years ago
  75. 5078ac9 Merge pull request #58 from carusogabriel/patch-1 by Dieter Baron · 7 years ago
  76. 5e78288 Remove extra semicolon by Gabriel Caruso · 7 years ago
  77. d90df6c When converting from CP437 to UTF-8, translate '0' to '0'. by Thomas Klausner · 7 years ago
  78. 1796e5c TODO: + add seek support for AES-encrypted files by Thomas Klausner · 7 years ago
  79. 6cf9de8 zip_source_seek: fix EOF status after successful seek. by Thomas Klausner · 7 years ago
  80. 2cdfbe3 regen by Thomas Klausner · 7 years ago
  81. 28ba68e Improve description for zip_get_archive_comment. by Thomas Klausner · 7 years ago
  82. ad99354 Note that we want openssl >= 1.0 by Thomas Klausner · 7 years ago
  83. 4c612cb regen by Thomas Klausner · 7 years ago
  84. 595b5b5 Update references to obsolete functions. by Thomas Klausner · 7 years ago
  85. c620921 Remove trailing whitespace. by Thomas Klausner · 7 years ago
  86. e484034 Update xrefs in man pages by Thomas Klausner · 7 years ago
  87. c80101a Fix documentation for zip_source_win32w*. Based on patch by redlasha. by Thomas Klausner · 7 years ago
  88. e321ad4 README.md: list docs on libzip.org first by Thomas Klausner · 7 years ago
  89. 74d0fdb README.md: try being even more explicit about where to find docs by Thomas Klausner · 7 years ago
  90. d4ec986 regen man/html pages by Thomas Klausner · 7 years ago
  91. 058ee2b Remove Lt/Gt. by Thomas Klausner · 7 years ago
  92. 5062490 Fix two typos in zip_file_add documentation. by Thomas Klausner · 7 years ago
  93. a54804d Thank Ilya Voronin by Thomas Klausner · 7 years ago
  94. 49b3550 Fix type of buffer to match zip_random signature. by Thomas Klausner · 7 years ago
  95. 0001d26 Include documentation license in generated pages (man, html). by Thomas Klausner · 7 years ago
  96. c88f1b8 Post-release bump to 1.5.1a by Thomas Klausner · 7 years ago
  97. b95cf3f Bump version to 1.5.1. by Thomas Klausner · 7 years ago
  98. 9d9a348 Remove references to removed files. by Thomas Klausner · 7 years ago
  99. 956ff8d Choose format of installed documentation based on available tools. by Thomas Klausner · 7 years ago
  100. 37ca2c6 Add generated HTML man pages. by Thomas Klausner · 7 years ago