aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/kernel32.zig
AgeCommit message (Expand)Author
2025-06-02windows: Delete obsolete environment variable kernel32 wrappers and bindingsRyan Liptak
2025-03-25support more process creation options on WindowsJonathan Marler
2025-02-13std.time: more precise `nanoTimestamp` in windowsAli Cheraghi
2025-02-06std.heap: remove HeapAllocatorAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-07-29Fix compile error due to GetModuleFileNameW binding changeRyan Liptak
2024-07-27windows: reintroduce ReadDirectoryChangesWJarrod Meyer
2024-07-17Windows: Rework kernel32 apisStephen Gregoratto
2024-07-13Replace GetCommandLineW with PEB access, delete GetCommandLine bindingsRyan Liptak
2024-05-28std.Progress: Use Windows console API calls when ANSI escape codes are not su...Ryan Liptak
2024-05-12[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...Ronald Chen
2024-05-09lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)Garfield Lee
2024-04-23std.process.Child: Mitigate arbitrary command execution vulnerability on Wind...Ryan Liptak
2024-01-09add ability to open dlls with platform-specific flags (#18370)Matthew Wozniak
2023-12-22Correct `CreateProcessW` parameter typesCarl Åstholm
2023-11-21replace qpf and qpcexpikr
2023-10-29std.os.windows additions and fixesKamil T
2023-03-19Fix GetFileInformationByHandle compile error (#14829)Reuben Dunnington
2023-03-15add std.process.totalSystemMemoryAndrew Kelley
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
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
2022-12-18standalone tests: Add windows spawn testRyan Liptak
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: add processor feature enumerationJakub Konka
2022-09-07x86_64: implement Windows x64 calling conventionJakub Konka
2022-04-23add GetProcessTimes binding to the kernel32.zig (#11488)Morritz
2022-02-15Merge pull request #10003 from viriuwu/nt-thread-nameVeikka Tuominen
2022-02-15std.Thread(windows): use NT internals for name fnsviri
2022-02-11validate in Windows using VirtualQuerym
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-09-20adding support for UTF-8 outputHugoFlorentino
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-29windows/kernel32: add LocalFree, SetThreadDescription and GetThreadDescriptionVincent Rischmann
2021-06-18finish ChildProcess collectOutputWindowsJonathan Marler
2021-06-17std: Use WINAPI instead of .StdcallLemonBoy
2021-06-17std: Avoid deadlocking in ChildProcess.execLemonBoy
2021-06-09std.Progress: use `*W` functions on windowsviri
2021-06-09windows: remove `TCHAR` idiom entirelyviri
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-01-24fix windows bug in Progress.zigTimon Kruiper
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2020-12-31Year++Frank Denis