rust/src/libnative/io
Huon Wilson c9b4538bab str: add a function for truncating a vector of u16 at NUL.
Many of the functions interacting with Windows APIs allocate a vector of
0's and do not retrieve a length directly from the API call, and so need
to be sure to remove the unmodified junk at the end of the vector.
2014-02-19 14:09:16 +11:00
..
addrinfo.rs libnative: Avoid gai_strerror on windows. 2014-01-24 16:44:16 -05:00
file.rs str: add a function for truncating a vector of u16 at NUL. 2014-02-19 14:09:16 +11:00
mod.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
net.rs std: Rename unstable::mutex::Mutex to StaticNativeMutex. 2014-02-16 10:13:56 +11:00
process.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
timer_helper.rs std: Rename unstable::mutex::Mutex to StaticNativeMutex. 2014-02-16 10:13:56 +11:00
timer_other.rs std: Add init and uninit to mem. Replace direct intrinsic usage 2014-02-09 00:17:40 -08:00
timer_timerfd.rs std: Add init and uninit to mem. Replace direct intrinsic usage 2014-02-09 00:17:40 -08:00
timer_win32.rs Fixing remaining warnings and errors throughout 2014-02-03 10:39:23 -08:00