about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
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
2016-03-05Add an impl for From traitAbhishek Chanda-0/+12
2016-03-04Formatting changes to make tidy passAbhishek Chanda-3/+3
2016-03-04Reject the reserved block as not globalAbhishek Chanda-1/+4
2016-03-04Exclude 0.0.0.0 from the list of globally routable addressesAbhishek Chanda-17/+17
2016-03-02Fix comments and OSX buildSteven Fackler-2/+9
2016-02-28Fix windowsSteven Fackler-43/+0
2016-02-28Add UDP functionality from net2Steven Fackler-1/+252
2016-02-28Add TCP functionality from net2Steven Fackler-0/+231
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-6/+4
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-6/+4
2016-02-23Register new snapshotsAaron Turon-4/+4
2016-02-11Add SocketAddrV6::set_flowinfo and set_scope_idSimon Sapin-0/+28
2016-02-11Add `SocketAddr{,V4,V6}::set_ip`.Simon Sapin-3/+52
2016-02-11Add `SocketAddr{,V4,V6}::set_port`.Simon Sapin-10/+43
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-22/+8
2016-02-04Implement ToSocketAddrs for &[SocketAddr]Steven Fackler-0/+11
2016-01-18Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichtonbors-4/+4