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
/
unix
/
ext
/
net
/
stream.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-677
/
+0
2021-04-25
Inline most raw socket, fd and handle conversions
KaiJewson
-0
/
+3
2021-02-28
unix: Non-mutable bufs in send_vectored_with_ancillary_to
LinkTed
-10
/
+11
2020-11-03
Fix docs for MacOs (correction)
LinkTed
-1
/
+2
2020-10-10
Fix unresolved link to `SocketAncillary`
LinkTed
-0
/
+1
2020-10-10
Fix imports for MacOs
LinkTed
-4
/
+2
2020-10-10
Change imports for `cfg(doc)`
LinkTed
-13
/
+13
2020-10-10
Remove `passcred` for `emscripten`
LinkTed
-2
/
+2
2020-10-10
Remove `target_os`, which does not have `SO_PASSCRED` constant in `libc`
LinkTed
-28
/
+2
2020-10-10
Remove `target_os`, which does not have `cmsghdr` struct in `libc`
LinkTed
-3
/
+0
2020-10-10
Remove `target_os`, which does not have `MSG_CMSG_CLOEXEC` constant in `libc`
LinkTed
-18
/
+0
2020-10-10
Add the code of the tracking issue
LinkTed
-4
/
+4
2020-10-10
Add `set_passcred` and `passcred` methods to `UnixStream` and `UnixDatagram`
LinkTed
-0
/
+60
2020-10-10
Move conditional compilation to the upper module and sort the target OS list ...
LinkTed
-0
/
+48
2020-10-10
Remove inner function in `bind`, `connect` and `send_to`
LinkTed
-9
/
+6
2020-10-10
Add AncillaryError
LinkTed
-2
/
+2
2020-10-10
Split net.rs into multiple files
LinkTed
-0
/
+615