about summary refs log tree commit diff
path: root/src/libstd/rt/io/net/udp.rs
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-321/+0
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-2/+0
2013-10-24Remove io::read_errorAlex Crichton-2/+2
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-11/+8
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-14/+14
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-7/+9
2013-09-30std: Remove usage of fmt!Alex Crichton-15/+15
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-8/+34
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-1/+4
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-10/+10
2013-08-01minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...toddaaro-1/+1
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-8/+8
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-1/+1
2013-07-26libstd: Tests for {peer, socket}_name.Luqman Aden-0/+29
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-1/+12
2013-07-19Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...Eric Reed-8/+9
2013-07-02IPv6 support for UDP and TCP.Eric Reed-2/+71
2013-06-26removed unecessary methodEric Reed-3/+1
2013-06-25Converted UdpSocket into a newtype struct and (dis)connecting uses move seman...Eric Reed-27/+12
2013-06-25satisfy the formatting checkEric Reed-2/+2
2013-06-25UDP networking with testsEric Reed-4/+99
2013-06-19socket based UDP ioEric Reed-24/+77
2013-06-17stated to implement UdpStreamEric Reed-4/+13
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+45