summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Expand)AuthorAgeFilesLines
* Linux: Disable RTLD_DEEPBIND mode for dlopen() in sanitizer buildsDavid Snopek2023-10-301-1/+7
* [Linux] Implement DirAccess.is_case_sensitive for EXT4 and F2FS.bruvzg2023-10-132-0/+25
* Merge pull request #82973 from dsnopek/gdextension-linux-favor-local-symbolsRémi Verschelde2023-10-101-1/+5
|\
| * On Linux, favor local symbols when loading a shared libraryDavid Snopek2023-10-071-1/+5
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-3/+3
|/
* check_c_headers from tuple array to dictionaryThaddeus Crews2023-10-011-1/+1
* 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-122-12/+12
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-47/+18
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-082-5/+78
* Fix file permissions for the web platformAdam Scott2023-07-251-4/+1
* [Net] Explicitly handle buffer errors in send/recvFabio Alessandrelli2023-07-192-0/+21
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Remove uses of `vformat()` with no placeholdersHugo Locurcio2023-06-281-1/+1
* [Unix] Fix temporary file permissions.bruvzg2023-06-161-0/+4
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-6/+6
* [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-242-1/+206
* 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-162-0/+6
|/
* Merge pull request #71514 from akien-mga/os-unset_environmentRémi Verschelde2023-01-182-7/+16
|\
| * OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-162-7/+16
* | Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde2023-01-161-2/+2
|/
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-122-8/+4
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-112-8/+4
* | One Copyright Update to rule them allRémi Verschelde2023-01-0514-406/+406
|/
* Fix reading Unicode from stdio.bruvzg2022-12-212-6/+2
* [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha...bruvzg2022-11-161-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-112-0/+6
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-112-0/+6
* | Cleanup unused defines in platform codeRémi Verschelde2022-10-111-2/+2
* | SCons: Cleanup GCC warnings configurationRémi Verschelde2022-10-101-2/+2
* | Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-062-6/+0
|\ \
| * | Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-052-6/+0
* | | Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-052-10/+10
|\ \ \
| * | | Remove usage of unitialized variablesRafał Mikrut2022-10-012-10/+10
| | |/ | |/|
* | | Merge pull request #64819 from RandomShaper/enhance_thread_funcsRémi Verschelde2022-10-051-1/+1
|\ \ \
| * | | Enhance portability of threadingPedro J. Estébanez2022-10-041-1/+1
* | | | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...Rémi Verschelde2022-10-047-53/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-037-53/+23
| | |/ | |/|
* / | Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-033-6/+2
|/ /
* | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-232-6/+0
* | Replace File/Directory with FileAccess/DirAccesskobewi2022-09-192-2/+2
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-162-0/+10
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-102-19/+5
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-292-19/+19
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-292-4/+4
* [Net] IP uses print_verbose when getaddrinfo fails.Fabio Alessandrelli2022-08-051-2/+2