about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
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
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+21
2015-12-05Remove allocations in `impl Display for Ipv6Addr`Simon Sapin-11/+11
2015-11-28Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichtonbors-2/+2
2015-11-28disable net::addr::to_socket_addr_str_bad test under openbsdSébastien Marie-2/+2
2015-11-25Fix docs for TcpListener::bindKevin Butler-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+9
2015-11-10Auto merge of #29724 - alexcrichton:ip-endian, r=aturonbors-2/+9
2015-11-09std: Migrate to the new libcAlex Crichton-45/+53
2015-11-09std: Fix endianness in Ord for IP addressesAlex Crichton-2/+9
2015-10-23std: Add more entries to stdtest base_portAlex Crichton-1/+3
2015-10-20std: Implement FromStr for SocketAddrV{4,6}Alex Crichton-17/+59
2015-10-19Touch up net testsarcnmx-32/+21
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-5/+4
2015-09-14Drop upper bounds on net timeout testsSteven Fackler-4/+0
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-16/+32
2015-09-08some more clippy-based improvementsAndre Bogus-2/+2
2015-08-24Add stability markers for new implsSteven Fackler-0/+2
2015-08-23Implement Error for AddrParseErrorSteven Fackler-1/+15
2015-08-15std: Add issues to all unstable featuresAlex Crichton-22/+29
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-71/+1
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-29Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturonbors-0/+24
2015-07-28std: Deprecate extra TcpStream/UdpSocket methodsAlex Crichton-0/+24
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2