aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2019-10-29std.net: port the RFC 3484/6724 destination...Andrew Kelley
2019-10-29implement CNAME expansionAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-26std: make addr_size parameter be a pointer to socklen_tLuna
2019-10-26fix std.os.accept4Luna
2019-10-24os.dup2: handle EBAFAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-24refAllDecls in a test block to limit when it gets runAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley
2019-10-21Merge branch 'stratact-no-dir-allocators'Andrew Kelley
2019-10-21std.os.accept4: improve docs and integrate with evented I/OAndrew Kelley
2019-10-21Fix accept function APIJonathan Marler
2019-10-21fix os.unlinkatW implementationAndrew Kelley
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-10-20breaking: improve std.fs directory handling APIAndrew Kelley
2019-10-16[breaking] standardize std.os execve functionsAndrew Kelley
2019-10-10generated docs: add optional type supportAndrew Kelley
2019-10-09Correct std.os.connect_async docsAlva
2019-10-08generated docs: error sets in fn docsAndrew Kelley
2019-10-01Replace code occurences of --override-std-dir with --override-lib-dirSamTebbs33
2019-09-27std.os.fstat: EINVAL => unreachableAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley