Use dot at beginning of temporary file name.
1 file changed
tree: c85c8fa3606523769b1cf3b981ef05082378ef0a
  1. .github/
  2. android/
  3. cmake/
  4. cmake-compat/
  5. developer-xcode/
  6. examples/
  7. lib/
  8. man/
  9. regress/
  10. src/
  11. vstudio/
  12. .clang-format
  13. .gitattributes
  14. .gitignore
  15. API-CHANGES.md
  16. appveyor.yml
  17. AUTHORS
  18. cmake-config.h.in
  19. cmake-zipconf.h.in
  20. CMakeLists.txt
  21. INSTALL.md
  22. libzip-config.cmake.in
  23. libzip.pc.in
  24. LICENSE
  25. NEWS.md
  26. README.md
  27. SECURITY.md
  28. THANKS
  29. TODO.md
README.md

This is libzip, a C library for reading, creating, and modifying zip and zip64 archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. Decryption and encryption of Winzip AES and legacy PKware encrypted files is supported. The API is documented by man pages.

libzip is fully documented via man pages. HTML versions of the man pages are on libzip.org and in the man directory. You can start with libzip(3), which lists all others. Example source code is in the examples and src subdirectories.

If you have developed an application using libzip, you can find out about API changes and how to adapt your code for them in the included file API-CHANGES.md.

See the INSTALL.md file for installation instructions and dependencies.

If you make a binary distribution, please include a pointer to the distribution site:

https://libzip.org/

The latest version can always be found there. The official repository is at github.

There is a mailing list for developers using libzip. You can subscribe to it by sending a mail with the subject “subscribe libzip-discuss” to minimalist at nih.at. List mail should be sent to libzip-discuss at nih.at. Use this for bug reports or questions.

If you want to reach the authors in private, use libzip@nih.at.

Github Actions Build Status Appveyor Build status Coverity Status