summaryrefslogtreecommitdiffstats
path: root/modules/zip
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-312-2/+2
* Fix ZIPReader.get_files() error on empty zip filesaaronp642024-04-081-1/+8
* 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-104-12/+12
* Add function `ZIPReader::file_exists`A Thousand Ships2023-08-163-0/+26
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Fix buffer over-read and memory leaks when using long filepaths in a zip arch...Mack2023-05-315-41/+57
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Merge pull request #68581 from oganm/oganm/masterRémi Verschelde2022-11-221-1/+1
|\
| * fix typo in zipreader docB. Ogan Mancarcı2022-11-121-1/+1
* | 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-1410-0/+597