summaryrefslogtreecommitdiff
path: root/src/sys/socket
AgeCommit message (Expand)Author
2019-03-12Support AF_ALGGleb Pomykalov
2019-02-14Enable IPv4PacketInfo and Ipv6PacketInfo on more OSes.Alan Somers
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2019-02-14Replace CmsgSpace with a macroAlan Somers
2019-02-14Fix error handling of RecvMsgAlan Somers
2019-02-14Replace hand-rolled cmsg logic with libc's cmsg(3) functions.Alan Somers
2019-01-23Add IP_RECVIF & IP_RECVDSTADDR.Tom Pusateri
2019-01-06Make ScmTimestamp's doc test more robustAlan Somers
2018-12-17Merge #993bors[bot]
2018-12-17Merge #990bors[bot]
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-12-15Add cmsg PKTINFO for IPv4 and IPv6.Tom Pusateri
2018-12-08Replace try! with ?Alan Somers
2018-12-06Add support of TCP_CONGESTION for setsockoptFensteer
2018-11-09Add example for setsockoptPovilas Balciunas
2018-10-15socket: add AF_UNSPEC to AddressFamilyLevente Kurusa
2018-08-15sendmsg: remove unneeded mutIgor Gnatenko
2018-07-27Fix *decoding* of cmsgs and add `ScmCredentials`.Jonas Schievink
2018-07-05Merge #921bors[bot]
2018-07-05Get `SO_PEERCRED` working on all Linux targetsJonas Schievink
2018-07-04Clean up cmsg code and fix passing multiple cmsgsalecmocatta
2018-06-01Remove emulation of FD_CLOEXEC/O_NONBLOCKBryant Mairs
2018-05-28Fix bind() on Android 64-bitBryant Mairs
2018-05-22TypoXavier Bestel
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2018-03-21add SO_MARK SetSockOpt for LinuxJake McGinty
2018-02-21Merge #825bors[bot]
2018-02-15socket get-/setsockopt: document internal macros, types and traitsmexus
2018-02-12Expose MSG_CMSG_CLOEXEC on *BSDGreg V
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Replace sockaddr_ctl with one from libcBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Disallow unnecessary import bracesBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2018-01-11Add socket options for IP_TRANSPARENT / BIND_ANYJustin Latimer
2018-01-08Impl LinkAddr(MAC Addr)luozijun
2018-01-08impl `Debug` for all sockaddr typesluozijun
2017-12-20Replace '0 as *_' with ptr::null*()Bryant Mairs
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-20Use |= where appropriateBryant Mairs
2017-12-20Remove unnecessary impl ClonesBryant Mairs
2017-12-20Use unwrap_or_else instead of unwrap_or without a closureBryant Mairs
2017-12-20Remove unnecessary parenthesisBryant Mairs
2017-12-20Merge redundant match armsBryant Mairs
2017-12-20Remove unnecessary referencesBryant Mairs
2017-12-20Migrate sys/socket to libc FFI types and fix `msghdr` definition mismatch.Matthew Gregan
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-10Replace ip(v6)_mreq structs with libc equivalentBryant Mairs
2017-12-10Replace custom ucred struct with newtype wrapper around libc::ucredBryant Mairs