about summary refs log tree commit diff
path: root/src/libstd/io/net/mod.rs
AgeCommit message (Expand)AuthorLines
2014-12-13libstd: use unboxed closuresJorge Aparicio-2/+5
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-43/+2
2014-11-05Fixed tidy errorsVladimir Matveev-1/+1
2014-11-05Migrated io::net::udp over to ToSocketAddrVladimir Matveev-3/+22
2014-11-05Switched io::net::tcp to use ToSocketAddrVladimir Matveev-1/+26
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-2/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-0/+21
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+18