aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows.zig
AgeCommit message (Expand)Author
2020-06-04std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY statusRyan Liptak
2020-06-04Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...Ryan Liptak
2020-06-01Fix evented builds on windows with runtime safety onAlexandros Naskos
2020-05-25fix regression in std.os.windows.fromSysTimeAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-02fix regressions in windows std lib testsAndrew Kelley
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-04-27std: support `/` in Windows pathsAndrew Kelley
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-04-07Add lock_nonblocking flag for creating or opening filesLeRoyce Pearson
2020-04-07Fix file locking on windowsLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-30std: fix compile error since WinsockError was changeddaurnimator
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-23Block until file is unlocked on windowsLeRoyce Pearson
2020-03-23Fix compile error on windowsLeRoyce Pearson
2020-03-19test & docs fixups to work with new semanticsAndrew Kelley
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-11windows: detect HANDLE_EOF in ReadFileAndrew Kelley
2020-03-07add missing errors to std.os.windows.CreateDirectoryErrorAndrew Kelley
2020-03-06std: Work around unexported NtCurrentTebLemonBoy
2020-03-06std: Nicer way to access the PEBLemonBoy
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-01Winsock errors can be an enumdaurnimator
2020-01-31Merge pull request #4340 from daurnimator/ntstatus-as-enumAndrew Kelley
2020-01-31windows: Add psapi APILemonBoy
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-11Add WaitForSingleObject function to std.os.windowsJonathan Marler
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-08update docs to new fmt APIAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-02Merge pull request #3715 from daurnimator/towards-afdAndrew Kelley
2019-11-29fix windows std lib regressionsAndrew Kelley
2019-11-27std: fix WSAIoctl definitiondaurnimator
2019-11-27std: add windows.closesocketdaurnimator
2019-11-27std: fix windows.GetOverlappedResultdaurnimator
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-25zig fmtAndrew Kelley
2019-11-25add missing null terminator in windows file path helper functionAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley