rust/src/libstd/rt/uv
bors 22f9ce4df6 auto merge of #8243 : stepancheg/rust/ipv, r=brson
multicast functions now take IpAddr (without port), because they dont't
need port.

Uv* types renamed:
* UvIpAddr -> UvSocketAddr
* UvIpv4 -> UvIpv4SocketAddr
* UvIpv6 -> UvIpv6SocketAddr

"Socket address" is a common name for (ip-address, port) pair (e.g. in
sockaddr_in struct).

P. S. Are there any backward compatibility concerns? What is std::rt module, is it a part of public API?
2013-08-04 08:49:55 -07:00
..
async.rs std::rt: Change Thread interface to require an explicit join 2013-07-30 14:23:44 -07:00
file.rs
idle.rs libstd: Implement {peer, socket}_name for new rt tcp & udp. 2013-07-25 05:57:52 -04:00
mod.rs Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr 2013-08-03 02:06:24 +04:00
net.rs auto merge of #8243 : stepancheg/rust/ipv, r=brson 2013-08-04 08:49:55 -07:00
timer.rs libstd: Implement {peer, socket}_name for new rt tcp & udp. 2013-07-25 05:57:52 -04:00
uvio.rs auto merge of #8243 : stepancheg/rust/ipv, r=brson 2013-08-04 08:49:55 -07:00
uvll.rs libstd: Implement some missing udp methods. 2013-07-25 22:21:46 -04:00