aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows
AgeCommit message (Expand)Author
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11std.os.windows.GetFinalPathNameByHandle: address non-structural review commentsRohlem
2021-01-11introduce std.os.windows.QueryObjectNameRohlem
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2021-01-06fix LRESULT and LPARAM typedefsJonathan Marler
2020-12-31Year++Frank Denis
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-12-09small fixes and zig fmtVexu
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-22UnregisterClassW needs WINAPI as wellAransentin
2020-11-22Fixed bugs, style suggestionsAransentin
2020-11-22Ensure the dynamic function has the same type as the static oneJens Goldberg
2020-11-22user32 cleanup, added wrappers and additional functionsAransentin
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