about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
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
2016-01-17Fix SocketAddrV6::flowinfo docsSimon Sapin-4/+4
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+22
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+2
2015-12-30Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnikSteve Klabnik-10/+11
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-27/+24
2015-12-22Removed usage of `drop` from `std::net::UdpSocket` docsdefyrlt-10/+11
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-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-1/+21