summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows_pipe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-10/+10
|\
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-10/+10
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-3/+9
* Reduce code duplication in FileAccessBlueCube33102024-09-011-23/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+159