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
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-591
/
+0
2023-10-19
Auto merge of #116132 - darthunix:connect_poll, r=cuviper
bors
-0
/
+17
2023-10-17
Updated libc and doc for Vita target
Nikolay Arhipov
-2
/
+2
2023-10-13
Make TCP connect() handle EINTR correctly
Denis Smirnov
-0
/
+17
2023-09-21
added support for GNU/Hurd
Samuel Thibault
-0
/
+3
2023-09-13
Disabled socketpair for Vita
Nikolay Arhipov
-2
/
+2
2023-09-03
Use std::io::Error::is_interrupted everywhere
Ben Kimock
-1
/
+1
2023-06-05
Simplified bool to int conversion
Nikolay Arhipov
-4
/
+1
2023-06-05
Std support improvement for ps vita target
Nikolay Arhipov
-1
/
+10
2023-05-01
Inline AsRawFd implementations
Konrad Borowski
-0
/
+1
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+1
2023-03-27
socket ancillary data implementation for FreeBSD (from 13 and above).
David CARLIER
-0
/
+11
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-6
/
+22
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+2
2022-12-30
Replace libstd, libcore, liballoc in line comments.
jonathanCogan
-1
/
+1
2022-08-29
Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay
Matthias Krüger
-0
/
+11
2022-08-13
created tcpstream quickack trait
Berend-Jan Lange
-0
/
+11
2022-07-06
changes from feedback
David Carlier
-12
/
+8
2022-07-06
doc additions
David Carlier
-0
/
+5
2022-07-06
socket `set_mark` addition.
David Carlier
-0
/
+10
2022-06-23
Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding
Linus Färnstrand
-2
/
+2
2022-05-25
Disable unix::net::ancillary on BSD.
Mara Bos
-18
/
+2
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