summaryrefslogtreecommitdiffstats
path: root/modules/zip/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* Add function `ZIPReader::file_exists`A Thousand Ships2023-08-161-0/+9
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
| | | | Keep on waitin'
* Fix buffer over-read and memory leaks when using long filepaths in a zip ↵Mack2023-05-311-0/+3
| | | | archive and improved robustness of long filepaths and reading files.
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
| | | | Can't stop, won't stop, they said, huh?
* fix typo in zipreader docB. Ogan Mancarcı2022-11-121-1/+1
|
* Expose minizip API to allow creating zips using scriptsMarcelo Fernandez2022-10-142-0/+124
Co-authored-by: Marcelo Fernandez <marcelofg55@gmail.com> Co-authored-by: James Westman <flyingpimonster@gmail.commail> Co-authored-by: MisterMX <mbxd12@web.de> Signed-off-by: MisterMX <mbxd12@web.de>