Age | Commit message (Expand) | Author |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin |
2017-01-11 | Auto merge of #489 - fiveop:fixcopyinto, r=fiveop | Homu |
2017-01-11 | Auto merge of #496 - fiveop:consolidate_socketaddr_storage, r=@fiveop | Homu |
2017-01-10 | Always use libc's socketaddr_storage | Philipp Matthias Schaefer |
2016-12-10 | Fix ControlMessage::encode_into when encoding multiple messages | Philipp Matthias Schaefer |
2016-12-10 | Add support for system control sockets for XNU | Conrad Kramer |
2016-11-18 | Fix Unix domain sockets. | Alan Somers |
2016-09-17 | Fixed a bug where UnixAddr::new_abstract forgot to count the null-byte. | Mathias Svensson |
2016-09-09 | Add MSG_CMSG_CLOEXEC to MsgFlags on Linux | Sebastian Dröge |
2016-08-10 | Fix nix on FreeBSD amd64 | Alan Somers |
2016-08-10 | Fix the sockopt_impl matcher rule order. | Alan Somers |
2016-05-03 | Auto merge of #367 - justinlatimer:so-original-dst, r=kamalmarhubi | Homu |
2016-05-02 | Add SO_ORIGINAL_DST | Justin Latimer |
2016-05-01 | Support sockaddr_nl in sockaddr_storage_to_addr(). | James Peach |
2016-04-14 | fixed a few clippy warnings | Andre Bogus |
2016-03-30 | socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std | Kamal Marhubi |
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-02-04 | Add comment on IPv6 address endianness. | Philipp Matthias Schaefer |
2016-02-04 | IPv6 addresses are always in big endian order | Frank Denis |
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 | Convert MSG_ flags to bitflags! type. | Philipp Matthias Schaefer |
2016-01-29 | Add support for SO_{RCV,SND}BUF(FORCE)? sockopts | Frank Denis |
2016-01-28 | Use sockaddr_nl from libc | Kamal Marhubi |
2016-01-28 | Derive all the things | Alexander Polakov |
2016-01-28 | Fix style suggestions regarding #cfg | Alexander Polakov |
2016-01-28 | Netlink bits | Alexander Polakov |
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 |
2016-01-18 | update libc to 0.2.2 | Mattis Marjak |
2015-12-22 | Fix broken tests on nightly | Carl Lerche |
2015-12-22 | Implement support for getsockopt of peer credentials using the Linux specific... | Magnus Hoff |
2015-12-04 | socket(): add protocol argument (breaking change) | Alexander Polakov |
2015-12-03 | NetBSD tweaks for kqueue support | Zachary Tong |
2015-11-20 | netbsd support | Jeremy Fitzhardinge |
2015-10-28 | Fix handling of sockaddr_un lengths | Geoffrey Thomas |
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-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 |