aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows.zig
AgeCommit message (Expand)Author
2023-10-17std.fs: fix relative symbolic links on WindowsAndrew Kelley
2023-09-03std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...Jan Philipp Hafer
2023-08-23std.windows: use atomic rename, if possible (#16717)matu3ba
2023-08-18Add NetworkNotFound to ReadLinkErrorRyan Liptak
2023-08-17Fix ntToWin32Namespace and friends on big endian architecturesRyan Liptak
2023-08-15windows.GetFinalPathNameByHandle: Support UNC pathsRyan Liptak
2023-08-15Fix windows.CreateSymbolicLink/ReadLink for non-relative pathsRyan Liptak
2023-08-11Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...Ryan Liptak
2023-07-28windows_sdk.zig: Reinstate COM ISetupEnumInstances logicRyan Liptak
2023-07-27Add fs.path.ComponentIterator and use it in Dir.makePathRyan Liptak
2023-07-27windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible errorRyan Liptak
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-23Handle INVALID_DEVICE_REQUEST in std.os.windows.DeviceIoControlRyan Liptak
2023-07-23child_process: Fix regression on Windows for FAT filesystemsRyan Liptak
2023-07-23windows.DeleteFile: Use FileDispositionInformationEx if possible, but fallbac...Ryan Liptak
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-06-17windows: detect ANSI support in more terminalsChristofer Nolander
2023-06-17Merge pull request #15501 from matu3ba/win_rmwithposixAndrew Kelley
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
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-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-05-01address review by user @squeek502Jan Philipp Hafer
2023-05-01apply suggestion by user @xEgoistJan Philipp Hafer
2023-05-01std.windows: use posix semantics to delete files, if availableMartin Wickham
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28std.os.windows: fix overlapping copyAndrew Kelley
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-25zig fmtAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-18windows: Handle `DELETE_PENDING` in `DeleteFile`.xEgoist
2023-04-17windows: better error handling for DeleteFile.xEgoist
2023-04-16windows: use NtSetInformationFile in DeleteFile.xEgoist
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-23Refactored GetProcessMemoryInfo to return `VM_COUNTERS`xEgoist
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-19Remove std.os.windows.QueryInformationFile (a wrapper of NtQueryInformationFile)Ryan Liptak
2023-03-15std.os.windows.OpenFile: handle DELETE_PENDINGAndrew Kelley
2023-03-08os.isCygwinPty: Fix a bug, replace kernel32 call, and optimizeRyan Liptak
2023-03-01Fixes #13893 - some standard library networking tests are failing on WindowsBinary Craft
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen