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