summaryrefslogtreecommitdiffstats
path: root/drivers/unix/file_access_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+1
|\
| * Merge pull request #96399 from andyprice/filepermsThaddeus Crews2024-11-211-1/+1
| |\
| | * unix: Don't create world-writable files when safe save is enabledAndrew Price2024-09-061-1/+1
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+41
|\| |
| * | Warn on filesystem case mismatchValentin Cocaud2024-11-081-0/+41
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* / Fix slow editor load on large projects (v2)Hilderin2024-09-251-1/+0
|/
* Reduce code duplication in FileAccessBlueCube33102024-09-011-91/+2
* Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-08-081-1/+1
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+17
* fix FileAccessUnix on OpenBSD: there is no UF_HIDDENOmar Polo2024-03-011-2/+2
* Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-291-0/+75
* Windows: Remove `MSVC` define redundant with `_MSC_VER`Rémi Verschelde2023-09-261-17/+0
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-10/+10
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-081-3/+71
* Fix file permissions for the web platformAdam Scott2023-07-251-4/+1
* [Unix] Fix temporary file permissions.bruvzg2023-06-161-0/+4
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-6/+6
* Fix Unix temp file creations when using is_backup_save_enabled.bruvzg2023-03-181-5/+17
* Merge pull request #73156 from gw2cc/safe_saveYuri Sizov2023-03-161-1/+6
|\
| * Create a safe temporary file with is_backup_save_enabledACB2023-03-151-1/+6
* | Restore FileAccess.close method.bruvzg2023-02-161-0/+4
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-051-4/+4
|\
| * Remove usage of unitialized variablesRafał Mikrut2022-10-011-4/+4
* | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-19/+4
* | Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-1/+1
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-4/+0
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-121-6/+3
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-4/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio2021-12-011-1/+2
* Implement Resource UIDsreduz2021-07-241-1/+1
* FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde2021-06-071-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-15/+15
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-23/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2