| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-12-05 | std: Close TcpListener with closesocket() | Alex Crichton | -2/+2 | |
| This may have inadvertently switched during the runtime overhaul, so this switches TcpListener back to using sockets instead of file descriptors. This also renames a bunch of variables called `fd` to `socket` to clearly show that it's not a file descriptor. Closes #19333 | ||||
| 2014-11-21 | libs: add std::os::windows module | Aaron Turon | -0/+100 | |
| The new `std::os::windows` module exposes several extension traits for extracting file descriptors, sockets, and handles from `std::io` types. | ||||
