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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net
/
udp.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-1
/
+5
2015-07-01
Add netbsd amd64 support
Alex Newman
-2
/
+2
2015-06-10
disabling socking timing tests because openbsd/bitrig get/set are not congrue...
Dave Huseby
-0
/
+3
2015-05-29
Loosen timeout restrictions
Steven Fackler
-10
/
+6
2015-05-29
Skip timeout upper bound check on windows
Steven Fackler
-2
/
+6
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-0
/
+99
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-1
/
+1
2015-05-03
Add tests for 3 Debug implementations
Nick Hamann
-0
/
+13
2015-05-03
Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}
Nick Hamann
-0
/
+7
2015-04-29
Improve libstd/net/udp.rs documentation.
Nick Hamann
-10
/
+10
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-2
/
+2
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-1
/
+0
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-2
/
+2
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+1
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-8
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-8
/
+1
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-1
/
+5
2015-03-25
std: Add net::IpAddr, destabilize lookup_host
Alex Crichton
-3
/
+3
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-7
/
+23
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-8
/
+8
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+291