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-04-19
Merge #1206
bors[bot]
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
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-12-06
Add support of TCP_CONGESTION for setsockopt
Fensteer
2018-11-09
Add example for setsockopt
Povilas Balciunas
2018-10-15
socket: add AF_UNSPEC to AddressFamily
Levente Kurusa
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
[next]