aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/bits.zig
AgeCommit message (Expand)Author
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11std.os.windows.GetFinalPathNameByHandle: address non-structural review commentsRohlem
2021-01-11introduce std.os.windows.QueryObjectNameRohlem
2021-01-11Merge pull request #7195 from Aransentin/masterAndrew Kelley
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2021-01-06fix LRESULT and LPARAM typedefsJonathan Marler
2020-12-31Year++Frank Denis
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-22user32 cleanup, added wrappers and additional functionsAransentin
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