aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows.zig
AgeCommit message (Expand)Author
2024-10-05std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATIONJonathan Marler
2024-08-28std.os.windows: Define CONTEXT, RUNTIME_FUNCTION, and KNONVOLATILE_CONTEXT_PO...Alex Rønne Petersen
2024-08-28std.os.windows: Implement teb() for thumb.Alex Rønne Petersen
2024-07-27Watch.zig: add initial windows implementationJarrod Meyer
2024-07-27windows: reintroduce ReadDirectoryChangesWJarrod Meyer
2024-07-27windows: add Timeout status result for GetQueuedCompletionStatusJarrod Meyer
2024-07-27windows: make the WaitForMultipleObjectsEx assertion inclusiveJarrod Meyer
2024-07-17Windows: Rework kernel32 apisStephen Gregoratto
2024-07-17QueryObjectName: Add error unionStephen Gregoratto
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-05-12[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...Ronald Chen
2024-05-11windows: use permissive file share flags everywhere (#19505)Georgijs
2024-05-10std.os.windows: add compileError warning against `TCHAR` & their correspondin...expikr
2024-05-09lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)Garfield Lee
2024-04-24windows.GetFinalPathNameByHandle: Support volumes mounted as pathsRyan Liptak
2024-04-14WindowsSdk: fix for new x86_64-windows CIJacob Young
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-16Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enumStephen Gregoratto
2024-03-16Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIBStephen Gregoratto
2024-03-16Windows: Replace CreatePipe with ntdll implementationStephen Gregoratto
2024-03-13std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)Jonathan Marler
2024-03-08std.os.windows: eliminate usage of `usingnamespace`mlugg
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-24std: map NETNAME_DELETED to error.ConnectionResetByPeerAndrew Kelley
2024-02-16std.os.windows: add error.UnrecognizedVolumeAndrew Kelley
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-27os.windows: Fix missing correction from #18657Krzysztof Wolicki
2024-01-16child_process: Use security attributes while creating handle.xEgoist
2024-01-09add ability to open dlls with platform-specific flags (#18370)Matthew Wozniak
2023-12-22Correct `CreateProcessW` parameter typesCarl Åstholm
2023-12-19File.stat: Support detection of Kind.sym_link on WindowsRyan Liptak
2023-11-23Remove std.os.windows.ole32/shell32Ryan Liptak
2023-11-23std.os.windows: Add HKEY_CLASSES_ROOTRyan Liptak
2023-11-23std.os.windows: remove volatile from inline asmAndrew Kelley
2023-11-21replace qpf and qpcexpikr
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-01std.os.windows: remove unnecessary `@ptrCast` (#17816)XXIV
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-29std.os.windows additions and fixesKamil T
2023-10-29std: delete psapi, gdi32, and winmmAndrew Kelley
2023-10-28delete std.os.windows.user32Andrew Kelley
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-17return error.AlreadyTerminated from std.ChildProcess.kill when necessaryBen Crist
2023-10-17windows: fix ReadLink not using a synchronous file handlekcbanner