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
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
2018-05-28
Fix bind() on Android 64-bit
Bryant Mairs
2018-05-22
Typo
Xavier Bestel
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-03-21
add SO_MARK SetSockOpt for Linux
Jake McGinty
2018-02-21
Merge #825
bors[bot]
2018-02-15
socket get-/setsockopt: document internal macros, types and traits
mexus
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
Replace sockaddr_ctl with one from libc
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Disallow unnecessary import braces
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2018-01-11
Add socket options for IP_TRANSPARENT / BIND_ANY
Justin Latimer
2018-01-08
Impl LinkAddr(MAC Addr)
luozijun
2018-01-08
impl `Debug` for all sockaddr types
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
Remove unnecessary impl Clones
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
2017-12-20
Merge redundant match arms
Bryant Mairs
[prev]
[next]