summaryrefslogtreecommitdiff
path: root/ext/io/winpipe.rs
AgeCommit message (Collapse)Author
2024-03-06fix(cli): improve logging on failed named pipe (#22726)Matt Mastracci
2024-02-26fix(io): create_named_pipe parallelism (#22597)Matt Mastracci
Investigating https://github.com/denoland/deno/issues/22574 Unable to reproduce with a unit test, but assuming that it's a name collision or create pipe/open pipe race, and adding some additional diagnostics.
2024-02-22chore(io): Add a cross-platform unidirectional pipe implementation (#22522)Matt Mastracci
Currently useful for `deno test` and internal tests, but could potentially be exposed at a later time as a `Deno` API.