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
2020-06-04
Windows: Fix std.fs.Dir.deleteDir() deleting files
Ryan Liptak
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Change ioctl's request type to i32
Luna
2020-06-02
Replace syscall3 to os.ioctl
Luna
2020-06-02
Add std.os.ioctl
Luna
2020-06-01
Merge pull request #5475 from marler8997/windowsDns
Andrew Kelley
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-29
more windows network support, including dns
Jonathan Marler
2020-05-29
Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...
Jonathan S
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-18
Make mode_t a 0-byte type in WASI
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-07
remove readable check when opening a socket connection
Loris Cro
2020-05-05
avoid unnecessary fcntl syscalls when setting socket flags
Andrew Kelley
2020-05-05
fix incorrect flags being set in os.setSockFlags
Andrew Kelley
2020-05-04
os.zig: add ETIMEDOUT error case to read function
Jonathan Marler
2020-05-03
Pass filtered_sock_type to system.socket. Cover PermissionDenied error
Cato
2020-05-02
solve the problem with Darwin shims in std.os instead
Andrew Kelley
2020-05-02
Fixed Darwin-incompatible socket flags and unavailable system calls
Cato
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-02
Get evented io code paths to build on macOS (#5233)
Chris Heyes
2020-05-02
fs.File: improve handling async I/O on Windows
Andrew Kelley
2020-05-02
fix regressions in windows std lib tests
Andrew Kelley
2020-05-02
std.event.Loop: promote the fs thread to be available for all OS's
Andrew Kelley
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-05-01
Add arc4random_buf() in NetBSD libc, use it to implement getrandom()
nia
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-18
std.os.readv: Add missing iov_count declaration
Christian Wesselhoeft
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-13
std: fix os.fstatat definition (#5016)
daurnimator
2020-04-08
Return error from `else`
LeRoyce Pearson
2020-04-08
Catch error.WouldBlock as unreachable
LeRoyce Pearson
2020-04-07
Add `OpenFileW` `share_access_nonblocking` parameter
LeRoyce Pearson
2020-04-06
Remove return value from os.flock()
LeRoyce Pearson
2020-04-03
Fix compile errors about adding error.FileLocksNotSupported
LeRoyce Pearson
2020-04-02
Fix compile errors in stage2
LeRoyce Pearson
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Add FileLocksNotSupported error to OpenError
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-02
slight modification of the semantics of std.os.getenvW
Andrew Kelley
2020-04-02
make std.os.getenvW case insensitive
Ilmari Autio
2020-04-01
std: Use the versioned libc symbols if needed
LemonBoy
2020-04-01
Tidy up some mem.spanZ use-sites now that null is accepted
daurnimator
2020-03-31
std: linux syscall numbers are now an extensible enum
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-24
std: Slim duplicate logic for some calls
LemonBoy
2020-03-23
Fix compile error on windows
LeRoyce Pearson
[next]