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
/
addr.rs
Age
Commit message (
Expand
)
Author
2021-07-29
Merge #1473 #1474 #1476
bors[bot]
2021-07-24
Constify many functions
Alan Somers
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2021-04-04
Use memoffset::offset_of instead of homegrown macro
Alan Somers
2021-03-21
illumos and Solaris support
Jason King
2020-12-19
Add fuchsia support
Amanda Tait
2020-10-04
Support vsock on Android as well as Linux.
Andrew Walbran
2020-06-27
Make SockAddr::as_ffi_pair safe
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-04-12
Remove sys::socket::addr::from_libc_sockaddr from the public API
Alan Somers
2019-09-04
Merge #1120
bors[bot]
2019-09-04
Fix length of abstract socket address
Yuxuan Shui
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy: remove unnecessary mem::transmute
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-07-12
socket: add support for AF_VSOCK
Stefano Garzarella
2019-06-11
Fix tests for abstract sockets
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-05-31
fix more uintXY_t instances
Johannes Schilling
2019-04-09
Uncomment to_std and from_std methods for IpAddr
rabbott99
2019-03-12
Support AF_ALG
Gleb Pomykalov
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-12-08
Replace try! with ?
Alan Somers
2018-10-15
socket: add AF_UNSPEC to AddressFamily
Levente Kurusa
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-01-28
Replace sockaddr_ctl with one from libc
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Disallow unnecessary import braces
Bryant Mairs
2018-01-08
Impl LinkAddr(MAC Addr)
luozijun
2018-01-08
impl `Debug` for all sockaddr types
luozijun
2017-12-20
Remove unnecessary impl Clones
Bryant Mairs
2017-12-20
Merge redundant match arms
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-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-01
Document AddressFamily and SockType
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
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-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-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]