index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
os
/
unix
/
net
/
addr.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-06
Add socket extensions for cygwin
Berrysoft
-4
/
+4
2025-06-12
Delegate `<SocketAddr as Debug>` to `ByteStr`
Tamir Duberstein
-4
/
+5
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-4
/
+4
2024-09-27
Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev
Guillaume Gomez
-12
/
+9
2024-09-26
Add `sun_path` to the fake doc `sockaddr_un`
Josh Stone
-1
/
+3
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-09-25
Use `mem::offset_of!` for `sockaddr_un.sun_path`
Josh Stone
-11
/
+6
2024-04-14
Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum
bors
-1
/
+1
2024-04-14
Replace libc::c_int with core::ffi::c_int
Chris Denton
-1
/
+1
2024-04-11
OpenBSD fix long socket addresses
Sebastien Marie
-0
/
+10
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-2
/
+2
2023-04-28
replace version placeholders
Pietro Albini
-2
/
+2
2023-03-18
Stabilise `unix_socket_abstract`
John Millikin
-2
/
+2
2023-01-04
relax reference requirement on from_abstract_name
mllken
-1
/
+1
2022-09-18
Move `unix_socket_abstract` feature API to `SocketAddrExt`.
John Millikin
-68
/
+25
2022-09-12
Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726
Dylan DPC
-14
/
+2
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-08-19
use <[u8]>::escape_ascii instead of core::ascii::escape_default
KaDiWa
-14
/
+2
2022-03-29
fix unix typedef
Aria Beingessner
-1
/
+1
2022-03-29
Make some linux/unix APIs better conform to strict provenance.
Alexis Beingessner
-2
/
+2
2022-03-11
Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnay
Dylan DPC
-6
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-3
/
+3
2022-02-27
Stabilize unix_socket_creation
Thomas de Zeeuw
-3
/
+1
2022-02-25
Rename unix::net::SocketAddr::from_path to from_pathname
Thomas de Zeeuw
-3
/
+3
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-8
/
+8
2022-01-28
Update tracking issue for unix_socket_creation
Thomas de Zeeuw
-1
/
+1
2022-01-27
Use sockaddr_un in unix SocketAddr::from_path
Thomas de Zeeuw
-35
/
+1
2022-01-27
Make sockaddr_un safe and use copy_nonoverlapping
Thomas de Zeeuw
-8
/
+11
2022-01-24
Rename SocketAddr::unix to from_path
Thomas de Zeeuw
-16
/
+20
2022-01-23
Add os::unix::net::SocketAddr::unix
Thomas de Zeeuw
-1
/
+68
2021-11-06
use matches!() macro in more places
Matthias Krüger
-1
/
+1
2021-10-15
Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett
bors
-2
/
+86
2021-10-12
Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett
the8472
-0
/
+1
2021-10-11
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+1
2021-10-11
Add #[must_use] to as_type conversions
John Kugelman
-0
/
+1
2021-10-10
cross-platform doctests
Milan Landaverde
-0
/
+2
2021-10-10
moves use ptr within from_abstract_namespace fn
Milan Landaverde
-2
/
+2
2021-10-10
Update tracking issue in stability refs
Milan Landaverde
-2
/
+2
2021-10-10
rustfmt
Milan Landaverde
-1
/
+5
2021-10-10
Add abstract namespace support for Unix domain sockets
Milan Landaverde
-3
/
+81
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-0
/
+226