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