summaryrefslogtreecommitdiff
path: root/src/sys/socket/mod.rs
AgeCommit message (Expand)Author
2023-05-22PR suggestion: Set the length later instead of using `from_raw`Jarred Allen
2023-05-19Set the length of a sockaddr received on LinuxJarred Allen
2023-05-09remove unused mut from two variable declarations in sys/socket/mod.rsBob Haarman
2023-04-05Merge #2012bors[bot]
2023-03-20fix: send ETH_P_ALL in htons formatTodd Neal
2023-03-13Enable socket on redoxNoa
2022-12-31fix: clippy::size_of_refJonathan
2022-12-13Added CANbus socket family protocol constants.fpagliughi
2022-12-04Cleanup old Clippy directives.Alan Somers
2022-12-04Fix clippy lintsAlex Saveau
2022-12-04Move some pure formatting changes out of #1863Alex Saveau
2022-12-03Nuke deprecated net APIsAlex Saveau
2022-11-29Add routing socket typeEmils
2022-11-28Fix UB in the SO_TYPE sockoptAlan Somers
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