Age | Commit message (Expand) | Author |
2017-07-10 | Fix sendmsg on macOS when passing a zero entry cmsgs array. | Matthew Gregan |
2017-07-10 | Simplify Vec allocation in sendmsg after 077d979a removed alignment hacks. | Matthew Gregan |
2017-07-04 | Allow nix to compile on android targets | roblabla |
2017-06-18 | Update bitflags to 0.9 | equal-l2 |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin |
2017-01-11 | Auto merge of #489 - fiveop:fixcopyinto, 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-11-18 | Fix Unix domain sockets. | Alan Somers |
2016-08-10 | Fix nix on FreeBSD amd64 | Alan Somers |
2016-05-01 | Support sockaddr_nl in sockaddr_storage_to_addr(). | James Peach |
2016-01-29 | Convert MSG_ flags to bitflags! type. | Philipp Matthias Schaefer |
2016-01-28 | Derive all the things | 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 |
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-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-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-28 | Pass shutdown enum by value | Carl Lerche |
2015-05-27 | Add sys::socket send and recv | Phil Dawes |
2015-05-21 | Add socket::shutdown function | hoxnox |
2015-05-07 | More multicast support | Carl Lerche |
2015-04-24 | FromPrimitive is no more | Florian Hartwig |
2015-04-20 | Fix build on Rust nightlies | Carl Lerche |
2015-04-11 | Add socketpair | Florian Hartwig |
2015-04-06 | Use fcntl:Fd vs. std::os::unix::io::RawFd | Carl Lerche |
2015-04-06 | Get compiling on Rust 1.0 beta | 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-16 | Fix on 32bit platforms | Carl Lerche |
2015-03-14 | Make sockaddr_storage_to_addr public. | Jan Bujak |
2015-03-14 | Derive FromPrimitive for SockType. | Jan Bujak |
2015-03-13 | Amend some files to make it compile on arm-linux-androideabi. | kennytm |
2015-02-27 | Further SockAddr & NixPath cleanup | Carl Lerche |
2015-02-25 | Large cleanup, mostly of socket functions | Carl Lerche |
2015-02-23 | in_addr conversions + IP_DROP_MEMBERSHIP support | Carl Lerche |
2015-02-23 | Improve ergonomics of getsockopt / setsockopt | Carl Lerche |
2015-02-22 | Remove prefix from SockAddr variants | Carl Lerche |
2015-02-22 | Split up socket module | Carl Lerche |