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
Age
Commit message (
Expand
)
Author
2020-06-04
std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY status
Ryan Liptak
2020-06-04
Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...
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-02
Make ifru fields sentinel-terminated
Luna
2020-06-02
Replace C types in declarations
Luna
2020-06-02
Replace C shorts by integer types
Luna
2020-06-02
Fix ifreq definition
Luna
2020-06-02
Only resolve scope id when needed
Luna
2020-06-02
Add some interface structs to linux bits
Luna
2020-06-01
Merge pull request #5475 from marler8997/windowsDns
Andrew Kelley
2020-06-01
Fix evented builds on windows with runtime safety on
Alexandros Naskos
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-31
Merge pull request #5478 from vrischmann/fix-iouring
Veikka Tuominen
2020-05-30
linux: fix IOSQE_BIT decl and io_uring_sqe flags
Vincent Rischmann
2020-05-30
Fix WSARecvFrom signature
Alexandros Naskos
2020-05-29
more windows network support, including dns
Jonathan Marler
2020-05-25
fix pwrite on 32-bit linux
Andrew Kelley
2020-05-25
fix regression in std.os.windows.fromSysTime
Andrew Kelley
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-24
os/bits/freebsd audit
Jethro Nederhof
2020-05-24
FreeBSD: missing networking constants
Jethro Nederhof
2020-05-22
Add poll definitions for Darwin
Greg Anders
2020-05-18
Integrate getTestDir with tmpDir logic
Jakub Konka
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-17
linux: remove duplicated fields
Vincent Rischmann
2020-05-08
std: fix RTLD_ constants on OSX
daurnimator
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-07
Removed GetModuleHandleA from user32
Jens Goldberg
2020-05-07
Removed duplicate WM_ACTIVATE
Jens Goldberg
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-02
solve the problem with Darwin shims in std.os instead
Andrew Kelley
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
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
Added socket bits for Darwin
Cato Auestad
2020-04-30
Fast-forward std.os.bits.wasi to match preview1 snapshot ABI
Jakub Konka
2020-04-30
Update WASI snapshot to preview1
Jakub Konka
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-27
std: support `/` in Windows paths
Andrew Kelley
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-22
std: Implement progress for Windows
LemonBoy
2020-04-18
update std lib to decls being disallowed between fields
Vexu
[next]