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
2021-09-19
Clippy cleanup
Alan Somers
2021-09-19
Merge #1496
bors[bot]
2021-09-07
Merge #1317
bors[bot]
2021-09-06
Add support for IP_RECVERR and IPV6_RECVERR
Conrad Meyer
2021-08-29
Rework UnixAddr to fix soundness issues
Noa
2021-08-27
Ignore vsock tests on Linux aarch64
Alan Somers
2021-08-21
Deprecate SockAddr/InetAddr::to_str
Noah
2021-08-17
Relax assertions in sockaddr_storage_to_addr to match the documentation.
Kyle Huey
2021-07-08
Support SO_RXQ_OVFL socket option (android/fuchsia/linux)
Junho Choi
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2021-04-08
Merge #1402
bors[bot]
2021-04-08
Support TIMESTAMPNS for linux
Lu, Wangshan
2021-04-04
Check all tests in CI
Alan Somers
2021-03-22
Revert "Temporarily disable test_vsock on QEMU arches"
Stefano Garzarella
2021-03-22
Fix test_vsock failure on VMADDR_CID_LOCAL testing
Stefano Garzarella
2021-03-21
Temporarily disable test_vsock on QEMU arches
Alan Somers
2020-12-19
Add fuchsia support
Amanda Tait
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-11-27
Fix recvmmsg(2) implementation
Toby DiPasquale
2020-10-17
test_af_alg_aead waits indefinitely
Ritesh Khadgaray
2020-10-04
Support vsock on Android as well as Linux.
Andrew Walbran
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
[next]