rust/src/libstd/net
Alex Crichton d46c99abe8 std: Funnel read_to_end through to one location
This pushes the implementation detail of proxying `read_to_end` through to
`read_to_end_uninitialized` all the way down to the `FileDesc` and `Handle`
implementations on Unix/Windows. This way intermediate layers will also be able
to take advantage of this optimized implementation.

This commit also adds the optimized implementation for `ChildStdout` and
`ChildStderr`.
2016-03-08 17:45:44 -08:00
..
addr.rs Rollup merge of #31842 - dileepbapat:master, r=alexcrichton 2016-02-25 04:21:10 +05:30
ip.rs Register new snapshots 2016-02-23 07:31:16 -08:00
mod.rs Revert deprecation of IpAddr, stabilizing for 1.7 2016-02-09 07:23:12 -08:00
parser.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
tcp.rs std: Funnel read_to_end through to one location 2016-03-08 17:45:44 -08:00
test.rs std: Add more entries to stdtest base_port 2015-10-23 10:51:48 -07:00
udp.rs Add UDP functionality from net2 2016-02-28 09:41:33 -08:00