about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
2014-01-30Remove Times traitBrendan Zabarauskas-10/+10
2014-01-30Prefix _ to unused variables.OGINO Masanori-3/+3
2014-01-30Remove unused imports.OGINO Masanori-4/+0
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-62/+62
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-2/+2
2014-01-24libstd: Use iotest! for for get_host_addresses.Luqman Aden-5/+11
2014-01-13std: Ignore bind error tests on android. #11530Brian Anderson-2/+4
2014-01-09Remove eof() from io::ReaderAlex Crichton-5/+0
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-5/+2
2014-01-07std: Fill in all missing importsAlex Crichton-1/+3
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-3/+3
2014-01-06Remove some unnecessary type castsFlorian Hahn-3/+3
2014-01-06auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwaltonbors-0/+21
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-0/+21
2014-01-05Fix some warningsCorey Richardson-2/+1
2013-12-31Implement native UDP I/OAlex Crichton-23/+25
2013-12-27Implement native TCP I/OAlex Crichton-65/+40
2013-12-27Bring native process bindings up to dateAlex Crichton-2/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-42/+36
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-53/+16
2013-12-24std: Delete rt::testAlex Crichton-515/+453
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-1/+1
2013-12-17Handle ENOENTCadence Marseille-1/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-135/+98
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-55/+52
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-93/+45
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-6/+6
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-38/+38
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-45/+31
2013-11-25std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digitsAndreas Ots-1/+2
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-10/+17
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+1936