summary refs log tree commit diff
path: root/src/libnative/io/c_win32.rs
AgeCommit message (Expand)AuthorLines
2014-06-13Rolling up PRs in the queueAlex Crichton-10/+15
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+2
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-7/+5
2014-06-08Mark relevant structs with repr(C)Jakub Wieczorek-0/+2
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-0/+93
2014-05-07native: Implement timeouts for unix networkingAlex Crichton-0/+1
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-0/+2
2014-05-07Move Windows compatibility layer to libnativeAlan Williams-0/+93
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-0/+2
2014-04-23std: Add support for an accept() timeoutAlex Crichton-3/+3
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-0/+62