| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - ↵ | toddaaro | -5/+8 | |
| PausibleIdleCallback and placed the appropriate signatures in rtio and implementation into uvio. | ||||
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -8/+8 | |
| multicast functions now take IpAddr (without port), because they dont't need port. Uv* types renamed: * UvIpAddr -> UvSocketAddr * UvIpv4 -> UvIpv4SocketAddr * UvIpv6 -> UvIpv6SocketAddr "Socket address" is a common name for (ip-address, port) pair (e.g. in sockaddr_in struct). | ||||
| 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 ↵ | Eric Reed | -20/+20 | |
| that libuv may change the underlying handle. | ||||
| 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 | |
| Conflicts: src/libstd/rt/sched.rs | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+45 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
