aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/ws2_32.zig
AgeCommit message (Expand)Author
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-14Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINETravis Martin
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-01os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatibleKenta Iwasaki
2021-06-01os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage`Kenta Iwasaki
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-10std/os/windows/ws2_32: add missing FIONBIO constantlithdew
2021-05-10x/os/socket, std/os/windows: implement loading winsock extensionslithdew
2021-05-10x/os, x/net, os:, fix typos/errors, add missing constants/docslithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
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