about summary refs log tree commit diff
path: root/src/libstd/net/mod.rs
AgeCommit message (Expand)AuthorLines
2015-12-07Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichtonbors-0/+16
2015-12-06doc: add example for std::net::lookup_addrTshepang Lekhonkhobe-0/+16
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+5
2015-08-15std: Add issues to all unstable featuresAlex Crichton-4/+8
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-06-21Auto merge of #26457 - meqif:master, r=alexcrichtonbors-2/+1
2015-06-20Remove mention of `UdpSocket` in `Shutdown` docs.Ricardo Martins-2/+1
2015-05-16std: Reexport std::net::tcp::IncomingAlex Crichton-1/+1
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-1/+1
2015-04-28remove stability note from std::netSteve Klabnik-4/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-6/+15
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+1
2015-03-31Stabilize std::numAaron Turon-0/+3
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-0/+10
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-5/+11
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-18std: Stabilize FromStr implementations in std::netAlex Crichton-0/+1
2015-03-17Auto merge of #23352 - alexcrichton:stabilize-net, r=aturonbors-5/+12
2015-03-15Removed old_io note from std::netTrent Nadeau-2/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-5/+12
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+99