rust/src/librustuv
Huon Wilson 8b246fda78 green,native,rustuv: Replace many pointer transmute's with as or referencing.
These can all be written in a more controlled manner than with the
transmute hammer, leading to (hopefully) safer code.
2014-02-24 01:15:39 +11:00
..
access.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
addrinfo.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
async.rs Remove do keyword from librustuv 2014-01-29 09:15:41 -05:00
file.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
homing.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
idle.rs Fix a segfault in the rustuv tests 2014-02-17 14:41:33 -08:00
lib.rs Fix a segfault in the rustuv tests 2014-02-17 14:41:33 -08:00
macros.rs rustuv: Require all results are used and fix fallout 2014-02-03 09:32:35 -08:00
net.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
pipe.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
process.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
queue.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +11:00
rc.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
signal.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
stream.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
timer.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
tty.rs rustuv: Reimplement without using std::rt::sched 2013-12-24 14:42:00 -08:00
uvio.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
uvll.rs Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00