| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-22 | std: change tcp_*_result to use result::result.. flatter! | Jeff Olson | -120/+168 | |
| 2012-05-22 | std: no longer return uv::ll::err_data records from net::tcp | Jeff Olson | -12/+27 | |
| they're changed into a net::tcp::tcp_err_data record, for now. once the scope of possible tcp errors, from libuv, is established ill create an err type for each one and return those where they might occur | ||||
| 2012-05-22 | std: impl for high-level tcp client/request workflow | Jeff Olson | -25/+150 | |
| 2012-05-22 | std: impl of net::tcp::write and make net::tcp::tcp_socket a resource | Jeff Olson | -18/+126 | |
| 2012-05-22 | std: impl for net::tcp::connect | Jeff Olson | -11/+202 | |
| 2012-05-22 | initial stab at API for std::net::tcp | Jeff Olson | -0/+59 | |
