aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/ws2_32.zig
AgeCommit message (Expand)Author
2025-10-29std: fix definition of ws2_32.GetAddrInfoExWAndrew Kelley
2025-10-29std.Io.Threaded: delete Windows implementation of if_nametoindexAndrew Kelley
2025-10-29std.Io.Threaded: implement netLookup for WindowsAndrew Kelley
2025-10-29std.os.windows.ws2_32: remove 'A' variantsAndrew Kelley
2025-10-29std.Io.Threaded: implement netListen for WindowsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-03-21std.os.windows: add POLL.IN and POLL.OUTMichael Ortmann
2023-11-22add missing timeval structMikko Kaihlavirta
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-01-19Make `res` nullable in `getaddrinfo`Jarred Sumner
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-11std: fix compile error bitrotAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-09-29std: Replace use of stage1 function pointersominitay
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