summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_zip_file.c
Commit message (Expand)AuthorAgeFilesLines
* replace time64 functions with normal ones (#1830)Rosen Penev2023-01-091-3/+3
* further cleanup _localtime64_s (#1824)Rosen Penev2022-12-281-10/+1
* cleanup _localtime64_s (#1820)Rosen Penev2022-12-201-3/+3
* tests: silence localtime() CodeQL warningsMartin Matuska2022-12-081-1/+20
* Add missing constzoulasc2020-01-161-1/+1
* Zip: Adjust streaming extension field to match the final spec worked out with...Tim Kientzle2014-05-031-1/+1
* Merge branch 'master' of github.com:kientzle/libarchive-zip64Tim Kientzle2014-01-121-6/+7
|\
| * Only enable the still-experimental 'el' extra blockTim Kientzle2014-01-081-0/+2
| * Change new extra block from 'LA' to 'el' to follow updated draft specTim Kientzle2014-01-021-1/+1
| * Add a bitmap to indicate which fields are included for compression and for fu...Tim Kientzle2014-01-021-6/+7
* | Change the first field of the 'LA' extra block to the full 'version made by'Tim Kientzle2013-12-311-7/+7
* | Only write the new 'LA' experimental extra block if it's explicitly enabled.Tim Kientzle2013-12-311-0/+2
|/
* A couple of changes to the experimental new extra block, as suggested by Stev...Tim Kientzle2013-12-301-6/+6
* Support experimental "at" extra block for better streaming.Tim Kientzle2013-12-291-1/+8
* Finish the detailed verification of zip archive with single entry for both zi...Tim Kientzle2013-12-261-67/+73
* Test detailed zip format for regular file entry.Tim Kientzle2013-12-261-0/+235