aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows.zig
AgeCommit message (Expand)Author
2022-08-19fix std.os.windows.PathSpace.spanAndrew Kelley
2022-08-11std: add missing error to windows.WriteFileAndrew Kelley
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-02std.os.windows: upgrade to new function pointer semanticsAndrew Kelley
2022-04-23std.Thread: Mutex and Condition improvements (#11497)protty
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
2022-01-29improve comptime windows GUID.parse performanceJonathan Marler
2022-01-24use explicit integer bit widths for windows GUIDJonathan Marler
2022-01-04Add CANNOT_DELETE as a possible error in os.windows.DeleteFileRyan Liptak
2022-01-02std.fs.rename: fix Windows implementationAndrew Kelley
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-15std.os.windows: Fix typo (#9951)Sizhe Zhao
2021-09-14Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINETravis Martin
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-29windows: add wrappers for LocalFree, SetThreadDescription and GetThreadDescri...Vincent Rischmann
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-13std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`viri
2021-06-11std.os.windows: implement <timeapi.h> (#8801)viri
2021-06-09windows: remove `TCHAR` idiom entirelyviri
2021-06-01x/os/net: remove unnecessary comptime prefix in resolveScopeID()Kenta Iwasaki
2021-05-24Fix socklen_t cast in win32 recvfromJens Goldberg
2021-05-22Merge pull request #8844 from ifreund/inlineAndrew Kelley
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-20have collapseRepeats return slice intead of just lenJonathan Marler
2021-05-20implement nt path conversion for windowsJonathan Marler
2021-05-20std: Windows: WSASocketW ensures WSAStartupAndrew Kelley
2021-05-20std.os: WSAStartup is now called upon socket creation when neededBxil
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-10x/os/socket, std/os/windows: implement loading winsock extensionslithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-02-28std: add sendmsgdaurnimator
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-25windows: make sure to handle PATH_NOT_FOUND when deleting filesTimon Kruiper
2021-01-12define nfds_t for windowsBill Nagel
2021-01-11std.os.windows.GetFinalPathNameByHandle: remove intermediate buffersRohlem