1. be252f3 cmake: detect fts also in external lib by Sebastian Kemper · 5 years ago
  2. 3ac234e Thank Rosen Penev by Thomas Klausner · 5 years ago
  3. 99d3114 Merge pull request #142 from neheb/patch-1 by Thomas Klausner · 5 years ago
  4. 770f2b8 tryopen: Fix -Wformat=2 warning by Rosen Penev · 5 years ago
  5. f6a78ed Suppress static analyzer warning for test that intentionally violates nullability. by Dieter Baron · 5 years ago
  6. f0afd7a Fix bug with empty fragments. by Dieter Baron · 5 years ago
  7. bcac0a6 Rename xcode to developer-xcode. by Dieter Baron · 5 years ago
  8. 113cfd4 Fix typo by Thomas Klausner · 5 years ago
  9. 0f8f8db Add warning that Xcode project is for development only. by Dieter Baron · 5 years ago
  10. a41966f Fix (most) warnings. by Dieter Baron · 5 years ago
  11. cd8ba2e Fix signed/unsigned mixup. by Dieter Baron · 5 years ago
  12. bbb09e2 Remove defunct iOS targets, update. by Dieter Baron · 5 years ago
  13. 3ea6ffa zipcmp: link directly against zlib (for crc32()) by Thomas Klausner · 5 years ago
  14. 38b2cee cmake: Mark use of libraries by libzip itself as PRIVATE. by Thomas Klausner · 5 years ago
  15. 9f1a7e7 Merge pull request #138 from randy408/patch-1 by Thomas Klausner · 5 years ago
  16. c349c2d ossfuzz: disable lzma support by Randy · 5 years ago
  17. 89bd6d6 Fix SEEK_SET when start offset > 0. by Dieter Baron · 5 years ago
  18. 17aedbb Merge pull request #127 from malytomas/pr by Dieter Baron · 5 years ago
  19. 6824add Merge branch 'master' into pr by Dieter Baron · 5 years ago
  20. b36ee41 Skip tests using stdin on Windwos. by Dieter Baron · 5 years ago
  21. 6660ce2 Fix stripping program name from error messages on Windows. by Dieter Baron · 5 years ago
  22. 27000d7 Fix rejection of empty files on Windows. by Dieter Baron · 5 years ago
  23. 4b0aa84 appveyor tests: set VERBOSE to yes by Tomáš Malý · 5 years ago
  24. 4fc6d54 Skip XZ compression tests if lzma support is missing. by Dieter Baron · 5 years ago
  25. 75f75e4 Merge pull request #130 from randy408/fuzz by Thomas Klausner · 5 years ago
  26. e42be38 make ossfuzz.sh executable by randy408 · 5 years ago
  27. ecf9eda Merge pull request #126 from randy408/fuzz by Thomas Klausner · 5 years ago
  28. d70b899 rename build script to ossfuzz.sh by randy408 · 5 years ago
  29. 6ad85d7 fix tests for windows by Tomáš Malý · 5 years ago
  30. fcbe288 add oss-fuzz build script by Randy · 5 years ago
  31. a91b3c4 Add support for the XZ compression method. by Thomas Klausner · 5 years ago
  32. b31b6f4 Check for localtime_r before using it; switch back to localtime if it doesn't exist. by Thomas Klausner · 5 years ago
  33. 2af568e Use localtime_r instead of localtime for better thread-safety. by Thomas Klausner · 5 years ago
  34. 210d071 Be consistent in OPTIONAL_LIBRARY handling. by Thomas Klausner · 5 years ago
  35. 0bd1508 Style, indentation, and type changes. by Thomas Klausner · 5 years ago
  36. b92e49c zip_crypto_win: re-indent a couple lines and check for allocation failures by Thomas Klausner · 5 years ago
  37. 17d7049 Merge pull request #119 from randy408/fuzz by Thomas Klausner · 5 years ago
  38. 2f364ba Add some casts to appease MSVC. by Thomas Klausner · 5 years ago
  39. 3de9b42 Add cast to appease MSVC. by Thomas Klausner · 5 years ago
  40. b512a7a Thank the OSS-Fuzz team by Thomas Klausner · 5 years ago
  41. e47a26b Compare central directory size with number of entries. by Thomas Klausner · 5 years ago
  42. ac0e8d6 Be more explicit that zip_close can fail and does not free resources by Thomas Klausner · 5 years ago
  43. 23b25a8 When closing a truncated file, and removing the file fails, this by Thomas Klausner · 5 years ago
  44. 865240e Comment out call to zip_mkstempm on Windows, should not ever be needed. by Thomas Klausner · 5 years ago
  45. d100986 Do not accept empty files as zip archives any longer. by Thomas Klausner · 5 years ago
  46. 20eebe5 Try fixing build on Windows. by Thomas Klausner · 5 years ago
  47. 80491c8 Clean up ressources in test programs. by Thomas Klausner · 5 years ago
  48. 82214f6 Thank celan69 by Thomas Klausner · 6 years ago
  49. c09828a Reorder gnutls includes. by Thomas Klausner · 6 years ago
  50. 7328bc9 Thank Morris Hafner by Thomas Klausner · 6 years ago
  51. f066b6f Merge pull request #122 from mmha/master by Thomas Klausner · 6 years ago
  52. 335e083 * Use documented CMake variable to link with zlib by Morris Hafner · 6 years ago
  53. b87a2ff Merge branch 'master' into fuzz by Randy · 6 years ago
  54. d8c9402 fuzz target: add #if guard for extern "C" by Randy · 6 years ago
  55. c28b3ff add fuzzer entry point by Randy · 6 years ago
  56. 54ea477 cleanup by Randy · 6 years ago
  57. 01a92e4 cmake: enable c++ only if clang is used by Randy · 6 years ago
  58. 66f2e1b cmake: build fuzz target by Randy · 6 years ago
  59. 7fc6093 Thank Randy by Thomas Klausner · 6 years ago
  60. 6fee882 Run clang-format on zip_read_fuzzer.cc. by Thomas Klausner · 6 years ago
  61. 503813f Merge pull request #112 from randy408/fuzz by Thomas Klausner · 6 years ago
  62. 6029692 remove zip_read_fuzzer.options by Randy · 6 years ago
  63. 1fa01ca libzip.dict -> zip_read_fuzzer.dict by Randy · 6 years ago
  64. 6addd82 add fuzz target by Randy · 6 years ago
  65. 9db19e5 Thank Beuc. by Thomas Klausner · 6 years ago
  66. 43994b3 Merge pull request #109 from Beuc/patch-1 by Thomas Klausner · 6 years ago
  67. 639f502 doc: typo: ZIP_SOURCE_STAT_* -> ZIP_STAT_* by Beuc · 6 years ago
  68. 8b04d64 Fix typo, remove request for screenshots. by Dieter Baron · 6 years ago
  69. e6e71bd Incorporate feedback from Thomas. by Dieter Baron · 6 years ago
  70. 3ea5109 Add label. by Dieter Baron · 6 years ago
  71. aa2df50 Add label. by Dieter Baron · 6 years ago
  72. 3cb48a0 First draft of issue templates. by Dieter Baron · 6 years ago
  73. 5b3237e Annotate ZIP_EXTERN for zip_secure_random. by Thomas Klausner · 6 years ago
  74. 3158663 RANODM -> RANDOM by Thomas Klausner · 6 years ago
  75. 13a33de Remove text editor temp files. by Dieter Baron · 6 years ago
  76. 9f54663 Fix usage of zip_random in zip_mkstempm when no crypto is found. by Dieter Baron · 6 years ago
  77. b7740de Thanks Joachim Reichel. by Thomas Klausner · 6 years ago
  78. d4c9709 Set close-on-exec when opening files. by Thomas Klausner · 6 years ago
  79. 68bfdea Update. by Dieter Baron · 6 years ago
  80. fa7946a Explicitly ignore return value of chmod(). by Dieter Baron · 6 years ago
  81. 89f457f Simplify _zip_mkstempm(), use zip_random(). by Dieter Baron · 6 years ago
  82. a50b6ed Remove mkstemp replacement function and references from build system. by Thomas Klausner · 6 years ago
  83. 2c1358f Remove references to umask from build system. by Thomas Klausner · 6 years ago
  84. fcb31e7 Avoid using umask(), it's not thread-safe. by Thomas Klausner · 6 years ago
  85. d68a667 Merge pull request #97 from lachs0r/master by Thomas Klausner · 6 years ago
  86. d9e84c6 Fix pkg-config Libs.private for static linking by Martin Herkt · 6 years ago
  87. d89c4b4 Thanks Martin Herkt by Thomas Klausner · 6 years ago
  88. 8ae6238 Merge pull request #96 from lachs0r/master by Thomas Klausner · 6 years ago
  89. 8ae73e0 Fix MinGW build on case-sensitive filesystems by Martin Herkt · 6 years ago
  90. f207bbd Thank Declan Moran by Thomas Klausner · 6 years ago
  91. eead77e Merge pull request #93 from dec1/master by Thomas Klausner · 6 years ago
  92. 7b7294b minor fix in Dockerfile comment by Declan · 6 years ago
  93. 64080d3 updated readme with thanks by Declan · 6 years ago
  94. 4b32194 build static and dynamic libs by default by Declan · 6 years ago
  95. d86479e add readme by Declan · 6 years ago
  96. aa2cc5e add android build script and dockerfile by Declan · 6 years ago
  97. b7a911d Prefer inttypes.h to stdint.h. by Thomas Klausner · 6 years ago
  98. e495cd3 Thank kensington. by Thomas Klausner · 6 years ago
  99. e34b2ed mbedtls: link against the correct library by Thomas Klausner · 6 years ago
  100. fdc5f1a Properly thank Tomáš Malý. by Thomas Klausner · 6 years ago