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
Age
Commit message (
Expand
)
Author
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-12-05
Merge #696
bors[bot]
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-03
Add support for getifaddrs. Closes: #650.
Markus Wanner
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
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
Fix safety of sockopt helper traits
Jonas Schievink
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-07-02
Rely on libc for more socket constants
Bryant Mairs
2017-06-18
Update bitflags to 0.9
equal-l2
2017-04-09
Split socket consts. test across ARM arch.
Zac Berkowitz
2017-04-09
Removed tests on ARM for non-existant constants.
Zac Berkowitz
2017-04-09
Removed some socket constants from arch=arm
Zac Berkowitz
2017-04-09
Fixed constants for MIPS
Zac Berkowitz
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
[next]