rust/src/librustuv
Alex Crichton 553b7e67d7 Allow configuration of uid/gid/detach on processes
This just copies the libuv implementation for libnative which seems reasonable
enough (uid/gid fail on windows).

Closes #12082
2014-02-16 16:01:03 -08: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 Test fixes and rebase conflicts from rollups 2014-02-14 10:59:22 -08:00
lib.rs extern mod => extern crate 2014-02-14 22:55:21 -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 std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex. 2014-02-16 10:13:56 +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