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
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