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
2017-09-04
Add support for SO_TIMESTAMP
Wesley Wolfe
2017-08-26
Replace more FFI instances
Bryant Mairs
2017-08-17
Merge #725
bors[bot]
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-16
Replace extra SOCK_ constants with libc versions
Bryant Mairs
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-05
Correct access of cmsg ancillary data on first header
Wesley Moore
2017-08-01
Document AddressFamily and SockType
Nicolas Dusart
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
2017-08-01
Document `MsgFlags` constants
Nicolas Dusart
2017-08-01
add socket constants already present in libc
Nicolas Dusart
2017-08-01
remove sys::sockets::consts module as it's libc goal to define them
Nicolas Dusart
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
[prev]
[next]