summaryrefslogtreecommitdiff
path: root/src/sys/socket/consts.rs
AgeCommit message (Expand)Author
2016-01-18Disable IPV6_ADD_MEMBERSHIP on freebsdUser Vagrant
2016-01-18fix on macMattis Marjak
2015-12-03NetBSD tweaks for kqueue supportZachary Tong
2015-11-20netbsd supportJeremy Fitzhardinge
2015-10-06Add support for sendmsg(2), recvmsg(2), and cmsg(3)Geoffrey Thomas
2015-09-28Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"Carl Lerche
2015-09-24Add support for sendmsg(2), recvmsg(2), and cmsg(4)Geoffrey Thomas
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-09-03Fix test failures on FreeBSDGeoffrey Thomas
2015-07-13Remove import on those platforms where it is unused.Laurence Tratt
2015-07-06Consts are not on all kernelsTilde Engineering
2015-06-15TCP_KEEPALIVE, TCP_KEEPIDLE, split SockOpt traitY. T. Chung
2015-05-29Basic OpenBSD support.Laurence Tratt
2015-05-21Fix travis testsCarl Lerche
2015-05-21Test sockopt const valuesCarl Lerche
2015-05-21Add socket::shutdown functionhoxnox
2015-05-11Get the library to build on freebsdAndrew J. Stone
2015-05-07More multicast supportCarl Lerche
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-23Improve ergonomics of getsockopt / setsockoptCarl Lerche
2015-02-22Split up socket moduleCarl Lerche