summaryrefslogtreecommitdiff
path: root/test/sys/test_socket.rs
AgeCommit message (Expand)Author
2019-07-13Merge #1095bors[bot]
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-12test_socket: add AddressFamily::Vsock testStefano Garzarella
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-03-12Support AF_ALGGleb Pomykalov
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-01-23Add IP_RECVIF & IP_RECVDSTADDR.Tom Pusateri
2018-12-17Merge #993bors[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-09-01deps: update tempfile to 3Igor Gnatenko
2018-07-27Fix *decoding* of cmsgs and add `ScmCredentials`.Jonas Schievink
2018-07-04Clean up cmsg code and fix passing multiple cmsgsalecmocatta
2018-06-01Remove tests that weren't mineBryant Mairs
2018-06-01Remove emulation of FD_CLOEXEC/O_NONBLOCKBryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-11-19sys/socket: add UnixAddr abstract name getterLuca Bruno
2017-08-26Fix unused variable in testsBryant Mairs
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-08-01add SockProtocol type for third argument of socket and socketpairNicolas Dusart
2017-07-10Fix sendmsg on macOS when passing a zero entry cmsgs array.Matthew Gregan
2016-12-10Add support for system control sockets for XNUConrad Kramer
2016-11-18Improve portability of test_getsocknameAlan Somers
2016-11-18Fix Unix domain sockets.Alan Somers
2016-03-30socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_stdKamal Marhubi
2016-01-29Convert MSG_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-18update libc to 0.2.2Mattis Marjak
2015-10-28Fix handling of sockaddr_un lengthsGeoffrey Thomas
2015-10-06Add support for sendmsg(2), recvmsg(2), and cmsg(3)Geoffrey Thomas
2015-09-28Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"Carl Lerche
2015-09-24Add support for sendmsg(2), recvmsg(2), and cmsg(4)Geoffrey Thomas
2015-04-11Add socketpairFlorian Hartwig
2015-04-01Remove usage of std::num::IntCarl Lerche
2015-03-25Tweak conversion in testCarl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-02-27Further SockAddr & NixPath cleanupCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-22Remove prefix from SockAddr variantsCarl Lerche
2015-02-22Implement round trip SockAddr conversionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche