summary refs log tree commit diff
path: root/src/libstd/io/net/udp.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+3
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-2/+30
2014-03-25libstd: Document the following modules:Patrick Walton-9/+43
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-46/+46
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-4/+4
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-2/+2
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
2014-02-11Test fixes and rebase conflictsAlex Crichton-2/+2
2014-02-11io -- introduce local to avoid conflicting borrowNiko Matsakis-1/+2
2014-02-05Make a double-write UDP test more robustAlex Crichton-7/+10
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-0/+117
2014-02-03std: Fix tests with io_error usageAlex Crichton-40/+35
2014-02-03std: Remove io::io_errorAlex Crichton-35/+14
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-8/+8
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-07stdtest: Fix all leaked trait importsAlex Crichton-2/+0
2014-01-05Fix some warningsCorey Richardson-2/+1
2013-12-31Implement native UDP I/OAlex Crichton-23/+25
2013-12-24std: Get stdtest all passing againAlex Crichton-5/+6
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-8/+3
2013-12-24std: Delete rt::testAlex Crichton-114/+97
2013-12-16Fallout of rewriting std::commAlex Crichton-38/+29
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-9/+8
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-17/+8
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+3
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-7/+5
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+3
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+321