summary refs log tree commit diff
path: root/src/libnative/io/c_windows.rs
AgeCommit message (Collapse)AuthorLines
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-0/+6
This commits takes a similar strategy to the previous commit to implement close_accept and clone for the native win32 pipes implementation. Closes #15595
2014-08-24native: TCP close/close_accept for windowsAlex Crichton-0/+33
This commit implements TcpAcceptor::{close, close_accept} for windows via WSAEVENT types.
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-0/+207