rust/src/libnative
bors 0da105a8b7 auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton
libnative erroneously would attempt to fill the entire buffer in a call to
`read` before returning, when rather it should return immediately because
there's not guaranteed to be any data that will ever be received again.

Close #11328
2014-01-06 10:31:46 -08:00
..
io Don't wait for a full buffer when reading TCP 2014-01-06 00:08:18 -08:00
bookeeping.rs Move task count bookeeping out of libstd 2014-01-01 13:08:09 -08:00
lib.rs Don't abort the process in native::start 2014-01-05 09:20:31 -08:00
task.rs Guarantee that native tasks wait for children 2014-01-05 22:28:23 -08:00