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
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code path
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll call
Rohlem
2021-01-11
introduce std.os.windows.QueryObjectName
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: add test
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibility
Rohlem
2021-01-11
Merge pull request #7195 from Aransentin/master
Andrew Kelley
2021-01-11
os/bits/linux: add the termios cc bits
Vincent Rischmann
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-07
Merge pull request #7720 from Snektron/sockopt
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-08
Add IP_ constants
Robin Voetter
2021-01-06
fix LRESULT and LPARAM typedefs
Jonathan Marler
2021-01-05
std.c add syslog
xackus
2021-01-05
freebsd, netbsd, dragonfly: add struct timeval
xackus
2021-01-03
Improve uring definitions
daurnimator
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-01
openbsd: add pollfd interface
Sébastien Marie
2020-12-31
Year++
Frank Denis
2020-12-30
std: Add more standard type definitions for FreeBSD
LemonBoy
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
2020-12-29
std: Use WINAPI instead of .Stdcall
LemonBoy
2020-12-29
std: Fix compilation on FreeBSD/Darwin
LemonBoy
2020-12-29
std: Fix poll definitions for FreeBSD/Darwin
LemonBoy
2020-12-29
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2020-12-26
Merge pull request #7449 from kristoff-it/macos-termios
Andrew Kelley
2020-12-24
Merge pull request #7531 from Vexu/orphanage
Veikka Tuominen
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
openbsd: implement segfault handling on openbsd x86_64
Sébastien Marie
2020-12-23
added comments, removed useless comptime keywords
Loris Cro
2020-12-23
add termios bits for darwin
Loris Cro
2020-12-23
Truncate user and group ids for 64 bit Linux systems (#7466)
Andreas Linz
2020-12-23
openbsd: fix siginfo_t struct definition
Sébastien Marie
2020-12-23
Enable segfault handling on FreeBSD.
Alex Cameron
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-18
std: Properly fix the TLS alignment problem
LemonBoy
2020-12-17
std: align(16) main_thread_tls_buffer
Andrew Kelley
2020-12-17
Add EV_ERROR to FreeBSD bits
Alexandros Naskos
2020-12-17
Add baudrate constants
Tau
2020-12-17
Add process_madvise to Linux syscalls (#7450)
Dmitry Atamanov
2020-12-17
Only check for evented mode in windows.OpenFile when in async mode
Alexandros Naskos
2020-12-15
openbsd: correct few structs
Sébastien Marie
2020-12-14
Implement std.fs.Watch on Windows
Alexandros Naskos
2020-12-14
Add missed Linux syscalls
data-man
2020-12-13
Fix compilation error on OpenBSD
LemonBoy
2020-12-13
Fix compilation error on FreeBSD
LemonBoy
2020-12-13
std: Drop struct prefixes in FreeBSD siginfo
LemonBoy
2020-12-13
Fix Sigaction struct on FreeBSD.
Alex Cameron
2020-12-13
Disable sigaction test on i386 because of #7427
LemonBoy
[next]