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
/
src
/
libstd
/
sys
/
unix
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-382
/
+0
2020-07-21
Remove Linux workarounds for missing CLOEXEC support
Josh Stone
-61
/
+42
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-3
/
+3
2020-04-26
Update name
Steven Fackler
-4
/
+4
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+10
2020-04-15
Use fcntl() to set nonblock for solarish sockets
Patrick Mooney
-0
/
+8
2020-03-01
use subdsec_micros() instead of subsec_nanos() / 1000
Matthias Krüger
-1
/
+1
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-1
/
+1
2019-12-20
Remove `SOCK_CLOEXEC` dummy variable on platforms that don't use it.
Markus Reiter
-16
/
+9
2019-12-18
Remove `SO_NOSIGPIPE` dummy variable on platforms that don't use it.
Markus Reiter
-11
/
+6
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-59
/
+53
2019-04-27
Stabilized vectored IO
Steven Fackler
-3
/
+3
2019-02-28
Fix rebase fail
Taiki Endo
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-12
/
+15
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Fix pipe2 and accept4 on static linked executables on linux (like musl).
Adrian Budau
-11
/
+14
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-08-27
fix a typo: taget_env -> target_env
Jack O'Connor
-27
/
+0
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-03-02
Move glibc version lookup handling to sys::os and add a simpler glibc_version()
Bryan Drewery
-28
/
+5
2018-01-16
Only link res_init() on GNU/*nix
Ryan Cumming
-7
/
+13
2017-10-14
Fix TcpStream::connect_timeout on linux
Steven Fackler
-4
/
+9
2017-10-05
replace libc::res_init with res_init_if_glibc_before_2_26
Jack O'Connor
-0
/
+79
2017-07-06
Implement TcpStream::connect_timeout
Steven Fackler
-1
/
+66
2017-06-20
Add `Read::initializer`.
Steven Fackler
-4
/
+0
2017-02-04
libstd/net: Add `peek` APIs to UdpSocket and TcpStream
Tyler Julian
-3
/
+42
2016-09-28
set SO_NOSIGPIPE on apple platforms
Mathieu Poumeyrol
-1
/
+13
2016-09-26
When getaddrinfo returns EAI_SYSTEM retrieve actual error from errno.
Tomasz Miąsko
-2
/
+7
2016-09-07
Fix argument to FIONBIO ioctl
Ulrich Weigand
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-20
std: Fix usage of SOCK_CLOEXEC
Alex Crichton
-2
/
+2
2016-06-24
Bubble up the errors in `set_nonblocking` and `set_cloexec`
Tobias Bucher
-4
/
+4
2016-03-22
try! -> ?
Jorge Aparicio
-8
/
+8
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-1
/
+42
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-0
/
+4
2016-02-28
Fix windows
Steven Fackler
-39
/
+5
2016-02-28
Add TCP functionality from net2
Steven Fackler
-0
/
+48
2016-02-24
Warn when reexporting a private extern crate
Jeffrey Seyfried
-1
/
+1
2016-02-05
std: Add support for accept4 on Linux
Alex Crichton
-3
/
+23
2016-02-05
std: Atomically set CLOEXEC for sockets if possible
Alex Crichton
-0
/
+23
2016-02-04
Add File::try_clone
Steven Fackler
-39
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-17
/
+42
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-08-30
Atomically set CLOEXEC on duplicated sockets
Tobias Bucher
-5
/
+25
2015-08-10
Stabilize the Duration API
Steven Fackler
-4
/
+4
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-1
/
+5
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-0
/
+45
2015-04-09
std: Set CLOEXEC for all fds opened on unix
Alex Crichton
-5
/
+10
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+2
[next]