- 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
- 8154657 Use standard file names in test. by Thomas Klausner · 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
- dceead5 Move variable definition to start of function. by Thomas Klausner · 8 years ago
- 70629b2 Include unistd.h for getpid(). by Thomas Klausner · 8 years ago
- ab1a96e Add missing backslash by Thomas Klausner · 8 years ago
- 1c494ac post-release version bump by Thomas Klausner · 8 years ago
- 7020de4 re-enable nonrandom encryption test. by Thomas Klausner · 8 years ago
- 71e6d05 Mention official hg repository and official read-only git mirror on github. by Thomas Klausner · 8 years ago
- 62c4481 Added tag rel-1-2-0 for changeset c43a9681c5ca by Thomas Klausner · 8 years ago
- a23ac8a Disable tests that do not run portably. by Thomas Klausner · 8 years ago
- 84d8de3 Bump version to 1.2.0. 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
- aa71396 Fix test data. All tests pass. by Thomas Klausner · 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
- deeff1f Order alphabetically (with headers at the top). by Dieter Baron · 8 years ago
- 035af2e Use correct environment variable on macOS to preload library. by Dieter Baron · 8 years ago
- c6e8211 update xcode project by Thomas Klausner · 8 years ago
- 97ee620 one done, tempdir function gone. by Thomas Klausner · 8 years ago
- 9ed3f1d Remove zip_archive_set_tempdir. by Thomas Klausner · 8 years ago
- ff5d818 remove one that's done, compat.h exists by Thomas Klausner · 8 years ago
- f5b5af4 Look for dlsym() and link test modules against necessary libraries. by Thomas Klausner · 8 years ago
- 425e8ff TODO: add one. by Thomas Klausner · 8 years ago
- ae365ee Add module that intercepts open of /dev/urandom and by Thomas Klausner · 8 years ago
- 97880b2 Add failing test for removing encryption on existing file. by Thomas Klausner · 8 years ago
- 3bd9f99 Fix error for unknown encryption. by Thomas Klausner · 8 years ago
- add18ea Do not return the same value for no encryption and error. by Thomas Klausner · 8 years ago
- e48eab9 Move function definitions to top of function. by Thomas Klausner · 8 years ago
- a65ba69 Add more encrytion tests. by Thomas Klausner · 8 years ago
- 872f893 Use standard single quotes in all error messages. Adapt tests. 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
- 0a0c110 Rename decryption test cases to have more consistent names. by Thomas Klausner · 8 years ago
- a912c27 Add test case for no-password-provided. by Thomas Klausner · 8 years ago
- fa846f0 Remove two finished TODOs by Thomas Klausner · 8 years ago
- abaf848 Move zip_archive_set_tempdir to deprecated section in zip.h. by Thomas Klausner · 8 years ago
- 9bd4586 Remove obsolete TODO. by Thomas Klausner · 8 years ago
- 1fe8957 Add man page for zip_archive_set_tempdir, since I already wrote it. by Thomas Klausner · 8 years ago
- df77dc6 copyright police by Thomas Klausner · 8 years ago
- 9874efb unbreak some lines and fix some prototypes. 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
- 9263307 Add cm-default.test. by Thomas Klausner · 8 years ago
- 2f947e8 getopt on Linux by default re-orders arguments. by Thomas Klausner · 8 years ago
- cffb83b Fix distcheck target. by Thomas Klausner · 8 years ago
- dce8910 Mention zip_register_progress_callback in zip_close. by Thomas Klausner · 8 years ago
- 581e084 merge by Thomas Klausner · 8 years ago
- d6258af Implement zip_register_progress_callback(). by Thomas Klausner · 8 years ago
- ceba91e Update NEWS to mention write support for AES encryption. by Dieter Baron · 8 years ago
- f2769e2 Mention zip_file_set_mtime, zip_file_{get,set}_external_attributes by Thomas Klausner · 8 years ago
- 38d1c35 Mention Winzip AES encryption support in README.md by Thomas Klausner · 8 years ago
- 16d986e Mention zip_file_set_encryption in libzip(3). 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
- 436423b Add fcrypt include path to iOS build. by Dieter Baron · 8 years ago
- 496810b Update. by Dieter Baron · 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
- 73b1e5f Add xz support to TODO. by Thomas Klausner · 8 years ago
- 5098add Fix existing AES tests. 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
- 8f07abe link coverity status from README.md by Thomas Klausner · 8 years ago
- 09c1f3c whitespace by Thomas Klausner · 8 years ago
- 8ee2415 Mention decryption support in README.md. by Thomas Klausner · 8 years ago
- 93a18e6 Update API plans for encryption by Thomas Klausner · 8 years ago
- e6cebbf Mention read-only AES encryption support in NEWS. 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
- 4a97ac0 Ignore distribution files. by Thomas Klausner · 8 years ago
- 1334a6f Add AES Coding tips from Winzip. by Thomas Klausner · 8 years ago
- c7cf736 Hide symbols for fcrypt. by Thomas Klausner · 8 years ago
- 0b67577 Thank Info-ZIP group for gladman fcrypt hmac fix by Thomas Klausner · 8 years ago
- 19a8a9c Bug fix from InfoZIP: fix casts for HMAC computation by Thomas Klausner · 8 years ago
- 850c823 ignore coverity default dir by Thomas Klausner · 8 years ago
- 68522bb Remove DOS line endings. by Thomas Klausner · 8 years ago
- 7e25365 Removed tag s by Thomas Klausner · 8 years ago
- 233b8ca Added tag s for changeset aefb3263e244 by Thomas Klausner · 8 years ago
- 42a9234 Added tag brian-gladman-fcrypt-2008-11-18 for changeset bdc57015a9a9 by Thomas Klausner · 8 years ago