- fcb31e7 Avoid using umask(), it's not thread-safe. by Thomas Klausner · 6 years ago
- 8e01a4f Add support for mbed TLS as crypto backend. by Thomas Klausner · 6 years ago
- 7804307 Be consistent in cryptography framework preference. by Thomas Klausner · 6 years ago
- 164097f Add Windows Cryptography support. by Thomas Klausner · 6 years ago
- b472e72 adding option SHARED_LIB_VERSIONNING to remove SO versionning (versionning remains ON by default) by Florian Delizy · 7 years ago
- 4cd3c60 cmake: search libzip source path before other include paths. by Thomas Klausner · 7 years ago
- 9021701 cmake: add visibility handling by Thomas Klausner · 7 years ago
- cee1f2a Remove zip_random implementations from build. by Dieter Baron · 7 years ago
- 29ca480 Add support for Apple’s CommonCrypto library. by Dieter Baron · 7 years ago
- 031edeb Rework crypto library abstraction, add GnuTLS support. by Dieter Baron · 7 years ago
- 303fde9 Completely switch to OpenSSL for AES support. by Thomas Klausner · 7 years ago
- 84072ae Only compile zip_algorithm_bzip2.c when bzip2 was found. by Thomas Klausner · 7 years ago
- 42a3c4a Use GNUInstallDirs variables to allow installation customization. by Thomas Klausner · 7 years ago
- 2db8ea7 Add support for Microsoft Universal Windows Platform. by Michał Janiszewski · 7 years ago
- 5caa9c9 Implement support for cloning. by Dieter Baron · 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
- b8077fd Add zip_libzip_version() to return binary version of library. by Thomas Klausner · 7 years ago
- 34f24a1 cmake: build static library by default by Thomas Klausner · 8 years ago
- 50f03aa Add ENABLE_STATIC switch for cmake build to build static library by Thomas Klausner · 8 years ago
- 077025d cmake: Only use bzip2 variables when bzip2 is found. by Thomas Klausner · 8 years ago
- 9729dc3 Improve progress callback. by Dieter Baron · 8 years ago
- a9295a9 Detect bzip2 using cmake, and fix build when it's found. by Thomas Klausner · 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
- 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
- 77615c0 Add gladman-fcrypt to CMake build by Andrew Molyneux · 8 years ago
- 7ed6a92 Winzip AES encryption support for writing. by Thomas Klausner · 8 years ago
- e38e779 Add zip_fseek function that allows seeking in uncompressed file data. by Thomas Klausner · 9 years ago
- 5d17020 Add (commented out) target to build static library with cmake. by Thomas Klausner · 9 years ago
- 890fce5 Hash file names to speed up some operations. by Thomas Klausner · 9 years ago
- 29dca6e Bump shlib and package version for 1.0 release. Add NEWS. Fix URL in README. by Thomas Klausner · 10 years ago
- 27c6000 Fix CMake build. Get rid of unnecessary test (after torrentzip removal). by Thomas Klausner · 10 years ago
- 4c564da Rename zip_source_win32file.c to zip_source_win32handle.c by Thomas Klausner · 10 years ago
- e123a93 Use UTF-8 backend by default on Windows. by Thomas Klausner · 10 years ago
- 516cab0 Win32 zip_source implementation using function pointers instead of #include to by Andrew Molyneux · 10 years ago
- d52129a Set RUNTIME DESTINATION, for Windows. From David Demelier. by Thomas Klausner · 10 years ago
- ee25b7d Add zip_buffer_t, memory buffer with bounds checked access. by Dieter Baron · 10 years ago
- ea8ba49 Implement I/O abstraction layer. Finally. by Thomas Klausner · 10 years ago
- 3299ad3 Support setting last modification time for file in archive. by Thomas Klausner · 11 years ago
- b52bda0 Consistently use TODO for to-dos. by Thomas Klausner · 11 years ago
- 5b9854c Add missing source files to build. Based on patch by Paul Harris. by Thomas Klausner · 11 years ago
- 0830a77 API cleanup, be less strict with file name arguments. by Thomas Klausner · 13 years ago
- 0e5eeab Improve internal data structures. New extra field API (read only). by Dieter Baron · 13 years ago
- 656cec1 Read support for zip64. by Dieter Baron · 13 years ago
- 5c878fa Add zip_get_num_entries. by Thomas Klausner · 13 years ago
- 1818e2a Add missing file. by Thomas Klausner · 13 years ago
- dd4cf74 Rename _zip_free to zip_discard and make it available in the public API. by Thomas Klausner · 13 years ago
- ba561a6 Don't use zip_fopen in zip_source_zip, use new internal function _zip_source_zip_new in both. by Dieter Baron · 13 years ago
- a70ca5d Start adding UTF-8 support: first step by Thomas Klausner · 14 years ago
- 87628b4 Bump shlib version for release according to by Thomas Klausner · 14 years ago
- 16b2701 Add API for getting/setting extra field data. by Thomas Klausner · 14 years ago
- 81934bf Duplicate fix. by Thomas Klausner · 15 years ago
- 63af4c7 Merge more post-0.9.3 fixes. by Thomas Klausner · 15 years ago
- bfc1f39 Install library as well. Noted by Rick Carback. by Thomas Klausner · 15 years ago
- bae50cd Use ${ZLIB_LIBRARY} instead of 'z' when linking against libz. by Thomas Klausner · 15 years ago
- 320376a Add two missing files. by Thomas Klausner · 15 years ago
- 730e245 Add new sources. by Thomas Klausner · 16 years ago
- 3291dac New source that computes size/crc. Use it in zip_fread to verify crc. by Dieter Baron · 16 years ago
- 5c02fc6 Add new file. by Dieter Baron · 16 years ago
- aa95006 Add a few files. by Thomas Klausner · 16 years ago
- e946af2 Assume that CMake is only used as a distribution format and for by Thomas Klausner · 16 years ago
- f0a45dc Bump version to 2.0 to match Makefile.am and install it. by Thomas Klausner · 16 years ago
- edfc554 Sort, and add one. by Thomas Klausner · 16 years ago
- 24be5f7 Remove $NiH$ tags. by Thomas Klausner · 16 years ago
- 0f38a2b Add two missing files. by Thomas Klausner · 17 years ago
- f38e6c2 Add RCS Id. by Thomas Klausner · 18 years ago
- 79dc97c Comment out libtool file creation, it does not work yet. by Thomas Klausner · 18 years ago
- b58cf6f Add CMake infrastructure, including CTest support. by Thomas Klausner · 18 years ago