aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2020-05-30Fix WSARecvFrom signatureAlexandros Naskos
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-25fix pwrite on 32-bit linuxAndrew Kelley
2020-05-25fix regression in std.os.windows.fromSysTimeAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-24os/bits/freebsd auditJethro Nederhof
2020-05-24FreeBSD: missing networking constantsJethro Nederhof
2020-05-22Add poll definitions for DarwinGreg Anders
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-17linux: remove duplicated fieldsVincent Rischmann
2020-05-08std: fix RTLD_ constants on OSXdaurnimator
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-05-02solve the problem with Darwin shims in std.os insteadAndrew Kelley
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02Get evented io code paths to build on macOS (#5233)Chris Heyes
2020-05-02fix regressions in windows std lib testsAndrew Kelley
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-05-01Added socket bits for DarwinCato Auestad
2020-04-30Fast-forward std.os.bits.wasi to match preview1 snapshot ABIJakub Konka
2020-04-30Update WASI snapshot to preview1Jakub Konka
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-27std: support `/` in Windows pathsAndrew Kelley
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-22std: Implement progress for WindowsLemonBoy
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub
2020-04-12fix file protocol structure definitions (#5015)Heppoko
2020-04-12std: add some basic windows user32 definitionsdaurnimator
2020-04-10Merge pull request #4711 from leroycep/feature-file-locksAndrew Kelley
2020-04-07Add lock_nonblocking flag for creating or opening filesLeRoyce Pearson
2020-04-07Fix file locking on windowsLeRoyce Pearson
2020-04-07Add missing constants for DragonFlyMichael Neumann
2020-04-02Add LOCK_* constants to BSD `os/bits`LeRoyce Pearson
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-01Workaround for #4789LemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-30std: fix compile error since WinsockError was changeddaurnimator
2020-03-30std: add some missing errnos on linuxdaurnimator