aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/bits.zig
AgeCommit message (Expand)Author
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-04Add missing LONG_PTR typerageoholic
2020-10-06Update zig files for opaque type syntaxTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-09Address some review commentsJakub Konka
2020-08-07Redo GetFinalPathNameByHandle using DeviceIoControlJakub Konka
2020-08-06Initial draft of GetFinalPathNameByHandleJakub Konka
2020-07-22Start drafting CreateSymbolicLink using ntdll syscallsJakub Konka
2020-07-22RefactorJakub Konka
2020-07-22Fix unlinkatW to allow file symlink deletion on WindowsJakub Konka
2020-07-22Use NtCreateFile to get handle to reparse pointJakub Konka
2020-07-22Fix incorrect byte format of REPARSE_DATA_BUFFER structJakub Konka
2020-07-22Use windows.CreateFileW to open the reparse pointJakub Konka
2020-07-22Finish symlink implementation on WindowsJakub Konka
2020-07-22Add readlink smoke testJakub Konka
2020-07-22Start drafting out os.readlink on WindowsJakub Konka
2020-06-26new allocator interfaceJonathan Marler
2020-05-05zig fmtTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
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-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-02Merge pull request #4352 from LemonBoy/fix-4349Andrew Kelley
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-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-11-27std: add windows.USHORT definitiondaurnimator
2019-11-27std: IO_STATUS_BLOCK's status member is an NTSTATUS; add uniondaurnimator
2019-11-27std: add CreateEvent for windowsdaurnimator
2019-11-27std: add WaitForMultipleObjects for windowsdaurnimator
2019-11-25Use a specific access mask in `Dir.openDirListW` instead of a generic one. Un...Jonathan S
2019-11-14std: add CTL_CODE function for windowsdaurnimator
2019-11-14std: add FILE_ANY_ constants for windowsdaurnimator
2019-11-14std: add windows ioctl transfer typesdaurnimator