about summary refs log tree commit diff
path: root/src/libstd/io/net/mod.rs
AgeCommit message (Collapse)AuthorLines
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-1/+1
* Implementation of pipe_win32 filled out for libnative * Reorganize pipes to be clone-able * Fix a few file descriptor leaks on error * Factor out some common code into shared functions * Make use of the if_ok!() macro for less indentation Closes #11201
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+18