summary refs log tree commit diff
path: root/src/libstd/net_ip.rs
AgeCommit message (Expand)AuthorLines
2012-06-29std: whitespace/comment cleanJeff Olson-12/+0
2012-06-29std: net::ip::get_addr is working w/ happy path test. needs more.Jeff Olson-21/+64
2012-06-29std: roughcut impl of net::ip::get_addr()Jeff Olson-1/+98
2012-06-29std: adding net::ip::v6 utils and rudimentary tests, huzzah! (see caveats)Jeff Olson-8/+107
2012-06-29std: adding uv::ll::ip4_name and refactored net::ip to use itJeff Olson-29/+23
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+1
2012-05-22std: add try_parse_addr and change an alt w/ ip_addr::ipv6 to avoid warningJeff Olson-6/+30
2012-05-22std: FIXME stub net::ip::ip_addr::ipv6 variant...needs parse/format implJeff Olson-0/+4
2012-05-22std: export net::ip::format_addrJeff Olson-0/+1
2012-05-22std: pushing existing code in net.rs -> net_ip.rs and re-import/exportingJeff Olson-0/+74