about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
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
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-3/+15
2015-07-19Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*.Ken Tossell-4/+8
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+7
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-01Add netbsd amd64 supportAlex Newman-3/+3
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-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+6
2015-06-07change some statics to constantsOliver 'ker' Schneider-2/+2
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-4/+12