aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/ws2_32.zig
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-22Merge branch 'improve-windows-networking'Andrew Kelley
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-09-10implement poll for windows with WSAPoll (only available on vista and higher)Bas van den Berg
2020-09-08change socklen_t to u32 and add appropriate casts when calling WSABas van den Berg
2020-09-08Merge branch 'master' into improve-windows-networkingBas
2020-09-03update uses of deprecated type field accessVexu
2020-09-03os.send(to) and os.recv(from) functions made to work on windows.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-06-20zig fmtAndrew Kelley
2020-06-01Merge pull request #5475 from marler8997/windowsDnsAndrew Kelley
2020-05-31more windows network fixesJonathan Marler
2020-05-30Fix WSARecvFrom signatureAlexandros Naskos
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-02-01Winsock errors can be an enumdaurnimator
2020-01-02Implement the callconv() annotationLemonBoy
2019-11-27std: lie about windows socklen_t signed-nessdaurnimator
2019-11-27std: add more winsock functionsdaurnimator
2019-11-27std: windows sockaddr constants come from ws2_32daurnimator
2019-11-27std: fix WSAIoctl definitiondaurnimator
2019-11-27std: add windows.closesocketdaurnimator
2019-11-25zig fmtAndrew Kelley
2019-11-15std: add pieces for WSAIoctl on windowsdaurnimator
2019-11-15std: add WSAStartup and WSACleanup for windowsdaurnimator
2019-11-14std: add winsock some definitionsdaurnimator