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