rust/src/librustuv
OGINO Masanori dfdce47988 Rename recvfrom -> recv_from, sendto -> send_to.
POSIX has recvfrom(2) and sendto(2), but their name seem not to be
suitable with Rust. We already renamed getpeername(2) and
getsockname(2), so I think it makes sense.

Alternatively, `receive_from` would be fine. However, we have `.recv()`
so I chose `recv_from`.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-07-02 08:21:42 +09:00
..
access.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
addrinfo.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
async.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
file.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
homing.rs Rename recvfrom -> recv_from, sendto -> send_to. 2014-07-02 08:21:42 +09:00
idle.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
lib.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
macros.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
net.rs Rename recvfrom -> recv_from, sendto -> send_to. 2014-07-02 08:21:42 +09:00
pipe.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
process.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
queue.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
rc.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
signal.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
stream.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
timeout.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
timer.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
tty.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
uvio.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
uvll.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00