about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-1/+1
2017-01-19Auto merge of #38464 - clarcharr:ip_cmp, r=sfacklerbors-4/+100
2017-01-13impl ToSocketAddrs for StringBrian Campbell-0/+20
2017-01-13Rollup merge of #38986 - APTy:fix-nonblocking-test, r=aturonGuillaume Gomez-4/+16
2017-01-12Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brsonbors-0/+1
2017-01-10std/net/udp: Improve set_nonblocking testTyler Julian-4/+16
2017-01-10Rollup merge of #38799 - minaguib:patch-1, r=steveklabnikSeo Sanghyeon-1/+1
2017-01-07Auto merge of #38327 - Yamakaky:into-ipaddr, r=brsonbors-0/+28
2017-01-05std: Ignore close_read_wakes_up on WindowsAlex Crichton-0/+1
2017-01-05Deprecate TcpListener::set_only_v6Steven Fackler-32/+6
2017-01-03Doc fixMina Naguib-1/+1
2016-12-25Impl From<inner> for IpAddr and SocketAddr.Yamakaky-0/+16
2016-12-24Impl From<Ipv4Addr, Ipv6Addr> for IpAddr.Yamakaky-0/+12
2016-12-23Comparison between IpAddr and Ipv[46]Addr.Clar Charr-4/+100
2016-12-20Rollup merge of #38131 - clarcharr:from_segments, r=alexcrichtonAlex Crichton-1/+27
2016-12-18From<[u16; 8]> for Ipv6Addr.Clar Charr-1/+27
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+9
2016-12-12Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisaCorey Farwell-1/+58
2016-12-04Add more examples to UpdSocketGuillaume Gomez-1/+58
2016-12-03Rollup merge of #38077 - GuillaumeGomez:ipaddr_doc, r=frewsxcvCorey Farwell-0/+88
2016-12-03Rollup merge of #38020 - GuillaumeGomez:udp-socket-doc, r=frewsxcvCorey Farwell-11/+215
2016-12-03Rollup merge of #37859 - GuillaumeGomez:net_examples, r=nagisaCorey Farwell-0/+158
2016-11-29Add missing examples for IpAddr enumGuillaume Gomez-0/+88
2016-11-27Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcvbors-3/+118
2016-11-27Add examples for TcpListener structGuillaume Gomez-3/+118
2016-11-26Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcvbors-8/+185
2016-11-26Add part of missing UdpSocket's urls and examplesGuillaume Gomez-11/+215
2016-11-26Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcvSeo Sanghyeon-0/+84
2016-11-25Add missing urls and examples to TcpStreamGuillaume Gomez-8/+185
2016-11-23Add missing examples to SocketAddrV6Guillaume Gomez-0/+84
2016-11-23Add ::1 example in IPv6 to IPv4 conversionGuillaume Gomez-15/+44
2016-11-22Add missing examples for Ipv6AddrGuillaume Gomez-0/+129
2016-11-21Add missing examples for SocketAddrV4Guillaume Gomez-0/+46
2016-11-19Add missing examples in SocketAddrGuillaume Gomez-1/+78
2016-11-16Add examples for Ipv4AddrGuillaume Gomez-1/+124
2016-11-16Add missing urls and improve internal doc representationGuillaume Gomez-6/+21
2016-11-09Clarify that send_to might return an error in certain casesAbhishek Chanda-0/+3
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