summary refs log tree commit diff
path: root/src/libstd/io/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-0/+21
2013-12-27Implement native TCP I/OAlex Crichton-65/+40
2013-12-27Bring native process bindings up to dateAlex Crichton-2/+1
2013-12-24std: Get stdtest all passing againAlex Crichton-35/+27
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-19/+6
2013-12-24std: Delete rt::testAlex Crichton-346/+313
2013-12-16Fallout of rewriting std::commAlex Crichton-82/+59
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-18/+19
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-61/+30
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-22/+22
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-4/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+725