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
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
2019-06-06
Fix the is_so_mark_functional test in Linux containers
Alan Somers
2019-06-03
Check euid, not uid, for socket tests
Alan Somers
2019-05-31
fix more uintXY_t instances
Johannes Schilling
2019-05-31
libc::uint8_t deprecated in favor of rust u8
Johannes Schilling
2019-04-29
Restored the bytes field on RecvMsg in order to know the amount of bytes rece...
Vincent Dagonneau
2019-04-09
Uncomment to_std and from_std methods for IpAddr
rabbott99
2019-03-12
Support AF_ALG
Gleb Pomykalov
2019-02-14
Enable IPv4PacketInfo and Ipv6PacketInfo on more OSes.
Alan Somers
[next]