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
/
sys_common
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-02
std: move network code into `sys`
joboet
-760
/
+0
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-2
/
+2
2024-09-25
Use `&raw` in the standard library
Josh Stone
-4
/
+4
2024-09-24
Initial std library support for NuttX
Huang Qi
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+3
2024-07-27
[illumos/solaris] set MSG_NOSIGNAL while writing to sockets
Rain
-0
/
+1
2024-04-28
Use `target_vendor = "apple"` instead of `target_os = "..."`
Mads Marquart
-4
/
+11
2024-04-12
std::net: TcpListener shrinks the backlog argument to 32 for Haiku.
David Carlier
-0
/
+4
2024-04-05
Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco
Guillaume Gomez
-1
/
+1
2024-03-25
lib: fix some unnecessary_cast clippy lint
klensy
-2
/
+2
2024-03-18
Support for visionOS
Adam Gastineau
-1
/
+1
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-4
/
+4
2024-02-18
Dyn erase at call site
David Thomas
-1
/
+1
2023-10-13
Make TCP connect() handle EINTR correctly
Denis Smirnov
-3
/
+1
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-0
/
+1
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-1
/
+1
2023-05-01
Inline socket function implementations
Konrad Borowski
-0
/
+3
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+1
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+5
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-3
/
+4
2023-01-28
Replace libc::{type} with crate::ffi::{type}
Ayush Singh
-4
/
+4
2022-10-03
Reduce CString allocations in std as much as possible
Alex Saveau
-9
/
+11
2022-08-13
created tcpstream quickack trait
Berend-Jan Lange
-1
/
+7
2022-07-31
Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett
bors
-13
/
+48
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-1
/
+1
2022-07-17
Move SocketAddrCRepr to sys_common
Linus Färnstrand
-0
/
+35
2022-06-23
Implement IpV{4,6}Addr structs with native Rust encoding
Linus Färnstrand
-3
/
+3
2022-06-23
Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding
Linus Färnstrand
-10
/
+10
2022-06-13
Lower listen backlog to fix accept crashes
AzureMarker
-6
/
+13
2022-06-13
Horizon OS STD support
Meziu
-0
/
+5
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-02-20
Remove assertion on output length for `getsockopt`.
Chris Copeland
-1
/
+0
2022-02-20
Fix `setsockopt` and `getsockopt` parameter names.
Chris Copeland
-9
/
+25
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-3
/
+3
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-0
/
+8
2021-08-19
I/O safety.
Dan Gohman
-24
/
+18
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-2
/
+2
2020-12-07
Fix net.rs - rsplitn() returns a reverse iterator
Eric Arellano
-2
/
+1
2020-12-07
Dogfood 'str_split_once()` in the std lib
Eric Arellano
-3
/
+1
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-23
/
+3
2020-08-19
Minor changes to Ipv4Addr
Lzu Tao
-4
/
+4
2020-07-27
mv std libs to library/
mark
-0
/
+697