summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-1/+1
* Reduce code duplication in FileAccessBlueCube33102024-09-011-2/+0
* [FileAccess] Implement `resize` method.bruvzg2024-04-121-0/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+95