about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/net.rs
AgeCommit message (Expand)AuthorLines
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+5
2022-11-24feat: implement TcpStream shutdown for wasm32-wasiHarald Hoyer-2/+8
2022-07-30Remove socklen_t from platforms where it's no longer usedLinus Färnstrand-2/+0
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-01-28wasi: enable TcpListener and TcpStreamHarald Hoyer-13/+53
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+8
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-1/+0
2021-08-19I/O safety.Dan Gohman-28/+97
2021-08-13Change WASI's `RawFd` from `u32` to `c_int` (`i32`).Dan Gohman-6/+7
2021-04-20Change uses of never typeChristiaan Dirkx-2/+2
2021-04-20Replace `Void` with never typeChristiaan Dirkx-2/+2
2021-02-24x.py fmtDan Gohman-1/+1
2021-02-24Use `super::` to refer to WASI-specific names.Dan Gohman-1/+1
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+2
2020-07-27mv std libs to library/mark-0/+411