aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/kernel32.zig
AgeCommit message (Expand)Author
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
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-11-22user32 cleanup, added wrappers and additional functionsAransentin
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18Switch to RtlSetCurrentDirectory_ULee Cannon
2020-11-18Implement chdir and chdirZ for WindowsLee Cannon
2020-10-15fixups regarding windows wide stringsAndrew Kelley
2020-10-15Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...Andrew Kelley
2020-09-02Add the sync functionsAransentin
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-15Implement WinMain Callers that Pass Valid ParamsAnthony Arian
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-06?HMODULE instead of HMODULEAndrew Kelley
2020-02-01windows: Minor changes to psapi prototypesLemonBoy
2020-01-31Merge pull request #4340 from daurnimator/ntstatus-as-enumAndrew Kelley
2020-02-01windows: Add GetCurrentProcess definitionLemonBoy
2020-01-31windows: Add psapi APILemonBoy
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-27std: improved windows.DeviceIoControldaurnimator
2019-11-27std: add CreateEvent for windowsdaurnimator
2019-11-27std: add WaitForMultipleObjects for windowsdaurnimator
2019-11-27std: add alertable argument for windows.WaitForSingleObjectdaurnimator