| Age | Commit message (Expand) | Author | Lines |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -0/+19 |
| 2013-09-17 | std: remove RtioStream | Jeff Olson | -5/+0 |
| 2013-09-16 | std: remove impl'd/commented-out fstat signatures | Jeff Olson | -1/+0 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -0/+2 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -0/+2 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -1/+8 |
| 2013-09-05 | std::rt: Add get_host_addresses function | Brian Anderson | -0/+1 |
| 2013-06-23 | Split out starting a listener from accepting incoming connections. | Eric Reed | -0/+5 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -19/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -3/+19 |
| 2013-08-22 | std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file:: | Jeff Olson | -1/+2 |
| 2013-08-22 | std: slight refactor on UvFilestream seek behavior, pre-seek-refactor | Jeff Olson | -1/+2 |
| 2013-08-22 | std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests | Jeff Olson | -5/+10 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -2/+3 |
| 2013-08-22 | std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + test | Jeff Olson | -0/+23 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -1/+1 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -2/+2 |
| 2013-08-19 | Homed UDP sockets | Eric Reed | -1/+1 |
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - PausibleIdleCa... | toddaaro | -5/+8 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -8/+8 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -8/+8 |
| 2013-07-25 | libstd: Implement some missing tcp methods. | Luqman Aden | -6/+6 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -2/+2 |
| 2013-07-22 | std: add RtioTimer and UvTimer impl atop rt::uv | Jeff Olson | -0/+6 |
| 2013-07-19 | Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t... | Eric Reed | -20/+20 |
| 2013-07-02 | converted TODOs into XXXs | Eric Reed | -1/+0 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -3/+27 |
| 2013-06-19 | socket based UDP io | Eric Reed | -7/+7 |
| 2013-06-17 | Added a RtioUdpStream trait | Eric Reed | -0/+7 |
| 2013-05-29 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -0/+11 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+45 |