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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-05
Use new bindings
Chris Denton
-2
/
+2
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+1
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-8
/
+20
2022-06-23
Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding
Linus Färnstrand
-2
/
+2
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-2
/
+2
2022-02-20
use `BOOL` for `TCP_NODELAY` `setsockopt` value on Windows
Chris Copeland
-2
/
+2
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-7
/
+5
2022-01-25
Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett
Matthias Krüger
-60
/
+2
2021-10-02
Run the #85441 regression test on MSVC only
Simonas Kazlauskas
-3
/
+3
2021-10-02
Only register `WSACleanup` if `WSAStartup` is actually ever called
Christiaan Dirkx
-6
/
+11
2021-09-09
Fix more Windows compilation errors.
Dan Gohman
-14
/
+1
2021-09-09
Fix Windows compilation errors.
Dan Gohman
-1
/
+1
2021-09-09
Add a `try_clone()` function to `OwnedFd`.
Dan Gohman
-46
/
+1
2021-08-30
clean up `c::linger` conversion
ibraheemdev
-1
/
+1
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-1
/
+16
2021-08-19
I/O safety.
Dan Gohman
-36
/
+70
2021-05-28
Refactor windows sockets impl methods
Michael
-133
/
+172
2021-04-22
Apply suggestions from review
Christiaan Dirkx
-5
/
+8
2021-04-22
Rework `at_exit` to `cleanup`
Christiaan Dirkx
-5
/
+7
2021-04-18
Rename `NotSupported` to `Unsupported`
Christiaan Dirkx
-1
/
+1
2021-04-18
Add and insta-stabilize `std::io::ErrorKind::NotSupported`
Christiaan Dirkx
-1
/
+1
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-6
/
+6
2020-07-27
mv std libs to library/
mark
-0
/
+438