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
/
windows
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-16
/
+17
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+42
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-07-06
Implement TcpStream::connect_timeout
Steven Fackler
-1
/
+55
2017-06-20
Add `Read::initializer`.
Steven Fackler
-10
/
+0
2017-02-04
libstd/net: Add `peek` APIs to UdpSocket and TcpStream
Tyler Julian
-2
/
+42
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-5
/
+19
2016-03-27
libstd/sys/*/net: very minor clean up of cvt*() utility functions.
NODA, Kai
-10
/
+11
2016-03-22
try! -> ?
Jorge Aparicio
-15
/
+15
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-0
/
+9
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-0
/
+2
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-1
/
+20
2016-02-28
Fix windows
Steven Fackler
-49
/
+14
2016-02-28
Add TCP functionality from net2
Steven Fackler
-0
/
+54
2016-02-24
std: Cap read/write limits on Windows networking
Alex Crichton
-2
/
+3
2015-11-09
std: Migrate to the new libc
Alex Crichton
-27
/
+45
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-3
/
+2
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-1
/
+9
2015-06-30
std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option
Alex Crichton
-16
/
+29
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-0
/
+29
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-8
/
+7
2015-04-15
Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon
bors
-2
/
+8
2015-04-14
std: Set overlap/noinherit flags on windows sockets
Alex Crichton
-2
/
+8
2015-04-08
std: Stabilize io::Error::from_raw_os_error
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23766: alexcrichton/stabilize-raw-fd
Alex Crichton
-2
/
+6
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+3
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-2
/
+6
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-4
/
+4
2015-02-23
Hide unnecessary error checking from the user
Tobias Bucher
-1
/
+12
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+121