summaryrefslogtreecommitdiffstats
path: root/modules/zip/zip_reader.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 ZIPReader.get_files() error on empty zip filesaaronp642024-04-081-1/+8
* Use pass by reference in ZIPPacker & ZIPReader signaturesFlorian Kothmeier2023-09-101-3/+3
* Add function `ZIPReader::file_exists`A Thousand Ships2023-08-161-0/+16
* Fix buffer over-read and memory leaks when using long filepaths in a zip arch...Mack2023-05-311-30/+41
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Expose minizip API to allow creating zips using scriptsMarcelo Fernandez2022-10-141-0/+123