about summary refs log tree commit diff
path: root/src/libstd/sys/common/net2.rs
AgeCommit message (Expand)AuthorLines
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