aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows
AgeCommit message (Expand)Author
2020-06-26new allocator interfaceJonathan Marler
2020-06-20zig fmtAndrew Kelley
2020-06-01Merge pull request #5475 from marler8997/windowsDnsAndrew Kelley
2020-05-31more windows network fixesJonathan Marler
2020-05-30Fix WSARecvFrom signatureAlexandros Naskos
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-07Removed GetModuleHandleA from user32Jens Goldberg
2020-05-07Removed duplicate WM_ACTIVATEJens Goldberg
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-06Merge pull request #4651 from LemonBoy/fix-4645Andrew Kelley
2020-03-06?HMODULE instead of HMODULEAndrew Kelley
2020-03-06std: Work around unexported NtCurrentTebLemonBoy
2020-03-06std: Nicer way to access the PEBLemonBoy
2020-03-01Merge pull request #4585 from LemonBoy/fix-4581Andrew Kelley
2020-03-01Complete windows PEB_LDR_DATA definitiondaurnimator
2020-03-01Fill out PEB definitiondaurnimator
2020-02-29target: Implement OS version detection for WindowsLemonBoy
2020-02-22improve handling of environment variables on WindowsAndrew Kelley
2020-02-16implement os.faccessat for WindowsAndrew Kelley
2020-02-10Revert "windows: remove the 'A' versions of psapi functions"Andrew Kelley
2020-02-10windows: remove the 'A' versions of psapi functionsAndrew Kelley
2020-02-02Merge pull request #4352 from LemonBoy/fix-4349Andrew Kelley
2020-02-01Winsock errors can be an enumdaurnimator
2020-02-01windows: Minor changes to psapi prototypesLemonBoy
2020-02-01Run `zig fmt`LemonBoy
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-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-30Remove intCast'sRocknest
2020-01-30Fix aarch64Rocknest
2020-01-29Reorganize definitionsRocknest
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: lie about windows socklen_t signed-nessdaurnimator
2019-11-27std: add more winsock functionsdaurnimator
2019-11-27std: windows sockaddr constants come from ws2_32daurnimator
2019-11-27std: add windows.USHORT definitiondaurnimator