summary refs log tree commit diff
path: root/src/libstd/io/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-5/+6
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+18
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+18
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-89/+48
2014-02-11Test fixes and rebase conflictsAlex Crichton-1/+1
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-1/+180
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-6/+8
2014-02-03std: Fix tests with io_error usageAlex Crichton-110/+84
2014-02-03std: Remove io::io_errorAlex Crichton-67/+15
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-3/+3
2014-01-30Remove Times traitBrendan Zabarauskas-6/+6
2014-01-30Prefix _ to unused variables.OGINO Masanori-3/+3
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-50/+50
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+40
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-1/+2
2014-01-09Remove eof() from io::ReaderAlex Crichton-2/+0
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