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
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
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+2
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-1
/
+5
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-4
/
+4
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-2
/
+2
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+74