about summary refs log tree commit diff
path: root/src/libnative/io/util.rs
AgeCommit message (Expand)AuthorLines
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-11/+11
2014-06-06native: Deal with the rtio changesAlex Crichton-7/+30
2014-05-20core: Stabilize the mem moduleAlex Crichton-3/+3
2014-05-07native: Implement timeouts for unix networkingAlex Crichton-24/+56
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-0/+136