1. 8609c9c Fix logic determining which stat members are known / valid. by Dieter Baron · 7 years ago
  2. 2db8ea7 Add support for Microsoft Universal Windows Platform. by Michał Janiszewski · 7 years ago
  3. e3e5573 Fix size calculation (missing parenthesis). by Dieter Baron · 7 years ago
  4. c36a6f4 Update copyright years. by Thomas Klausner · 7 years ago
  5. 54d2eb5 Only fail zip_source_read if a previous error occured during read. by Dieter Baron · 7 years ago
  6. d28f747 Add support for cloning on Apple File System. by Dieter Baron · 7 years ago
  7. 7b41bed Remove debug define. by Dieter Baron · 7 years ago
  8. 5caa9c9 Implement support for cloning. by Dieter Baron · 7 years ago
  9. 48f6d55 Fix typo in variable name. by Thomas Klausner · 7 years ago
  10. 39fa681 Mark variable used. by Thomas Klausner · 7 years ago
  11. 983d3a9 Add zip_source_buffer_fragment. by Dieter Baron · 7 years ago
  12. 5418fc0 More Xcode warning fixes. by Dieter Baron · 7 years ago
  13. 998bd0e Retire autoconf/automake build system. by Thomas Klausner · 7 years ago
  14. 7df1f97 cmake: some cleanup; add two more custom targets. by Thomas Klausner · 7 years ago
  15. 00d840d cmake: make library version number match up with autotools build by Thomas Klausner · 7 years ago
  16. 6b1e8de Define ZIP_STATIC in zipconf.h when building a static library (with cmake). by Thomas Klausner · 7 years ago
  17. d038c7b Don't call memcmp to compare 0 bytes. by Dieter Baron · 7 years ago
  18. f8ef1a2 Do not discard za in case of error. by Dieter Baron · 7 years ago
  19. d0498c3 Fix leak of source if zip_source_commit_write() fails. by Dieter Baron · 7 years ago
  20. 24febf1 regen by Thomas Klausner · 7 years ago
  21. 4518fec zip.h: remove trailing whitespace by Thomas Klausner · 7 years ago
  22. b8077fd Add zip_libzip_version() to return binary version of library. by Thomas Klausner · 7 years ago
  23. c1add58 Install zipconf.h into arch-independent directory by Pavel Raiskup · 7 years ago
  24. 34f24a1 cmake: build static library by default by Thomas Klausner · 8 years ago
  25. 9b46957 Make eocd checks more consistent between zip and zip64 cases. by Thomas Klausner · 8 years ago
  26. 50f03aa Add ENABLE_STATIC switch for cmake build to build static library by Thomas Klausner · 8 years ago
  27. f7b104a Fix zip_fdopen(). Add test case. by Dieter Baron · 8 years ago
  28. 3acc10f Free buffer in case of error. by Dieter Baron · 8 years ago
  29. 2217022 Fix double free(). by Thomas Klausner · 8 years ago
  30. 4338260 Check for _unlink and use it, on Windows. by Thomas Klausner · 8 years ago
  31. cadc8c9 Use _chmod on Windows, when available. by Thomas Klausner · 8 years ago
  32. 965be61 Make a variable size_t to match its use. by Thomas Klausner · 8 years ago
  33. 0058315 Make ZIP_SOURCE_MAKE_COMMAND_BITMASK return a 64-bit type. by Thomas Klausner · 8 years ago
  34. 04fe55c Check for and use _umask on Windows. by Thomas Klausner · 8 years ago
  35. 0c924f7 Do not use unistd.h on Windows; include process.h for getpid(). by Thomas Klausner · 8 years ago
  36. 077025d cmake: Only use bzip2 variables when bzip2 is found. by Thomas Klausner · 8 years ago
  37. e057620 Delay reading local header to get file data offset to ZIP_CMD_OPEN. by Dieter Baron · 8 years ago
  38. 9729dc3 Improve progress callback. by Dieter Baron · 8 years ago
  39. 9590ea9 Make name hash table resize automatically. by Dieter Baron · 8 years ago
  40. 347791c Allow passing bigger bucket size for hash table. by Thomas Klausner · 8 years ago
  41. 7443d29 Allow bigger hash table sizes (uint16_t -> uint32_t). by Thomas Klausner · 8 years ago
  42. 025d07e Use compression flags when compressing. by Thomas Klausner · 8 years ago
  43. 12d6eaf Update comment. by Thomas Klausner · 8 years ago
  44. ea8ab81 Remove outdated comment. by Thomas Klausner · 8 years ago
  45. 00c57e8 Check return values of *End functions. by Thomas Klausner · 8 years ago
  46. 6749a54 Use compression flags for bzip2. by Thomas Klausner · 8 years ago
  47. 8dbe853 Use compression flags for deflate. by Thomas Klausner · 8 years ago
  48. a1d2358 Include limits.h for UINT_MAX. by Thomas Klausner · 8 years ago
  49. a9295a9 Detect bzip2 using cmake, and fix build when it's found. by Thomas Klausner · 8 years ago
  50. 7e706bb Include limits.h, needed for UINT_MAX. by Dieter Baron · 8 years ago
  51. cc5b86f Add support for bzip2 compression and decompression. by Thomas Klausner · 8 years ago
  52. 5269866 Prepare for more compression algorithm support: by Dieter Baron · 8 years ago
  53. 1fb9f87 Fix progress report if last update is quite close to 100% by Thomas Klausner · 8 years ago
  54. a114fb8 Correctly set compression specific general purpose bit flags. by Dieter Baron · 8 years ago
  55. dda18a6 Add zip_ftell.c to CMake build list. by Thomas Klausner · 8 years ago
  56. 45b652b Provide more detailed progress information. by Dieter Baron · 8 years ago
  57. 70629b2 Include unistd.h for getpid(). by Thomas Klausner · 8 years ago
  58. 39e11fa Check pointer before dereferencing it. by Thomas Klausner · 8 years ago
  59. e119892 Pass default password to decryption implementation. by Dieter Baron · 8 years ago
  60. 59ee28b version_need can be smaller in local header than in central directory. by Dieter Baron · 8 years ago
  61. f703262 Fix unsigned/signed issues. by Thomas Klausner · 8 years ago
  62. e318796 Fix unsigned long <-> unsigned int issue. by Thomas Klausner · 8 years ago
  63. bfd650a Allow encryption method none. by Dieter Baron · 8 years ago
  64. a663735 Actually use default password if no password is provided. by Dieter Baron · 8 years ago
  65. a30cad7 Disallow very long password, remove unused function, avoid implicit integer conversion. by Dieter Baron · 8 years ago
  66. 04337f3 fcrypt only supports passwords up to UINT_MAX characters long. by Dieter Baron · 8 years ago
  67. 99730a6 Only declare static functions when they are used. by Dieter Baron · 8 years ago
  68. 9ed3f1d Remove zip_archive_set_tempdir. by Thomas Klausner · 8 years ago
  69. 3bd9f99 Fix error for unknown encryption. by Thomas Klausner · 8 years ago
  70. e48eab9 Move function definitions to top of function. by Thomas Klausner · 8 years ago
  71. cb9e9e8 Actually use default password when encrypting if no specific password is set. by Thomas Klausner · 8 years ago
  72. cf2b746 Replace strto{u,}ll with _strto{u,}i64 if necessary. by Thomas Klausner · 8 years ago
  73. abaf848 Move zip_archive_set_tempdir to deprecated section in zip.h. by Thomas Klausner · 8 years ago
  74. df77dc6 copyright police by Thomas Klausner · 8 years ago
  75. 91ebf98 Implement zip_random for Win32 by Andrew Molyneux · 8 years ago
  76. 77615c0 Add gladman-fcrypt to CMake build by Andrew Molyneux · 8 years ago
  77. 403f4d5 Add some casts to fix compiler warnings (-Wpointer-arith, gcc) by Thomas Klausner · 8 years ago
  78. 7b867f5 Fix signedness warnings (-Wsign-conversion, gcc) by Thomas Klausner · 8 years ago
  79. f8e8395 Remove unused variable. by Thomas Klausner · 8 years ago
  80. cffb83b Fix distcheck target. by Thomas Klausner · 8 years ago
  81. d6258af Implement zip_register_progress_callback(). by Thomas Klausner · 8 years ago
  82. c71b181 Also loop when decrypting AES data and UINT_MAX is small. by Thomas Klausner · 8 years ago
  83. 96aa4f0 Remove two backup files. by Thomas Klausner · 8 years ago
  84. bcf5120 merge by Thomas Klausner · 8 years ago
  85. 999c8ff Check for NULL before calling strlen. by Thomas Klausner · 8 years ago
  86. bd0fe20 Check pointer before dereferencing it. by Thomas Klausner · 8 years ago
  87. 97c9b70 Do not build prng.c. by Thomas Klausner · 8 years ago
  88. 7ed6a92 Winzip AES encryption support for writing. by Thomas Klausner · 8 years ago
  89. 9336688 Restructure de/compression in zip_close. by Thomas Klausner · 8 years ago
  90. 302503e Don’t duplicate error checks already done in source functions. by Dieter Baron · 8 years ago
  91. 1d7f685 Fix warnings, catch integer overflow. by Dieter Baron · 8 years ago
  92. 97235f0 Add defines for XZ and JPEG compression. by Thomas Klausner · 8 years ago
  93. c3bf449 Avoid calling memset with zero as length. by Thomas Klausner · 8 years ago
  94. ec3ce16 Add fallthrough comments for coverity. by Thomas Klausner · 8 years ago
  95. d65729b Fix buffer leakage. by Thomas Klausner · 8 years ago
  96. 09c1f3c whitespace by Thomas Klausner · 8 years ago
  97. 9b3ab53 Mention fetch URL for code in comment. by Thomas Klausner · 8 years ago
  98. 796c596 Add read-only support for AES encryption (Winzip version). by Thomas Klausner · 8 years ago
  99. c7cf736 Hide symbols for fcrypt. by Thomas Klausner · 8 years ago
  100. 19a8a9c Bug fix from InfoZIP: fix casts for HMAC computation by Thomas Klausner · 8 years ago