| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-02 | std: move network code into `sys` | joboet | -417/+0 | |
| As per #117276, this PR moves `sys_common::net` and the `sys::pal::net` into the newly created `sys::net` module. In order to support #135141, I've moved all the current network code into a separate `connection` module, future functions like `hostname` can live in separate modules. I'll probably do a follow-up PR and clean up some of the actual code, this is mostly just a reorganization. | ||||
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -1/+1 | |
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -18/+56 | |
| 2024-09-29 | Hook up std::net to wasi-libc on wasm32-wasip2 target | Nicola Krumschmidt | -0/+379 | |
