summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-14/+3
* Reusing code from zip size known and adjusting commentsjiat752021-10-271-8/+6
* Only use deflate when size is not set if the user did not specify a compressi...jiat752021-10-191-1/+7
* COMP: explicitly handle all enum cases in switchSteve Pieper2020-06-141-0/+5
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-2/+3
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-2/+13
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-131-0/+7
* zip writer: don't append unused NUL for directoriesJoerg Sonnenberger2019-10-021-9/+6
* Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-4/+2
* Fix a null pointer dereference bug in zip writer.Young_X2018-11-121-0/+3
* Spelling fix in "trad_enc_decypt_byte" codeGraham Percival2016-12-301-2/+2
* Spelling fixesGraham Percival2016-12-301-3/+3
* Spelling fixes (#831)Graham Percival2016-12-041-1/+1
* Use macros for ZIP format integer constantsBrad King2015-10-261-19/+22
* Avoid left-shift overflow of signed integerBrad King2015-10-261-2/+2
* Use a macro wrapper on LL literals for compatibility with certain old Windows...Tim Kientzle2015-04-251-2/+2
* Merge pull request #108 from maksqwe/zip_encryptionTim Kientzle2015-04-131-4/+4
|\
| * Fix check for ZIP_ENTRY_FLAG_ENCRYPTEDMaks Naumov2015-02-101-4/+4
* | Nudge the Zip64 cutoff a little higher.Tim Kientzle2015-04-111-2/+2
* | Select Zip64 extensions a little more aggressively.Tim Kientzle2015-04-111-6/+19
|/
* Merge branch 'patch-1' of https://github.com/vlovich/libarchive into vlovich-...Tim Kientzle2014-12-141-1/+23
|\
| * configurable zip compressionVitali Lovich2014-06-231-0/+17
* | Fix build failure without zlib.Michihiro NAKAJIMA2014-10-131-1/+1
* | Fix build failure with zlib on Windows.Michihiro NAKAJIMA2014-10-131-1/+1
* | Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-15/+18
* | Skip encryption/decryption tests for WinZip AES if platform does notMichihiro NAKAJIMA2014-09-141-1/+3
* | Switch passing passphrases from option framework to new APIs forMichihiro NAKAJIMA2014-09-141-25/+11
* | Document zip:encryption option.Michihiro NAKAJIMA2014-09-101-1/+3
* | Add support for WinZip AES encryption.Michihiro NAKAJIMA2014-09-091-56/+387
* | Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-11/+196
* | Fix dead store which Clang Static Analyser pointed out,Michihiro NAKAJIMA2014-07-061-14/+23
|/
* Zip: Adjust streaming extension field to match the final spec worked out with...Tim Kientzle2014-05-031-10/+6
* Fix shadowing warning for identifier symlinkJoe Damato2014-03-241-15/+15
* fixes to build by Open Watcom toolchainJiri Malak2014-03-121-3/+3
* Fix a couple of minor warnings.NiLuJe2014-01-251-3/+3
* Verify the end-of-archive information as part of the large zip test.Tim Kientzle2014-01-121-2/+2
* Merge branch 'master' of github.com:kientzle/libarchive-zip64Tim Kientzle2014-01-121-43/+66
|\
| * Only enable the still-experimental 'el' extra blockTim Kientzle2014-01-081-26/+52
| * Change new extra block from 'LA' to 'el' to follow updated draft specTim Kientzle2014-01-021-3/+5
| * Add a bitmap to indicate which fields are included for compression and for fu...Tim Kientzle2014-01-021-1/+4
* | Change the first field of the 'LA' extra block to the full 'version made by'Tim Kientzle2013-12-311-3/+6
* | Improve memory management in the large zip testTim Kientzle2013-12-311-0/+1
* | Only write the new 'LA' experimental extra block if it's explicitly enabled.Tim Kientzle2013-12-311-3/+44
|/
* A couple of changes to the experimental new extra block, as suggested by Stev...Tim Kientzle2013-12-301-7/+15
* Support experimental "at" extra block for better streaming.Tim Kientzle2013-12-291-1/+16
* Fix large zip test in streaming mode.Tim Kientzle2013-12-281-1/+2
* Test for large Zip archives, following code for large Tar test.Tim Kientzle2013-12-281-6/+31
* Fix whitespaceTim Kientzle2013-12-261-2/+2
* Finish the detailed verification of zip archive with single entry for both zi...Tim Kientzle2013-12-261-8/+11
* Be more careful about enabling zip64 (fixes zip_compression_store test)Tim Kientzle2013-12-261-6/+16