index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net
/
udp.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
libs: doc comments
Alexander Regueiro
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-30
Deal with EINTR in net timeout tests
Josh Stone
-4
/
+16
2018-07-11
Add missing dyn in tests
ljedrz
-1
/
+1
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-14
/
+14
2018-03-02
Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...
Manish Goregaokar
-4
/
+34
2018-02-25
Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfackler
kennytm
-0
/
+17
2018-02-24
Clarify "It is an error to..." wording for zero-duration behaviors.
Corey Farwell
-4
/
+34
2018-02-18
Add tests ensuring zero-Duration timeouts result in errors.
Corey Farwell
-0
/
+17
2018-02-17
Unify 'Platform-specific behavior' documentation headings.
Corey Farwell
-2
/
+2
2018-01-11
Make tests build on CloudABI.
Ed Schouten
-1
/
+1
2017-10-26
Improve docs for UdpSocket::set_nonblocking.
Corey Farwell
-4
/
+33
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-1
/
+1
2017-09-14
Rollup merge of #44388 - tbu-:pr_doc_udp_connect_multiple, r=frewsxcv
Corey Farwell
-16
/
+9
2017-09-12
rustdoc: extend UdpSocket API doc (#657)
Frank Rehberger
-13
/
+41
2017-09-07
Clarify the behavior of UDP sockets wrt. multiple addresses in `connect`
Tobias Bucher
-16
/
+9
2017-08-31
Expand docs of multi-address behavior of some UDP/TCP APIs.
Corey Farwell
-2
/
+48
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-05-20
Stabilize library features for 1.18.0
Steven Fackler
-4
/
+2
2017-03-26
Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}
lukaramu
-5
/
+25
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-10
/
+10
2017-02-05
Rollup merge of #38983 - APTy:udp-peek, r=aturon
Corey Farwell
-0
/
+97
2017-02-04
libstd/net: Add `peek` APIs to UdpSocket and TcpStream
Tyler Julian
-0
/
+97
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-3
/
+3
2017-01-10
std/net/udp: Improve set_nonblocking test
Tyler Julian
-4
/
+16
2016-12-12
Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisa
Corey Farwell
-1
/
+58
2016-12-04
Add more examples to UpdSocket
Guillaume Gomez
-1
/
+58
2016-11-26
Add part of missing UdpSocket's urls and examples
Guillaume Gomez
-11
/
+215
2016-11-09
Clarify that send_to might return an error in certain cases
Abhishek Chanda
-0
/
+3
2016-09-30
Ignore entire test modules on emscripten instead of individual tests
Brian Anderson
-14
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+13
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-04-25
Fix reference to TCP in UDP docs
Steven Fackler
-1
/
+1
2016-04-20
Remove IPV6_V6ONLY functionality
Steven Fackler
-23
/
+0
2016-03-27
Extend linkchecker with anchor checking
mitaa
-8
/
+8
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-02-28
Add UDP functionality from net2
Steven Fackler
-1
/
+252
2015-12-30
Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik
Steve Klabnik
-10
/
+11
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-13
/
+12
2015-12-22
Removed usage of `drop` from `std::net::UdpSocket` docs
defyrlt
-10
/
+11
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-5
/
+4
2015-09-14
Drop upper bounds on net timeout tests
Steven Fackler
-2
/
+0
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-8
/
+16
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-7
/
+8
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-51
/
+1
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-28
std: Deprecate extra TcpStream/UdpSocket methods
Alex Crichton
-0
/
+18
[next]