summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-263-3/+3
|\
| * Convert line breaks to `\n` and strip line break from the end of string ↵Pāvels Nadtočajevs2024-11-231-1/+1
| | | | | | | | returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| * Merge pull request #96399 from andyprice/filepermsThaddeus Crews2024-11-212-2/+2
| |\ | | | | | | | | | Unix: Don't create world-writable files when safe save is enabled
| | * unix: Limit named pipe permissions to the current userAndrew Price2024-09-061-1/+1
| | | | | | | | | | | | | | | | | | Named pipes created using the "pipe://" file access scheme should not be world-writable or readable. Limit their access to the current user by creating them with 0600 permissions instead of 0666.
| | * unix: Don't create world-writable files when safe save is enabledAndrew Price2024-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When the "filesystem/on_save/safe_save_on_backup_then_rename" option is enabled files are created with 0666 permissions (-rw-rw-rw-) which is too loose. Use 0644 (-rw-r--r--) instead which is how the files would normally be created with the setting disabled and the system umask taken into account.
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-193-75/+8
|\| |
| * | Merge pull request #99026 from Faless/net/split_ipThaddeus Crews2024-11-182-74/+7
| |\ \ | | | | | | | | | | | | [Net] Split Unix/Windows IP implementation
| | * | [Net] Split Unix/Windows IP implementationFabio Alessandrelli2024-11-122-74/+7
| | | |
| * | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
| | | |
* | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-153-40/+44
|\| | |
| * | | [Net] Properly rename NetSocketPosix to NetSocketUnixFabio Alessandrelli2024-11-133-40/+44
| | | |
* | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-124-260/+169
|\| | |
| * | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-122-4/+87
| |\ \ \ | | |/ / | |/| | | | | | [OS] Add functions to determine standard I/O device type.
| | * | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-062-4/+87
| | | |
| * | | Merge pull request #98969 from Faless/net/split_socketsThaddeus Crews2024-11-123-256/+82
| |\ \ \ | | | | | | | | | | | | | | | [Net] Split Unix/Windows NetSocket implementation
| | * | | [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-103-256/+82
| | |/ /
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-112-0/+45
|\| | |
| * | | Warn on filesystem case mismatchValentin Cocaud2024-11-082-0/+45
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file is opened with a wrong case, it can work on the developer system but break on a user system with a case-sensitive filesystem. This will display a warning when it happens. CAVEATS: It will also display the warning if a symlink is in the path. Adapt warning if the file is a symlink. Avoid warning on symlinks. Fix memory leak and avoid `lstat` usage. Avoid exposing real_path when not in TOOLS_ENABLED mode.
* | | Fix copyright headers referring to GodotSpartan3222024-10-2716-32/+32
| | |
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1116-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | [Linux/BSD] Fix cross-device rename.bruvzg2024-10-021-1/+11
| |
* | Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2Rémi Verschelde2024-09-261-1/+0
|\ \ | | | | | | | | | Fix slow editor load on large projects (v2)
| * | Fix slow editor load on large projects (v2)Hilderin2024-09-251-1/+0
| | |
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ /
* | Adding a macro on NetSocketPosix to pick the right type for FIONREAD lenPablo Andres Fuente2024-09-171-1/+3
| | | | | | | | | | | | | | | | On Windows, `ioctlsocket` returns `len` as an unsigned long. On Posix, `ioctl` returns `len` as an int. This aims to fix #41287 bug, which was seen on Linux. The implementation is just a new macro that is set with the proper type for each platform.
* | Merge pull request #96643 from bruvzg/fs_linksRémi Verschelde2024-09-121-0/+9
|\ \ | | | | | | | | | [FileSystem Dock] Add symlink indicator and tooltip.
| * | [FileSystem Dock] Add symlink indicator and tooltip.bruvzg2024-09-061-0/+15
| |/
* | Merge pull request #96639 from bruvzg/symlink_renRémi Verschelde2024-09-061-0/+6
|\ \ | | | | | | | | | Fix renaming directory symlinks on Linux.
| * | Fix renaming directory symlinks on Linux.bruvzg2024-09-061-0/+6
| |/
* / Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-064-9/+17
|/
* Reduce code duplication in FileAccessBlueCube33102024-09-014-124/+4
|
* Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | `GDExtension::open_library` has a check in it to see if the library was loaded from a temp file, and if it was to restore the original name as that is the one we actually care about. This check is breaking extension reloading on Mac when the library path is to a framework folder, as the file inside the framework will not generally be the same name as the folder. This check also shouldn't be necessary even on Windows, which is the only platform that uses `generate_temp_files`, since disposal of the created temp file is handled within `OS_Windows::open_dynamic_library`, and `GDExtension::open_library` (which is the only function to call `open_dynamic_library` with a `p_data` argument) only cares about the original library file path and has to do extra work to remove the name of the temp file. Instead, I have removed that check and set `OS_Windows::open_dynamic_library` to return the name of the original file and not the name of the copy. This fixes GDExtension reloading on macOS. I do not have a Windows machine available to test that it still works properly on Windows, so someone should check that before merging this.
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-9/+9
| | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* Merge pull request #90403 from bruvzg/file_resizeRémi Verschelde2024-04-223-0/+19
|\ | | | | | | [FileAccess] Implement `resize` method.
| * [FileAccess] Implement `resize` method.bruvzg2024-04-123-0/+19
| |
* | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-192-4/+4
| | | | | | | | This is used to reduce the number of arguments to `OS::open_dynamic_library(...)`.
* | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-2/+2
| |
* | Merge pull request #90358 from KoBeWi/finding_errors_in_other_appsRémi Verschelde2024-04-162-0/+51
|\ \ | | | | | | | | | Add `OS.get_process_exit_code()` method
| * | Add get_process_exit_code() methodkobewi2024-04-162-0/+51
| |/
* / [Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure ↵bruvzg2024-04-121-2/+2
|/ | | | `erase_contents_recursive` is not following directory symlinks.
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-052-2/+2
|
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-274-0/+384
| | | | Implement `pipe://*` path handling for creation of named pipes.
* Merge pull request #86936 from akx/env-utf-8Rémi Verschelde2024-03-111-3/+8
|\ | | | | | | Attempt parsing environment variables as UTF-8
| * Attempt to parse environment variables as UTF-8Aarni Koskela2024-01-071-3/+8
| |
* | fix FileAccessUnix on OpenBSD: there is no UF_HIDDENOmar Polo2024-03-011-2/+2
| | | | | | | | Part of the joint effort with @rfht to port Godot 4 on OpenBSD.
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-144-8/+8
| |
* | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+2
|/
* Merge pull request #84107 from BlueCube3310/file-access-optimizationRémi Verschelde2024-01-042-0/+81
|\ | | | | | | Use platform-specific methods for FileAccess reading and writing
| * Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-292-0/+81
| |