about summary refs log tree commit diff
path: root/src/libstd/net/udp.rs
AgeCommit message (Expand)AuthorLines
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
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+99
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-05-03Add tests for 3 Debug implementationsNick Hamann-0/+13
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-0/+7
2015-04-29Improve libstd/net/udp.rs documentation.Nick Hamann-10/+10
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+0
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-2/+2
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-1/+1
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-8/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-8/+1
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-1/+5
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-3/+3
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-7/+23
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-17Fallout from stabilizationAaron Turon-8/+8
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+291