about summary refs log tree commit diff
path: root/src/libstd/sys/windows/tcp.rs
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-5/+6
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-26Implement Sync/Send for windows TCP typesFlavio Percoco-0/+12
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-6/+5
2014-12-05std: Close TcpListener with closesocket()Alex Crichton-18/+22
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+219