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
/
consts.rs
Age
Commit message (
Expand
)
Author
2017-08-01
remove sys::sockets::consts module as it's libc goal to define them
Nicolas Dusart
2017-07-04
Allow nix to compile on android targets
roblabla
2017-07-02
Rely on libc for more socket constants
Bryant Mairs
2017-06-18
Update bitflags to 0.9
equal-l2
2017-04-09
Split socket consts. test across ARM arch.
Zac Berkowitz
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
2017-04-09
Fixed constants for MIPS
Zac Berkowitz
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-12-10
Add support for system control sockets for XNU
Conrad Kramer
2016-09-09
Add MSG_CMSG_CLOEXEC to MsgFlags on Linux
Sebastian Dröge
2016-05-02
Add SO_ORIGINAL_DST
Justin Latimer
2016-02-25
Fix IPV6 group membership options on OpenBSD
Vasily Kolobkov
2016-02-25
Use libc with OpenBSD kin
Vasily Kolobkov
2016-02-23
Add support for AF_PACKET on linux
Herman J. Radtke III
2016-01-29
Convert MSG_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Netlink bits
Alexander Polakov
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-03
NetBSD tweaks for kqueue support
Zachary Tong
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-10-06
Add support for sendmsg(2), recvmsg(2), and cmsg(3)
Geoffrey Thomas
2015-09-28
Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"
Carl Lerche
2015-09-24
Add support for sendmsg(2), recvmsg(2), and cmsg(4)
Geoffrey Thomas
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-09-03
Fix test failures on FreeBSD
Geoffrey Thomas
2015-07-13
Remove import on those platforms where it is unused.
Laurence Tratt
2015-07-06
Consts are not on all kernels
Tilde Engineering
2015-06-15
TCP_KEEPALIVE, TCP_KEEPIDLE, split SockOpt trait
Y. T. Chung
2015-05-29
Basic OpenBSD support.
Laurence Tratt
2015-05-21
Fix travis tests
Carl Lerche
2015-05-21
Test sockopt const values
Carl Lerche
2015-05-21
Add socket::shutdown function
hoxnox
2015-05-11
Get the library to build on freebsd
Andrew J. Stone
2015-05-07
More multicast support
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-23
Improve ergonomics of getsockopt / setsockopt
Carl Lerche
2015-02-22
Split up socket module
Carl Lerche