summary refs log tree commit diff
path: root/src/libstd/rt/io/net/mod.rs
AgeCommit message (Collapse)AuthorLines
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-2/+43
This is a very simplistic method for host name resolution. It converts a host name to a vector of IP addresses. Should be enough to get started.
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+21