about summary refs log tree commit diff
path: root/library/std/src/os/unix/net/addr.rs
AgeCommit message (Expand)AuthorLines
2025-09-06Add socket extensions for cygwinBerrysoft-4/+4
2025-06-12Delegate `<SocketAddr as Debug>` to `ByteStr`Tamir Duberstein-4/+5
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2024-11-26std: update internal uses of `io::const_error!`joboet-4/+4
2024-09-27Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdevGuillaume Gomez-12/+9
2024-09-26Add `sun_path` to the fake doc `sockaddr_un`Josh Stone-1/+3
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-25Use `mem::offset_of!` for `sockaddr_un.sun_path`Josh Stone-11/+6
2024-04-14Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrumbors-1/+1
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+1
2024-04-11OpenBSD fix long socket addressesSebastien Marie-0/+10
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2023-04-28replace version placeholdersPietro Albini-2/+2
2023-03-18Stabilise `unix_socket_abstract`John Millikin-2/+2
2023-01-04relax reference requirement on from_abstract_namemllken-1/+1
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-68/+25
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-14/+2
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-08-19use <[u8]>::escape_ascii instead of core::ascii::escape_defaultKaDiWa-14/+2
2022-03-29fix unix typedefAria Beingessner-1/+1
2022-03-29Make some linux/unix APIs better conform to strict provenance.Alexis Beingessner-2/+2
2022-03-11Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnayDylan DPC-6/+4
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-3/+3
2022-02-27Stabilize unix_socket_creationThomas de Zeeuw-3/+1
2022-02-25Rename unix::net::SocketAddr::from_path to from_pathnameThomas de Zeeuw-3/+3
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-8/+8
2022-01-28Update tracking issue for unix_socket_creationThomas de Zeeuw-1/+1
2022-01-27Use sockaddr_un in unix SocketAddr::from_pathThomas de Zeeuw-35/+1
2022-01-27Make sockaddr_un safe and use copy_nonoverlappingThomas de Zeeuw-8/+11
2022-01-24Rename SocketAddr::unix to from_pathThomas de Zeeuw-16/+20
2022-01-23Add os::unix::net::SocketAddr::unixThomas de Zeeuw-1/+68
2021-11-06use matches!() macro in more placesMatthias Krüger-1/+1
2021-10-15Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplettbors-2/+86
2021-10-12Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplettthe8472-0/+1
2021-10-11Add #[must_use] to is_condition testsJohn Kugelman-0/+1
2021-10-11Add #[must_use] to as_type conversionsJohn Kugelman-0/+1
2021-10-10cross-platform doctestsMilan Landaverde-0/+2
2021-10-10moves use ptr within from_abstract_namespace fnMilan Landaverde-2/+2
2021-10-10Update tracking issue in stability refsMilan Landaverde-2/+2
2021-10-10rustfmtMilan Landaverde-1/+5
2021-10-10Add abstract namespace support for Unix domain socketsMilan Landaverde-3/+81
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+226