summary refs log tree commit diff
path: root/src/libstd/net/udp.rs
AgeCommit message (Expand)AuthorLines
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-14/+14
2018-03-02Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...Manish Goregaokar-4/+34
2018-02-25Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfacklerkennytm-0/+17
2018-02-24Clarify "It is an error to..." wording for zero-duration behaviors.Corey Farwell-4/+34
2018-02-18Add tests ensuring zero-Duration timeouts result in errors.Corey Farwell-0/+17
2018-02-17Unify 'Platform-specific behavior' documentation headings.Corey Farwell-2/+2
2018-01-11Make tests build on CloudABI.Ed Schouten-1/+1
2017-10-26Improve docs for UdpSocket::set_nonblocking.Corey Farwell-4/+33
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+1
2017-09-14Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcvCorey Farwell-16/+9
2017-09-12rustdoc: extend UdpSocket API doc (#657)Frank Rehberger-13/+41
2017-09-07Clarify the behavior of UDP sockets wrt. multiple addresses in `connect`Tobias Bucher-16/+9
2017-08-31Expand docs of multi-address behavior of some UDP/TCP APIs.Corey Farwell-2/+48
2017-08-12Fix some typosBastien Orivel-1/+1
2017-05-20Stabilize library features for 1.18.0Steven Fackler-4/+2
2017-03-26Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}lukaramu-5/+25
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-10/+10
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-0/+97
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-0/+97
2017-01-22libstd: replace all `try!` with `?` in documentation examplesUtkarsh Kukreti-3/+3
2017-01-10std/net/udp: Improve set_nonblocking testTyler Julian-4/+16
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-11-26Add part of missing UdpSocket's urls and examplesGuillaume Gomez-11/+215
2016-11-09Clarify that send_to might return an error in certain casesAbhishek Chanda-0/+3
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-14/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+13
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-04-25Fix reference to TCP in UDP docsSteven Fackler-1/+1
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-23/+0
2016-03-27Extend linkchecker with anchor checkingmitaa-8/+8
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-02-28Add UDP functionality from net2Steven Fackler-1/+252
2015-12-30Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnikSteve Klabnik-10/+11
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-13/+12
2015-12-22Removed usage of `drop` from `std::net::UdpSocket` docsdefyrlt-10/+11
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-5/+4
2015-09-14Drop upper bounds on net timeout testsSteven Fackler-2/+0
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-8/+16
2015-08-15std: Add issues to all unstable featuresAlex Crichton-7/+8
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-51/+1
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-28std: Deprecate extra TcpStream/UdpSocket methodsAlex Crichton-0/+18
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+5
2015-07-01Add netbsd amd64 supportAlex Newman-2/+2
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+3
2015-05-29Loosen timeout restrictionsSteven Fackler-10/+6
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-2/+6