aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows.zig
AgeCommit message (Expand)Author
2025-10-30Merge pull request #25763 from mrjbq7/cancelledJohn Benediktsson
2025-10-29std.Io.Threaded: fix openSelfExe for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: fix compilation failures on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netAccept for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netListen for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirAccess for WindowsAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std: move some windows path checking logicAndrew Kelley
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-10-27fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.GasInfinity
2025-10-17windows: Always try using POSIX_SEMANTICS/etc for rename/deleteRyan Liptak
2025-10-17windows: make FILE_DISPOSITION_ constants pubRyan Liptak
2025-10-15std.os.windows.CONTEXT: add sp field to getRegs() result for x86Alex Rønne Petersen
2025-10-10windows: workaround kernel race conditionJacob Young
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-09-30replace usages of old std.debug APIsmlugg
2025-08-08std.os.windows: map RtlGenRandom() failure to error.SystemResourcesAlex Rønne Petersen
2025-08-07Merge pull request #24199 from Justus2308/24106-fmt-castsMatthew Lugg
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-15std.os.windows: restore sendmsg, sendto, recvfromAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-02windows: Delete obsolete environment variable kernel32 wrappers and bindingsRyan Liptak
2025-05-09std: fix `error.Unexpected` on certain Windows file operationsHydroH
2025-05-01fix(windows): handle commitment limit error in CreateProcessWDavid John
2025-04-30Fix Unexpected error for 1453 on Windows (#23729)psbob
2025-04-27Update Windows ReadFile and WriteFile to recognise Access Denied error when a...psbob
2025-04-15Return FileNotFound when CreateProcessW is called with a missing path (#23567)phatchman
2025-04-11Merge pull request #23272 from squeek502/getenvw-optimAndrew Kelley
2025-04-03std.os.windows.PF: Add ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE.Alex Rønne Petersen
2025-03-25support more process creation options on WindowsJonathan Marler
2025-03-24windows: Use AccessDenied for ACCESS_DENIED on WindowsPat Tullmann
2025-03-22windows: Document Environment pointerRyan Liptak
2025-03-04add FFI & wrappers for NtAllocateVirtualMemory & NtFreeVirtualMemory + add mi...ziggoon
2025-02-06std.heap: remove HeapAllocatorAndrew Kelley
2025-01-30std: fix comptime SemanticVersion expr regressionMichael Dusan
2025-01-26Update LDR_DATA_TABLE_ENTRY structziggoon
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-11-12std: fix compiler errorsPauloCampana
2024-11-04zig.h: Improve portability of zig_*_windows_teb() helpers.Alex Rønne Petersen
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-11-02std.os.windows: Fix some incorrect callconv specifiers.Alex Rønne Petersen
2024-10-29std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ER...Julian Noble
2024-10-19std: update for new `CallingConvention`mlugg