about summary refs log tree commit diff
path: root/library/std/src/sys_common/net.rs
AgeCommit message (Expand)AuthorLines
2022-02-20Remove assertion on output length for `getsockopt`.Chris Copeland-1/+0
2022-02-20Fix `setsockopt` and `getsockopt` parameter names.Chris Copeland-9/+25
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-3/+3
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+8
2021-08-19I/O safety.Dan Gohman-24/+18
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-2/+2
2020-12-07Fix net.rs - rsplitn() returns a reverse iteratorEric Arellano-2/+1
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-3/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-23/+3
2020-08-19Minor changes to Ipv4AddrLzu Tao-4/+4
2020-07-27mv std libs to library/mark-0/+697