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
2022-04-04
ScmCredentials netbsd implementation.
David Carlier
-0
/
+11
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
-7
/
+7
2021-12-16
Revert "socket ancillary data implementation for dragonflybsd."
David CARLIER
-2
/
+2
2021-12-05
socket ancillary data implementation for dragonflybsd.
David Carlier
-2
/
+2
2021-11-12
Refactor weak symbols in std::sys::unix
Josh Stone
-2
/
+2
2021-08-30
clean up `c::linger` conversion
ibraheemdev
-1
/
+1
2021-08-30
add `TcpStream::set_linger` and `TcpStream::linger`
ibraheemdev
-0
/
+23
2021-08-19
I/O safety.
Dan Gohman
-30
/
+62
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-2
/
+8
2021-07-02
Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett
bors
-2
/
+2
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-2
/
+2
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-2
/
+2
2021-05-26
Rename opensbd to openbsd
Albert Ford
-3
/
+3
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