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
/
event
Age
Commit message (
Expand
)
Author
2021-01-11
std.event.Loop: fix race condition when starting the time wheel
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-28
Update event loop sendto error to SendToError
frmdstryr
2020-12-26
std.event.Loop: fix regression with ResetEvent
Andrew Kelley
2020-11-16
linuxWaitFd: make NetworkSubsystemFailed error unreachable
heidezomp
2020-11-01
Add missing arg
frmdstryr
2020-10-27
std/event: fix zig fmt regression
Isaac Freund
2020-10-27
std/event: fix poll error set handling
Isaac Freund
2020-10-17
Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-14
Merge pull request #6655 from kprotty/timers
Andrew Kelley
2020-10-14
Event Channel: updated linked list node initialization (#6652)
Matthew Knight
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
Add more comments & cleanup AutoResetEvent
kprotty
2020-10-11
fix DelayQueue typos
kprotty
2020-10-11
integrate std.time.sleep with the event loop
kprotty
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-07
add WaitGroup to std.event
Loris Cro
2020-10-05
Revert "revert adding std.event.Loop.runDetached"
Andrew Kelley
2020-10-03
revert adding std.event.Loop.runDetached
Andrew Kelley
2020-10-01
std.event.Loop.runDetached should be pub
Alexandros Naskos
2020-10-01
Merge pull request #6455 from kristoff-it/event-loop-go
Alexandros Naskos
2020-09-29
add runDetached to event loop
Loris Cro
2020-09-29
Fix std.event.Future
Loris Cro
2020-09-28
address some review changes
kprotty
2020-09-27
new std.event.Lock implementation
kprotty
2020-09-25
Merge pull request #6412 from kristoff-it/generalize-event-loop
Andrew Kelley
2020-09-24
I think this test is still flakey
Andrew Kelley
2020-09-24
recvfrom
Loris Cro
2020-09-24
sendto
Loris Cro
2020-09-24
pwritev
Loris Cro
2020-09-24
pwrite
Loris Cro
2020-09-24
writev
Loris Cro
2020-09-24
write
Loris Cro
2020-09-24
preadv
Loris Cro
2020-09-24
pread
Loris Cro
2020-09-24
readv
Loris Cro
2020-09-24
read
Loris Cro
2020-09-24
connect
Loris Cro
2020-09-24
accept
Loris Cro
2020-09-23
Eventloop: Enable basic event loop test, fixed by previous commit
Timon Kruiper
2020-09-23
Eventloop: Fix deadlock in linux event loop implementation
Timon Kruiper
2020-09-10
std: add option to use single-threaded event loop
Isaac Freund
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-07
fix oneshot flag erroneusly set as filter_flag
Loris Cro
2020-05-07
fix crash in single-threaded builds
Loris Cro
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
[next]