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
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-6
/
+9
2021-02-24
Use libc::accept4 on Android instead of raw syscall.
Maarten de Vries
-7
/
+1
2020-12-02
Auto merge of #69864 - LinkTed:master, r=Amanieu
bors
-0
/
+39
2020-11-06
Disable accept4 on Android.
Maarten de Vries
-1
/
+7
2020-10-30
Use SOCK_CLOEXEC and accept4() on more platforms.
Maarten de Vries
-6
/
+32
2020-10-16
Take sys/vxworks/net from sys/unix instead.
Mara Bos
-2
/
+8
2020-10-10
Remove `passcred` for `emscripten`
LinkTed
-2
/
+2
2020-10-10
Fix `SO_PASSCRED` for macos
LinkTed
-0
/
+2
2020-10-10
Fix `MSG_CMSG_CLOEXEC` for macos
LinkTed
-0
/
+18
2020-10-10
Cast boolean into int directly in function set_passcred
LinkTed
-2
/
+1
2020-10-10
Add `set_passcred` and `passcred` methods to `UnixStream` and `UnixDatagram`
LinkTed
-0
/
+10
2020-10-10
Move `add_to_ancillary_data` and `AncillaryDataIter` to ancillary.rs
LinkTed
-82
/
+0
2020-10-10
unix: Extend UnixStream and UnixDatagram to send and receive file descriptors
LinkTed
-0
/
+92
2020-07-27
mv std libs to library/
mark
-0
/
+382