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
/
solid
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-435
/
+0
2023-11-08
kmc-solid: Implement `{From,Into}Inner<OwnedFd>` for `Socket`
Tomoaki Kawada
-2
/
+23
2023-11-08
kmc-solid: Remove `FileDesc`
Tomoaki Kawada
-115
/
+43
2023-11-08
kmc-solid: Replace `{From,Into}Inner<c_int>` impls with `*RawFd` for `Socket`
Tomoaki Kawada
-17
/
+13
2023-10-13
Make TCP connect() handle EINTR correctly
Denis Smirnov
-4
/
+7
2023-09-01
kmc-solid: Refactor `is_interrupted` to avoid integer overflow
Tomoaki Kawada
-2
/
+1
2023-08-25
Add a new helper to avoid calling io::Error::kind
Ben Kimock
-0
/
+6
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+2
2023-04-11
kmc-solid: Implement `Socket::read_buf`
Tomoaki Kawada
-6
/
+17
2022-08-01
kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr`
Tomoaki Kawada
-2
/
+2
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-5
/
+5
2022-01-28
kmc-solid: Implement `FileDesc::duplicate`
Tomoaki Kawada
-1
/
+1
2021-09-28
Add SOLID targets
Tomoaki Kawada
-0
/
+469