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
2022-11-21
Use the new UnixAddr::new_unnamed in the unit tests
Alan Somers
2022-11-21
Merge #1857
bors[bot]
2022-11-21
Merge #1871
bors[bot]
2022-11-21
fixup! Added better support for unnamed unix socket addrs
Steven Engler
2022-11-21
Added better support for unnamed unix socket addrs
Steven Engler
2022-11-19
Misc internal optimizations
Alan Somers
2022-11-19
Fix using SockaddrStorage to store Unix domain addresses on Linux
Alan Somers
2022-11-06
Reformat everything
Alex Saveau
2022-10-08
Fix clippy warnings on nightly
Ryan Zoeller
2022-08-14
Raise the MSRV to 1.56.1 in anticipation of the next release
Alan Somers
2022-07-23
Fix SockaddrLike::from_raw with unaligned inputs
Alan Somers
2022-06-07
Fix socket address family check for SysControlAddr::from_raw.
Andrew Walbran
2022-06-07
Fix socket address family check for VsockAddr::from_raw.
Andrew Walbran
2022-05-31
Enable SockaddrStorage::{as_link_addr, as_link_addr_mut} on Linux.
Alan Somers
2022-05-14
add haiku support
Al Hoang
2022-05-02
Restore conversions from ip v4/6 Sockaddr types to std::net equivalents.
Kyle Huey
2022-04-22
Fix UnixAddr::size on Linux and Android
Alan Somers
2022-03-24
Merge #1686
bors[bot]
2022-03-22
[skip ci] better docs for SockaddrLike::from_raw
Alan Somers
2022-03-22
Deprecate IpAddr, Ipv4Addr, and Ipv6Addr
Alan Somers
2022-03-21
Replace the Sockaddr enum with a union
Alan Somers
2022-03-13
Use the same signature for LinkAddr::addr on all platforms
Alan Somers
2022-03-13
Fix a panic in Linkaddr::addr
Alan Somers
2022-01-24
uclibc support
Jonah Petri
2022-01-23
InetAddr::from_std should set sin_len/sin6_len on the BSDs
Ryan Zoeller
2021-12-30
Optimize UnixAddr for the BSDs
Alan Somers
2021-12-21
UnixAddr: replace path_len with sun_len
Alan Somers
2021-12-21
Improve the sockaddr interface:
Alan Somers
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-28
Revert "Expose SockAddr::from_raw_sockaddr"
Alan Somers
2021-09-19
Clippy cleanup
Alan Somers
2021-08-29
Rework UnixAddr to fix soundness issues
Noa
2021-08-22
Merge #1447
bors[bot]
2021-08-21
Expose SockAddr::from_raw_sockaddr
Noah
2021-08-21
Deprecate SockAddr/InetAddr::to_str
Noah
2021-08-13
constify more functions
Alan Somers
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
[next]