about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2016-10-12Auto merge of #36762 - achanda:sockaddr_type, r=alexcrichtonbors-0/+35
2016-10-10Auto merge of #36707 - achanda:ip_type, r=alexcrichtonbors-0/+32
2016-10-04Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichtonManish Goregaokar-3/+2
2016-10-03Add two functions to check type of SockAddrAbhishek Chanda-0/+35
2016-10-03Add two functions to check type of given addressAbhishek Chanda-0/+32
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-1/+3
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-3/+2
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-3/+0
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-48/+6
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+46
2016-09-22Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelixJonathan Turner-2/+2
2016-09-18Add missing Eq implementationsGuillaume Gomez-2/+2
2016-09-13Add doc examples for std::net::IpAddr construction.Corey Farwell-0/+18
2016-08-30doc: make TcpListener example more simpleTshepang Lekhonkhobe-8/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-15/+0
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-10/+5
2016-08-01Link to relevant method/struct for `std::net::Shutdown` docs.Corey Farwell-1/+5
2016-08-01Indicate where the `std::net::Incoming` struct is created.Corey Farwell-0/+5
2016-07-20Auto merge of #34694 - mathphreak:master, r=alexcrichtonbors-0/+121
2016-07-11Mark Ipv4Addr is_unspecified as stable and provide reference.Ben Stern-0/+4
2016-07-07Add links to Ipv*Addr methods in docsMatt Horn-5/+15
2016-07-06Properly mark new methods as unstableMatt Horn-5/+8
2016-07-06Mark new methods as unstableMatt Horn-0/+5
2016-07-06Add IpAddr common methodsMatt Horn-0/+103
2016-06-29Update documentation to reflect ignoring of unknown addressesTobias Bucher-1/+7
2016-06-29Ignore unknown address types when looking up hostsTobias Bucher-8/+3
2016-06-13Improve IP reserved address docsOliver Middleton-20/+35
2016-05-26Make Ipv4Addr cmp() fasterAlexander Polyakov-1/+1
2016-05-07Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnikSteve Klabnik-5/+5
2016-05-05doc: make RFC references consistentGeorg Brandl-5/+5
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-04-26Rollup merge of #33200 - sfackler:nonblocking-docs, r=alexcrichtonManish Goregaokar-1/+1
2016-04-26Rollup merge of #33167 - benaryorg:master, r=alexcrichtonManish Goregaokar-0/+2
2016-04-25Fix reference to TCP in UDP docsSteven Fackler-1/+1
2016-04-23clarify documentation of TcpStream::connect() for multiple valid addressesbenaryorg-0/+2
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-46/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-16/+32
2016-04-01Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturonbors-21/+43
2016-03-27Extend linkchecker with anchor checkingmitaa-13/+13
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-6/+6
2016-03-22try! -> ?Jorge Aparicio-9/+9
2016-03-22std: Store flowinfo/scope_id in host byte orderAlex Crichton-6/+6
2016-03-18Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichtonbors-0/+12
2016-03-19Add functions to convert IPv6 addresses from and to octetsTobias Bucher-21/+43
2016-03-13Add is_documentation for IPv6Abhishek Chanda-19/+29
2016-03-13Auto merge of #32211 - achanda:ipv6-global, r=alexcrichtonbors-1/+3
2016-03-12Reject unspecified and loopback IP from globalAbhishek Chanda-1/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-30/+0
2016-03-09Auto merge of #31618 - alexcrichton:no-thread-spawns, r=brsonbors-3/+2
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-3/+2