summaryrefslogtreecommitdiff
path: root/src/sys/socket/mod.rs
AgeCommit message (Expand)Author
2022-11-25Clippy cleanup with the latest nightly.Alan Somers
2022-11-21Added `SockProtocol::Raw = libc::IPPROTO_RAW` for raw socketsStackOverflowExcept1on
2022-10-23Suppress deprecation warnings from the latest libcAlan Somers
2022-10-14include docsMichael Baikov
2022-10-14disable a flaky test on aarch64Michael Baikov
2022-10-14reimplement recvmsg/sendmmsgMichael Baikov
2022-10-14pack_mhdr_to_receive: pass iovec ptr and capacity separatelyMichael Baikov
2022-10-14pack_mhdr_to_receive: pass pointer and capacity directlyMichael Baikov
2022-10-14socket: stop setting vector length inside read_mhdrMichael Baikov
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-09-11Clippy cleanupAlan Somers
2022-08-12Merge #1776bors[bot]
2022-08-09remove deprecated itemsSteveLauC
2022-08-05Add support for the IP_SENDSRCADDR control messageMatthew Ingwersen
2022-07-26Merge #1772bors[bot]
2022-07-26Add support for RecvOrigDstAddr on LinuxBrian May
2022-07-24Add ETH_P_ALL protocol number to SockProtocolvaldaarhun
2022-07-23Fix SockaddrLike::from_raw with unaligned inputsAlan Somers
2022-07-14Fix a buffer overflow in sys::socket::recvfromAlan Somers
2022-05-14add haiku supportAl Hoang
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-03-22Deprecate IpAddr, Ipv4Addr, and Ipv6AddrAlan Somers
2022-03-21Replace the Sockaddr enum with a unionAlan Somers
2022-03-09docs: fix link in doc for cmsg_space in sys/socketbin liu
2022-03-06Add MsgFlag::MSG_NOSIGNALi509VCB
2022-02-04Add accept4 on supported platformsRyan Zoeller
2021-12-31Merge #1618bors[bot]
2021-12-29Add support for the SO_TXTIME sockopt and SCM_TXTIME control messageAlessandro Ghedini
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-12-21UnixAddr: replace path_len with sun_lenAlan Somers
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-09-19Merge #1496bors[bot]
2021-09-12Add docs for all sockopts that are documented by their respective OSesAlan Somers
2021-09-12Add the ability to set doc strings in sockopts' definitionsAlan Somers
2021-09-06Add support for IP_RECVERR and IPV6_RECVERRConrad Meyer
2021-09-04Fix some broken internal doc links in the socket codeAlan Somers
2021-08-29Rework UnixAddr to fix soundness issuesNoa
2021-08-17Relax assertions in sockaddr_storage_to_addr to match the documentation.Kyle Huey
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-24Constify many functionsAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2021-04-19Fix timestamp docLu, Wangshan
2021-04-08Merge #1402bors[bot]