summaryrefslogtreecommitdiffstats
path: root/core/io/zip_io.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-7/+7
* Fix buffer over-read and memory leaks when using long filepaths in a zip arch...Mack2023-05-311-4/+46
* 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-3/+9
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-20/+38
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-27/+23
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Fixes leak when importing zip in AssetLibHaoyu Qiu2020-01-221-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-0/+137