about summary refs log tree commit diff
path: root/src/libstd/net/mod.rs
AgeCommit message (Expand)AuthorLines
2019-12-22Format the worldMark Rousskov-13/+17
2019-12-15make htons const fnLzu Tao-15/+4
2019-02-28libstd => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-3/+7
2018-05-03Remove the deprecated std::net::{lookup_host,LookupHost}Josh Stone-65/+0
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-5/+5
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-4/+4
2018-01-17Deprecate std::net::lookup_hostSteven Fackler-0/+7
2017-03-27Addressed requested changes for PR #40838lukaramu-2/+2
2017-03-26Expanded std::net module docslukaramu-0/+26
2017-03-26Added links to std::net::Shutdown docs and made them more consistentlukaramu-6/+19
2017-01-29Fix a few impl stability attributesOliver Middleton-1/+4
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-1/+1
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+8
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-1/+1
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-1/+2
2016-09-18Add missing Eq implementationsGuillaume Gomez-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-08-01Link to relevant method/struct for `std::net::Shutdown` docs.Corey Farwell-1/+5
2016-06-29Update documentation to reflect ignoring of unknown addressesTobias Bucher-1/+4
2016-06-29Ignore unknown address types when looking up hostsTobias Bucher-2/+2
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-30/+0
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-1/+0
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