aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows
AgeCommit message (Expand)Author
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18Switch to RtlSetCurrentDirectory_ULee Cannon
2020-11-18Implement chdir and chdirZ for WindowsLee Cannon
2020-11-04Add missing LONG_PTR typerageoholic
2020-11-04Fix CoInitializeEx so it can take a null pointerrageoholic
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-22Merge branch 'improve-windows-networking'Andrew Kelley
2020-10-15fixups regarding windows wide stringsAndrew Kelley
2020-10-15Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...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-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
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-02Add the sync functionsAransentin
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-09Address some review commentsJakub Konka
2020-08-07Redo GetFinalPathNameByHandle using DeviceIoControlJakub Konka
2020-08-06Initial draft of GetFinalPathNameByHandleJakub Konka
2020-07-27Replace DeviceIoControl with FsControlFileJakub Konka
2020-07-22Start drafting CreateSymbolicLink using ntdll syscallsJakub Konka
2020-07-22RefactorJakub Konka
2020-07-22Fix unlinkatW to allow file symlink deletion on WindowsJakub Konka
2020-07-22Use NtCreateFile to get handle to reparse pointJakub Konka
2020-07-22Fix incorrect byte format of REPARSE_DATA_BUFFER structJakub Konka
2020-07-22Use windows.CreateFileW to open the reparse pointJakub Konka
2020-07-22Finish symlink implementation on WindowsJakub Konka
2020-07-22Add readlink smoke testJakub Konka
2020-07-22Start drafting out os.readlink on WindowsJakub Konka
2020-07-20Merge branch 'master' of https://github.com/ziglang/zig into 5002-fix-entrypo...Anthony Arian
2020-06-26new allocator interfaceJonathan Marler
2020-06-20zig fmtAndrew Kelley
2020-06-15Implement WinMain Callers that Pass Valid ParamsAnthony Arian
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-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-07Removed GetModuleHandleA from user32Jens Goldberg
2020-05-07Removed duplicate WM_ACTIVATEJens Goldberg
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley