aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows
AgeCommit message (Expand)Author
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-23std.os.windows.advapi32: add RegLoadAppKeyWEric Joldasov
2023-07-23std.os.windows.advapi32: add RegGetValueWEric Joldasov
2023-07-20debug: fix reading -gdwarf generated debug sections in COFF fileskcbanner
2023-06-30Add `os.windows.nls.upcaseW`, a cross-platform implementation of `RtlUpcaseUn...Ryan Liptak
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-04-18std: fix uses of comptime blocks in non-inline functionsmlugg
2023-04-14windows: replace GetPhysicallyInstalledSystemMemory with ntdll.xEgoist
2023-03-30std: simplify VirtualProtectEx and fix ntdll signatureJakub Konka
2023-03-30std: move ntdll wrappers to std.os.windowsJakub Konka
2023-03-30coff: reimplement VirtualProtectEx using our own ntdll wrapperJakub Konka
2023-03-23fmt: lib/std/os/windows/ntdll.zigxEgoist
2023-03-22Implemented Zig wrapper for `GetProcessMemoryInfo`xEgoist
2023-03-21Merge pull request #14841 from squeek502/is-cygwin-pty-stuffVeikka Tuominen
2023-03-19Fix GetFileInformationByHandle compile error (#14829)Reuben Dunnington
2023-03-15add std.process.totalSystemMemoryAndrew Kelley
2023-03-08os.isCygwinPty: Fix a bug, replace kernel32 call, and optimizeRyan Liptak
2023-03-07std.os.windows.advapi32: Add RegCloseKeyGaëtan
2023-03-01Fixes #13893 - some standard library networking tests are failing on WindowsBinary Craft
2023-02-24fix RegQueryValueExW apiGaëtan S
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-20std: implement os.mprotect on Windowsmlugg
2023-01-19Make `res` nullable in `getaddrinfo`Jarred Sumner
2023-01-19fix selectSymbol function pointersstar-tek-mb
2023-01-17clean up windows cert scanningAndrew Kelley
2023-01-17windows root certificate scanningstar-tek-mb
2023-01-08windows: rework DebugInfo to use less file operations and fix some memory man...kcbanner
2023-01-04debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a...Casey Banner
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-18standalone tests: Add windows spawn testRyan Liptak
2022-12-11std: fix compile error bitrotAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-28windows: fix signature of kernel32.RegOpenKeyExW to use *HKEYJakub Konka
2022-11-28windows: use RtlQueryRegistryValues to query reg in a single syscallJakub Konka
2022-11-28windows: impl some primitives for getting registry keysJakub Konka
2022-11-28windows: add processor feature enumerationJakub Konka
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-07x86_64: implement Windows x64 calling conventionJakub Konka
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler
2022-05-11remove RtlUpcaseUnicodeString, no longer neededJonathan Marler
2022-05-11fix ntdll extern casingJonathan Marler
2022-05-11add unicode supportJonathan Marler
2022-05-11Add `process.EnvMap`, a platform-independent environment variable mapRyan Liptak
2022-05-11Merge pull request #10595 from squeek502/getenvW-caseAndrew Kelley
2022-04-23add GetProcessTimes binding to the kernel32.zig (#11488)Morritz
2022-02-19os.getenvW: Fix case-insensitivity for Unicode env var namesRyan Liptak