about summary refs log tree commit diff
path: root/library/std/src/sys_common/net.rs
AgeCommit message (Expand)AuthorLines
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+5
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-3/+4
2023-01-28Replace libc::{type} with crate::ffi::{type}Ayush Singh-4/+4
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-9/+11
2022-08-13created tcpstream quickack traitBerend-Jan Lange-1/+7
2022-07-31Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplettbors-13/+48
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-1/+1
2022-07-17Move SocketAddrCRepr to sys_commonLinus Färnstrand-0/+35
2022-06-23Implement IpV{4,6}Addr structs with native Rust encodingLinus Färnstrand-3/+3
2022-06-23Represent SocketAddrV4 and SocketAddrV6 as Rust native encodingLinus Färnstrand-10/+10
2022-06-13Lower listen backlog to fix accept crashesAzureMarker-6/+13
2022-06-13Horizon OS STD supportMeziu-0/+5
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
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