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
/
sockopt.rs
Age
Commit message (
Expand
)
Author
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
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
libc::uint8_t deprecated in favor of rust u8
Johannes Schilling
2019-03-12
Support AF_ALG
Gleb Pomykalov
2019-01-23
Add IP_RECVIF & IP_RECVDSTADDR.
Tom Pusateri
2018-12-17
Merge #990
bors[bot]
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-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
2018-07-05
Get `SO_PEERCRED` working on all Linux targets
Jonas Schievink
2018-05-22
Typo
Xavier Bestel
2018-03-21
add SO_MARK SetSockOpt for Linux
Jake McGinty
2018-02-15
socket get-/setsockopt: document internal macros, types and traits
mexus
2018-01-11
Add socket options for IP_TRANSPARENT / BIND_ANY
Justin Latimer
2017-12-10
Replace ip(v6)_mreq structs with libc equivalent
Bryant Mairs
2017-12-10
Replace custom ucred struct with newtype wrapper around libc::ucred
Bryant Mairs
2017-12-10
Use libc::linger
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-09-04
Add support for SO_TIMESTAMP
Wesley Wolfe
2017-08-26
Replace more FFI instances
Bryant Mairs
2017-08-11
Fix safety of sockopt helper traits
Jonas Schievink
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
2017-08-01
add socket constants already present in libc
Nicolas Dusart
2017-08-01
remove sys::sockets::consts module as it's libc goal to define them
Nicolas Dusart
2017-04-09
Removed tests on ARM for non-existant constants.
Zac Berkowitz
2017-04-09
Removed some socket constants from arch=arm
Zac Berkowitz
2016-08-10
Fix the sockopt_impl matcher rule order.
Alan Somers
2016-05-02
Add SO_ORIGINAL_DST
Justin Latimer
2016-02-25
Fix IPV6 group membership options on OpenBSD
Vasily Kolobkov
2016-02-01
Implement SO_ACCEPTCONN sockopt
Stanisław Pitucha
2016-02-01
Add SO_TYPE handling in getsockopt
Stanisław Pitucha
2016-01-29
Add support for SO_{RCV,SND}BUF(FORCE)? sockopts
Frank Denis
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-18
improve bsd unixes ipv6 support
arthurprs
2016-01-18
Disable IPV6_ADD_MEMBERSHIP on freebsd
User Vagrant
2016-01-18
fix on mac
Mattis Marjak
2015-12-22
Implement support for getsockopt of peer credentials using the Linux specific...
Magnus Hoff
2015-12-03
NetBSD tweaks for kqueue support
Zachary Tong
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-06-24
TCP_NODELAY should be in IPPROTO_TCP level
Y. T. Chung
2015-06-15
TCP_KEEPALIVE, TCP_KEEPIDLE, split SockOpt trait
Y. T. Chung
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-07
More multicast support
Carl Lerche
2015-04-20
Fix build on Rust nightlies
Carl Lerche
2015-04-18
Added OOB_INLINE socket option
Valerii Hiora
[next]