aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2021-05-20Const correct GUID parameter of getInfo and setInfomason1920
2021-05-20Merge pull request #8776 from notviri/windows-wm-constantsAndrew Kelley
2021-05-20std: Windows: WSASocketW ensures WSAStartupAndrew Kelley
2021-05-20std.os: WSAStartup is now called upon socket creation when neededBxil
2021-05-19openbsd: convert builtin.arch to builtin.target.cpu.archSébastien Marie
2021-05-18std: update freebsd bits to new builtinAndrew Kelley
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15remove range constantsviri
2021-05-14std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-14std: re-add weird undocumented Win32 constantsviri
2021-05-14std: fix & add os.windows.user32 WM constantsviri
2021-05-14Merge pull request #8746 from koachan/sparc64-fixesAndrew Kelley
2021-05-13std: dragonfly: fix duplicate definition of sockaddr_storageAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12stage2: Add CPU feature detection for macosLemonBoy
2021-05-12Define ENOTSUP for SPARCKoakuma
2021-05-11bsd: detect os versionMichael Dusan
2021-05-11std: Fix offset param splitting for preadv/pwritevLemonBoy
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-10std/os: add missing sockaddr_storage defslithdew
2021-05-10std/os: fix sockaddr_storage padding sizelithdew
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-05-09Initialize the Stat structureFrank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-07fix test to restore cwd after chdirMichael Dusan
2021-05-06Merge pull request #8683 from LemonBoy/thumblinuxAndrew Kelley
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-03std/os/bits/windows: add `timeval` extern structlithdew
2021-05-03std/os/linux/bits: correct socket option codes for ppc/ppc64lithdew
2021-05-03std/os/bits: add timeval struct for riscv64 linuxlithdew
2021-05-03x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`lithdew
2021-05-03x/os, x/net: layout tcp, ipv4/ipv6, and socket abstractionslithdew
2021-05-01fix typoAndrew Kelley
2021-05-01std: Fix pwrite/pread syscalls on SPARC targetsLemonBoy
2021-05-01std: Add signal numbers for SPARCLemonBoy
2021-05-01std: Import correct errno defs for SPARCLemonBoy
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-26Merge pull request #8604 from hoanga/haiku-support-sysdefsAndrew Kelley
2021-04-26Merge pull request #8618 from LemonBoy/mini-stuffAndrew Kelley
2021-04-25std: Fix wrong alignOf expressionLemonBoy