aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/bits/windows.zig
AgeCommit message (Expand)Author
2021-01-12define nfds_t for windowsBill Nagel
2020-12-31Year++Frank Denis
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-09-10implement poll for windows with WSAPoll (only available on vista and higher)Bas van den Berg
2020-09-02Made some changes and additions to the networking to make it work on windows.Bas van den Berg
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-07-31Add prelim `openW` and `openatW`Jakub Konka
2020-05-31more windows network fixesJonathan Marler
2020-05-29more windows network support, including dnsJonathan Marler
2020-03-08Use os.ino_t for everythingLeRoyce Pearson
2020-02-06more std lib async I/O integrationAndrew Kelley
2019-11-27std: windows sockaddr constants come from ws2_32daurnimator
2019-11-14std: add windows socket constantsdaurnimator
2019-11-10add sockaddr_un to os/bits/windowsLuna
2019-10-30make std.net more portableAndrew Kelley
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley