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
/
src
/
sys
/
socket
Age
Commit message (
Expand
)
Author
2021-03-05
Allow sockaddr_ll size mismatch
Justin Ossevoort
2021-03-04
Remove accept4 on Android arm
Alan Somers
2021-01-04
Add support for when receiving packets
Justin Ossevoort
2020-12-19
Add fuchsia support
Amanda Tait
2020-12-14
Remove SockLevel
Alan Somers
2020-11-27
Fix recvmmsg(2) implementation
Toby DiPasquale
2020-11-15
Suppress af_alg_iv "deprecation"
Tamir Duberstein
2020-10-18
KEEPCNT/KEEPINTVL aren't available on OpenBSD.
Laurence Tratt
2020-10-10
Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.
Yoav Steinberg
2020-10-10
Merge #1303
bors[bot]
2020-10-04
Support vsock on Android as well as Linux.
Andrew Walbran
2020-10-03
Renable the ScmTimestamp test on FreeBSD i386
Alan Somers
2020-08-18
Add Netlink Protocol Families to SockProtocol enum
sinkingpoint
2020-07-04
Expose IP_PKTINFO Control Message on Android
Bruno Tavares
2020-06-27
Make SockAddr::as_ffi_pair safe
Alan Somers
2020-06-27
implement Default for UnixCredentials on Linux
Alan Somers
2020-06-27
Make sys::socket::sockaddr_storage a safe function
Alan Somers
2020-06-26
Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msg
Perry Lorier
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-26
Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...
Nick Pelone
2020-05-16
Apply `repr(transparent)` to several FFI types
Alan Somers
2020-05-08
Add SO_BINDTODEVICE sockopt
Jean Pierre Dudey
2020-05-02
Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)
Greg V
2020-05-01
Merge #1215
bors[bot]
2020-04-26
Eliminate a mem::zeroed() in recvmmsg
Alan Somers
2020-04-26
Support sendmmsg/recvmmsg
Gleb Pomykalov
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
2020-04-19
Merge #1206
bors[bot]
2020-04-12
Remove sys::socket::addr::from_libc_sockaddr from the public API
Alan Somers
2020-04-12
Fix UB in getsockopt
Alan Somers
2020-04-08
Fix unaligned castting of cmsg data to af_alg_iv
Gleb Pomykalov
2019-12-01
ScmCredentials now wraps UnixCredentials instead of libc::ucred
Alan Somers
2019-11-30
Remove the deprecated CmsgSpace
Alan Somers
2019-10-28
Fix sys::socket::recvfrom for TCP sockets
Alan Somers
2019-10-15
Properly initialize msghdr when using musl
Yuxuan Shui
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-09-04
Merge #1120
bors[bot]
2019-09-04
Fix length of abstract socket address
Yuxuan Shui
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Implement Default for FdSet
Alan Somers
2019-08-29
Remove an obsolete comment
Alan Somers
2019-08-29
Clippy: silence a false-positive cast alignment warning
Alan Somers
2019-08-29
Clippy: remove unnecessary mem::transmute
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-07-13
Merge #1095
bors[bot]
2019-07-13
Fix warnings on Rust 1.37.0
Alan Somers
2019-07-12
socket: add support for AF_VSOCK
Stefano Garzarella
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-06-07
socket: expose MSG_WAITALL in MsgFlags
Stefano Garzarella
[prev]
[next]