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
/
mod.rs
Age
Commit message (
Expand
)
Author
2022-11-25
Clippy cleanup with the latest nightly.
Alan Somers
2022-11-21
Added `SockProtocol::Raw = libc::IPPROTO_RAW` for raw sockets
StackOverflowExcept1on
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-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-05-14
add haiku support
Al Hoang
2022-04-08
Replace the IoVec type with IoSlice and IoSliceMut
not_a_seagull
2022-03-22
Deprecate IpAddr, Ipv4Addr, and Ipv6Addr
Alan Somers
2022-03-21
Replace the Sockaddr enum with a union
Alan Somers
2022-03-09
docs: fix link in doc for cmsg_space in sys/socket
bin liu
2022-03-06
Add MsgFlag::MSG_NOSIGNAL
i509VCB
2022-02-04
Add accept4 on supported platforms
Ryan Zoeller
2021-12-31
Merge #1618
bors[bot]
2021-12-29
Add support for the SO_TXTIME sockopt and SCM_TXTIME control message
Alessandro Ghedini
2021-12-23
feat: Add glibc::SOF_TIMESTAMPING_* support
Michael Baikov
2021-12-21
UnixAddr: replace path_len with sun_len
Alan Somers
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-19
Clippy cleanup
Alan Somers
2021-09-19
Merge #1496
bors[bot]
2021-09-12
Add docs for all sockopts that are documented by their respective OSes
Alan Somers
2021-09-12
Add the ability to set doc strings in sockopts' definitions
Alan Somers
2021-09-06
Add support for IP_RECVERR and IPV6_RECVERR
Conrad Meyer
2021-09-04
Fix some broken internal doc links in the socket code
Alan Somers
2021-08-29
Rework UnixAddr to fix soundness issues
Noa
2021-08-17
Relax assertions in sockaddr_storage_to_addr to match the documentation.
Kyle Huey
2021-08-10
Add support for LOCAL_PEER_CRED
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-08
Support SO_RXQ_OVFL socket option (android/fuchsia/linux)
Junho Choi
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2021-04-19
Fix timestamp doc
Lu, Wangshan
2021-04-08
Merge #1402
bors[bot]
[next]