about summary refs log tree commit diff
path: root/library/std/src/os/unix/net
AgeCommit message (Expand)AuthorLines
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+18
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-0/+3
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7
2023-06-13Fix building the documentation on FreeBSD.MikaelUrankar-0/+1
2023-06-06Fix documentation build on FreeBSDDan McGregor-1/+7
2023-04-28replace version placeholdersPietro Albini-7/+7
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-21/+194
2023-03-18Stabilise `unix_socket_abstract`John Millikin-12/+7
2023-03-02Make std tests pass on newer AndroidPeter Collingbourne-0/+18
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-2/+5
2023-01-04relax reference requirement on from_abstract_namemllken-1/+1
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-83/+46
2022-09-12Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726Dylan DPC-14/+2
2022-08-29Rollup merge of #96334 - devnexen:socket_mark, r=dtolnayMatthias Krüger-0/+50
2022-08-23Rollup merge of #100835 - devnexen:listener_followups, r=devnexenDylan DPC-4/+2
2022-08-22net listen backlog update, follow-up from #97963.David CARLIER-4/+2
2022-08-21Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcmMatthias Krüger-1/+1
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-08-20Rollup merge of #97963 - devnexen:net_listener_neg, r=the8472Matthias Krüger-2/+10
2022-08-19use <[u8]>::escape_ascii instead of core::ascii::escape_defaultKaDiWa-14/+2
2022-07-20Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomccDylan DPC-0/+3
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-0/+3
2022-07-07Fix doc build on unsupported osesDavid CARLIER-2/+16
2022-07-06changes from feedbackDavid Carlier-6/+4
2022-07-06doc additionsDavid Carlier-1/+33
2022-07-06socket `set_mark` addition.David Carlier-0/+6
2022-06-21update ioslice docs to use shared slicesConrad Ludgate-2/+2
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-9/+9
2022-06-10net listen backlog set to negative on Linux.David Carlier-2/+10
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-155/+31
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-2/+0
2022-04-04ScmCredentials netbsd implementation.David Carlier-13/+92
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-36/+36
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-12-16Revert "socket ancillary data implementation for dragonflybsd."David CARLIER-90/+6
2021-12-11Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahcMatthias Krüger-6/+90
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-11/+1
2021-12-05socket ancillary data implementation for dragonflybsd.David Carlier-6/+90
2021-11-06use matches!() macro in more placesMatthias Krüger-1/+1