about summary refs log tree commit diff
path: root/src/libnative/io/util.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-7/+7
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-0/+3
2014-08-24native: TCP close/close_accept for windowsAlex Crichton-1/+3
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-4/+9
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-8/+8
2014-08-07windows: Fix several tests on 64-bit.Peter Atashian-0/+8
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