about summary refs log tree commit diff
path: root/src/libstd/sys/common/net2.rs
AgeCommit message (Expand)AuthorLines
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-494/+0
2015-05-03Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug implsNick Hamann-3/+6
2015-05-03Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS...Nick Hamann-13/+28
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-0/+29
2015-04-23implement set_tcp_keepalive for linuxYoung Wu-2/+6
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-3/+2
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-3/+2
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-0/+18
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+38
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-0/+18
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-12/+12
2015-03-13std: Stabilize the `net` moduleAlex Crichton-16/+16
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-5/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+393