about summary refs log tree commit diff
path: root/src/libstd/sys/windows/tcp.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-230/+0
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-2/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+2
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+2
2015-02-23Hide unnecessary error checking from the userTobias Bucher-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-7/+2
2015-01-29Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichtonManish Goregaokar-4/+0
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-4/+0
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