index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sys
/
test_socket.rs
Age
Commit message (
Expand
)
Author
2020-06-26
Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msg
Perry Lorier
2020-05-26
Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...
Nick Pelone
2020-05-03
Fix an "unused import" warning on FreeBSD in test_scm_credentials
Alan Somers
2020-05-02
Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)
Greg V
2020-04-26
Support sendmmsg/recvmmsg
Gleb Pomykalov
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
2019-12-01
ScmCredentials now wraps UnixCredentials instead of libc::ucred
Alan Somers
2019-10-28
Fix sys::socket::recvfrom for TCP sockets
Alan Somers
2019-09-19
Fix test breakage in Seccomp mode.
Alan Somers
2019-09-04
Fix length of abstract socket address
Yuxuan Shui
2019-07-13
Merge #1095
bors[bot]
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-07-12
test_socket: add AddressFamily::Vsock test
Stefano Garzarella
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-04-29
Restored the bytes field on RecvMsg in order to know the amount of bytes rece...
Vincent Dagonneau
2019-03-12
Support AF_ALG
Gleb Pomykalov
2019-02-14
Fix misaligned references when using recvmsg with control messages
Alan Somers
2019-02-14
Replace CmsgSpace with a macro
Alan Somers
2019-02-14
Fix error handling of RecvMsg
Alan Somers
2019-01-23
Add IP_RECVIF & IP_RECVDSTADDR.
Tom Pusateri
2018-12-17
Merge #993
bors[bot]
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-12-15
Add cmsg PKTINFO for IPv4 and IPv6.
Tom Pusateri
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
2018-07-04
Clean up cmsg code and fix passing multiple cmsgs
alecmocatta
2018-06-01
Remove tests that weren't mine
Bryant Mairs
2018-06-01
Remove emulation of FD_CLOEXEC/O_NONBLOCK
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-08-26
Fix unused variable in tests
Bryant Mairs
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
2017-07-10
Fix sendmsg on macOS when passing a zero entry cmsgs array.
Matthew Gregan
2016-12-10
Add support for system control sockets for XNU
Conrad Kramer
2016-11-18
Improve portability of test_getsockname
Alan Somers
2016-11-18
Fix Unix domain sockets.
Alan Somers
2016-03-30
socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std
Kamal Marhubi
2016-01-29
Convert MSG_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-18
update libc to 0.2.2
Mattis Marjak
2015-10-28
Fix handling of sockaddr_un lengths
Geoffrey Thomas
2015-10-06
Add support for sendmsg(2), recvmsg(2), and cmsg(3)
Geoffrey Thomas
2015-09-28
Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"
Carl Lerche
2015-09-24
Add support for sendmsg(2), recvmsg(2), and cmsg(4)
Geoffrey Thomas
2015-04-11
Add socketpair
Florian Hartwig
2015-04-01
Remove usage of std::num::Int
Carl Lerche
2015-03-25
Tweak conversion in test
Carl Lerche
[next]