about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/net.rs
AgeCommit message (Expand)AuthorLines
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-24Initial std library support for NuttXHuang Qi-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-31Fixed some typos in the standard library documentation/commentsranger-ross-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2024-07-25Rollup merge of #127300 - biabbas:fix_connect_timeout, r=tgross35Matthias Krüger-10/+19
2024-07-25In connect timeout, read readiness of socket for vxworks. Check pollhup or po...B I Mohammed Abbas-10/+19
2024-07-21Deal with invalid UTF-8 from `gai_strerror`Nilstrieb-2/+3
2024-04-28std::net: Socket::new_raw set to SO_NOSIGPIPE on freebsd/netbsd/dragonfly.David Carlier-1/+8
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-8/+2
2024-03-24Fix build failure on ARM/AArch64/PowerPC/RISC-V FreeBSD/NetBSDTaiki Endo-1/+1
2024-03-20std::net: adding acceptfilter feature for netbsd/freebsd.David Carlier-0/+31
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-10/+16
2024-02-27Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-sebors-0/+12
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-21os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.David Carlier-0/+12
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+1
2024-01-11std: fix module references on UNIXjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+591