summaryrefslogtreecommitdiffstats
path: root/modules/zip/zip_packer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Fix ZIPPacker storing file permissions unexpectedlyHaoyu Qiu2024-01-091-1/+1
* Set language encoding flag when using ZIPPackerHaoyu Qiu2023-12-051-1/+18
* Use pass by reference in ZIPPacker & ZIPReader signaturesFlorian Kothmeier2023-09-101-3/+3
* Fix buffer over-read and memory leaks when using long filepaths in a zip arch...Mack2023-05-311-9/+11
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix problem with ZIPPackerHolonProduction2022-11-131-6/+6
* Remove `zf != NULL` check from `ZIPPacker::start_file`Ben Busby2022-11-011-1/+0
* Expose minizip API to allow creating zips using scriptsMarcelo Fernandez2022-10-141-0/+108