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
2023-01-14
Added LOCAL_PEERPID/LocalPeerPid sockopt for macos
Armin Ronacher
2023-01-13
Fix endian swap on SocketAddrV6.
Aaron Drew
2022-12-31
fix: clippy::size_of_ref
Jonathan
2022-12-13
Added CANbus socket family protocol constants.
fpagliughi
2022-12-04
Cleanup old Clippy directives.
Alan Somers
2022-12-04
Fix clippy lints
Alex Saveau
2022-12-04
Merge #1909
bors[bot]
2022-12-04
More annoying formatting changes
Alex Saveau
2022-12-04
Move some pure formatting changes out of #1863
Alex Saveau
2022-12-03
Nuke deprecated net APIs
Alex Saveau
2022-11-29
Add routing socket type
Emils
2022-11-28
Fix UB in the SO_TYPE sockopt
Alan Somers
2022-11-25
Merge #1865
bors[bot]
2022-11-25
Clippy cleanup with the latest nightly.
Alan Somers
2022-11-23
add IpMtu sockopt
Jonathan de Jong
2022-11-21
Merge #1848
bors[bot]
2022-11-21
Use the new UnixAddr::new_unnamed in the unit tests
Alan Somers
2022-11-21
Added `SockProtocol::Raw = libc::IPPROTO_RAW` for raw sockets
StackOverflowExcept1on
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-20
Adds IP_TOS, IPV6_TCLASS and SO_PRIORITY sockopt wrappers
mzachar
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-23
Suppress deprecation warnings from the latest libc
Alan Somers
2022-10-14
include docs
Michael Baikov
2022-10-14
disable a flaky test on aarch64
Michael Baikov
2022-10-14
reimplement recvmsg/sendmmsg
Michael Baikov
2022-10-14
pack_mhdr_to_receive: pass iovec ptr and capacity separately
Michael Baikov
2022-10-14
pack_mhdr_to_receive: pass pointer and capacity directly
Michael Baikov
2022-10-14
socket: stop setting vector length inside read_mhdr
Michael Baikov
2022-10-08
Fix clippy warnings on nightly
Ryan Zoeller
2022-09-11
Clippy cleanup
Alan Somers
2022-08-14
Raise the MSRV to 1.56.1 in anticipation of the next release
Alan Somers
2022-08-12
Merge #1776
bors[bot]
2022-08-09
remove deprecated items
SteveLauC
2022-08-05
Add support for the IP_SENDSRCADDR control message
Matthew Ingwersen
2022-07-26
Merge #1772
bors[bot]
2022-07-26
Add support for RecvOrigDstAddr on Linux
Brian May
2022-07-24
Add ETH_P_ALL protocol number to SockProtocol
valdaarhun
2022-07-23
Fix SockaddrLike::from_raw with unaligned inputs
Alan Somers
2022-07-14
Fix a buffer overflow in sys::socket::recvfrom
Alan Somers
2022-07-11
Add DontRoute SockOpt
Leo Lu
2022-06-09
Merge #1736
bors[bot]
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-06-06
Cleanup cfg blocks
Ryan Zoeller
2022-05-31
Enable SockaddrStorage::{as_link_addr, as_link_addr_mut} on Linux.
Alan Somers
[next]