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
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
2015-04-06
Use fcntl:Fd vs. std::os::unix::io::RawFd
Carl Lerche
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-04-03
Fd ist now RawFd
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-19
Track Rust nightlies
Carl Lerche
2015-03-13
Sockopt for broadcast support
Valerii Hiora
2015-03-13
Expose socket timeouts
Carl Lerche
2015-02-23
in_addr conversions + IP_DROP_MEMBERSHIP support
Carl Lerche
2015-02-23
Improve ergonomics of getsockopt / setsockopt
Carl Lerche