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
/
common
/
net2.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-494
/
+0
2015-05-03
Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug impls
Nick Hamann
-3
/
+6
2015-05-03
Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS...
Nick Hamann
-13
/
+28
2015-05-03
Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}
Nick Hamann
-0
/
+29
2015-04-23
implement set_tcp_keepalive for linux
Young Wu
-2
/
+6
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-3
/
+2
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-3
/
+2
2015-03-31
rollup merge of #23766: alexcrichton/stabilize-raw-fd
Alex Crichton
-0
/
+18
2015-03-26
Add `std::net::lookup_addr` for reverse DNS lookup
Murarth
-1
/
+38
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-0
/
+18
2015-03-25
std: Add net::IpAddr, destabilize lookup_host
Alex Crichton
-12
/
+12
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-16
/
+16
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-5
/
+1
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-1
/
+1
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+393