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
/
mod.rs
Age
Commit message (
Expand
)
Author
2020-04-26
Support sendmmsg/recvmmsg
Gleb Pomykalov
2020-04-25
Support UDP GSO and GRO on linux
Gleb Pomykalov
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-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-09
Add extra traits for all types
Bryant Mairs
2019-06-07
socket: expose MSG_WAITALL in MsgFlags
Stefano Garzarella
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
Enable IPv4PacketInfo and Ipv6PacketInfo on more OSes.
Alan Somers
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-02-14
Replace hand-rolled cmsg logic with libc's cmsg(3) functions.
Alan Somers
2019-01-23
Add IP_RECVIF & IP_RECVDSTADDR.
Tom Pusateri
2019-01-06
Make ScmTimestamp's doc test more robust
Alan Somers
2018-12-17
Merge #993
bors[bot]
2018-12-17
Merge #990
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-12-08
Replace try! with ?
Alan Somers
2018-11-09
Add example for setsockopt
Povilas Balciunas
2018-08-15
sendmsg: remove unneeded mut
Igor Gnatenko
2018-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
2018-07-05
Merge #921
bors[bot]
2018-07-05
Get `SO_PEERCRED` working on all Linux targets
Jonas Schievink
2018-07-04
Clean up cmsg code and fix passing multiple cmsgs
alecmocatta
2018-06-01
Remove emulation of FD_CLOEXEC/O_NONBLOCK
Bryant Mairs
2018-05-28
Fix bind() on Android 64-bit
Bryant Mairs
2018-02-12
Expose MSG_CMSG_CLOEXEC on *BSD
Greg V
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2018-01-08
Impl LinkAddr(MAC Addr)
luozijun
2017-12-20
Replace '0 as *_' with ptr::null*()
Bryant Mairs
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Use |= where appropriate
Bryant Mairs
2017-12-20
Use unwrap_or_else instead of unwrap_or without a closure
Bryant Mairs
2017-12-20
Remove unnecessary parenthesis
Bryant Mairs
[prev]
[next]