aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows
AgeCommit message (Expand)Author
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-15std.os.windows: add ntdll thread information APIsviri
2022-01-15std.os.windows: fix casing for `ntdll.lib`viri
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-20adding support for UTF-8 outputHugoFlorentino
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-14Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINETravis Martin
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `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-07-22Fixed compile error: 'bMenu' needs to casted. (#9426)Michal Ziulek
2021-07-07Fixed builtin.Target -> std.TargetCarlos Zúñiga
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-18finish ChildProcess collectOutputWindowsJonathan Marler
2021-06-17std: Use WINAPI instead of .StdcallLemonBoy
2021-06-17std: Avoid deadlocking in ChildProcess.execLemonBoy
2021-06-13std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`viri
2021-06-12std.Thread.Futex addition (#9070)protty
2021-06-11std.os.windows: implement <timeapi.h> (#8801)viri
2021-06-09std.Progress: use `*W` functions on windowsviri
2021-06-09windows: remove `TCHAR` idiom entirelyviri
2021-06-01os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatibleKenta Iwasaki
2021-06-01os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage`Kenta Iwasaki
2021-06-01x/io, x/os: async i/o reactor, cross-platform socket syscalls and bitslithdew
2021-05-22Merge pull request #7664 from marler8997/fixWindowsPathsAndrew Kelley
2021-05-21handle relative paths with too many ".."Jonathan Marler
2021-05-20Merge pull request #8776 from notviri/windows-wm-constantsAndrew Kelley
2021-05-20implement nt path conversion for windowsJonathan Marler
2021-05-15remove range constantsviri
2021-05-14std: re-add weird undocumented Win32 constantsviri
2021-05-14std: fix & add os.windows.user32 WM constantsviri
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-10std/os/windows/ws2_32: add missing FIONBIO constantlithdew
2021-05-10x/os/socket, std/os/windows: implement loading winsock extensionslithdew
2021-05-10x/os, x/net, os:, fix typos/errors, add missing constants/docslithdew
2021-05-10std/os, x/os/socket: windows support, socket helpers, getpeername()lithdew
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-16Fix std.os.windows.user32.messageBoxWManuel Floruß
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-03-22Fixed typo in user32Carlos Zúñiga