summaryrefslogtreecommitdiff
path: root/src/io.rs
AgeCommit message (Collapse)Author
2023-07-03expose function for lua to run commands and collect outputiximeow
onward, `rustc --version`!!
2023-07-01stray ref to old jobs pathiximeow
2023-06-27[api] artifacts/ now supports streaming in-progress artifacts back out as ↵iximeow
they are provided
2022-12-29use fixed AsyncWrite impliximeow
2022-12-29remove vestigial loggingiximeow
2022-12-29do not use buggy AsyncWrite impl for file transfer, spawn_blocking a ↵iximeow
blocking task
2022-12-29factor out io stuffiximeow