about summary refs log tree commit diff
path: root/src/libnative/io/addrinfo.rs
AgeCommit message (Expand)AuthorLines
2014-11-20Remove libnativeAaron Turon-116/+0
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-5/+5
2014-07-24Test fixes from the rollupAlex Crichton-3/+3
2014-07-24Add a null pointer check to CString::newAdolfo OchagavĂ­a-5/+5
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-7/+10
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-2/+0
2014-06-06native: Deal with the rtio changesAlex Crichton-15/+14
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+3
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-08Handle fallout in libnativeKevin Ballard-2/+2
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-3/+1
2014-02-24native: be more const correct with the FFI calls.Huon Wilson-6/+6
2014-01-24libnative: Avoid gai_strerror on windows.Luqman Aden-11/+28
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-0/+100