index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os.zig
Age
Commit message (
Expand
)
Author
2019-10-29
std.net: port the RFC 3484/6724 destination...
Andrew Kelley
2019-10-29
implement CNAME expansion
Andrew Kelley
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-26
std: make addr_size parameter be a pointer to socklen_t
Luna
2019-10-26
fix std.os.accept4
Luna
2019-10-24
os.dup2: handle EBAF
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-24
refAllDecls in a test block to limit when it gets run
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-21
Merge branch 'stratact-no-dir-allocators'
Andrew Kelley
2019-10-21
std.os.accept4: improve docs and integrate with evented I/O
Andrew Kelley
2019-10-21
Fix accept function API
Jonathan Marler
2019-10-21
fix os.unlinkatW implementation
Andrew Kelley
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-10-20
breaking: improve std.fs directory handling API
Andrew Kelley
2019-10-16
[breaking] standardize std.os execve functions
Andrew Kelley
2019-10-10
generated docs: add optional type support
Andrew Kelley
2019-10-09
Correct std.os.connect_async docs
Alva
2019-10-08
generated docs: error sets in fn docs
Andrew Kelley
2019-10-01
Replace code occurences of --override-std-dir with --override-lib-dir
SamTebbs33
2019-09-27
std.os.fstat: EINVAL => unreachable
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley
[prev]