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
/
mod.rs
Age
Commit message (
Expand
)
Author
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