aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/kernel32.zig
AgeCommit message (Expand)Author
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
2019-11-14std: add DeviceIoControl and GetOverlappedResult for windowsdaurnimator
2019-11-07remove WaitOnAddress backend in std.ThreadParkerkprotty
2019-11-05ThreadParker implementationkprotty
2019-11-05adaptive SpinLockkprotty
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley