summaryrefslogtreecommitdiff
path: root/ext/io/winpipe.rs
AgeCommit message (Expand)Author
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-15fix(ext/io): Fix NUL termination error in windows named pipes (#23379)Matt Mastracci
2024-03-06fix(cli): improve logging on failed named pipe (#22726)Matt Mastracci
2024-02-26fix(io): create_named_pipe parallelism (#22597)Matt Mastracci
2024-02-22chore(io): Add a cross-platform unidirectional pipe implementation (#22522)Matt Mastracci