about summary refs log tree commit diff
path: root/src/libstd/rt/io/net
AgeCommit message (Expand)AuthorLines
2013-08-02replace `range` with an external iteratorDaniel Micay-5/+5
2013-08-01modified local to include an implementation for try_unsafe_borrow::<Task> so ...toddaaro-2/+2
2013-08-01minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...toddaaro-4/+4
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-38/+38
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-4/+4
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-5/+5
2013-07-26libstd: Tests for {peer, socket}_name.Luqman Aden-0/+86
2013-07-25libstd: Add ToStr impl for IpAddr.Luqman Aden-0/+42
2013-07-25libstd: Get rid of duplication in {peer, socket}_name and remove extra *.Luqman Aden-3/+3
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-3/+48
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-9/+271
2013-06-26converted TCP interface to newtype structsEric Reed-24/+9
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-25IPv6 structEric Reed-2/+4
2013-06-25satisfy the formatting checkEric Reed-2/+2
2013-06-25UDP networking with testsEric Reed-4/+99
2013-06-19derived instances of Eq and TotalEq for IpAddr rather than implement them man...Eric Reed-21/+1
2013-06-19socket based UDP ioEric Reed-24/+77
2013-06-19Wrote the Eq instance of IpAddr in a slightly different way.Eric Reed-3/+3
2013-06-17Merge remote-tracking branch 'upstream/io' into ioEric Reed-2/+2
2013-06-17stated to implement UdpStreamEric Reed-4/+13
2013-06-17added Eq and TotalEq instances for IpAddrEric Reed-0/+21
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+492