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-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
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
[next]