index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
nbio
Commit message (
Collapse
)
Author
Age
Files
Lines
*
nbio: fix send/recv buffer logic
Laytan Laats
2026-01-30
5
-73
/
+147
|
*
Add section on "Why callbacks?"
gingerBill
2026-01-25
1
-9
/
+27
|
*
Fix link to examples in nbio
gingerBill
2026-01-25
1
-1
/
+1
|
*
nbio(windows): remove assert that would trigger on cancel/remove
laytan
2026-01-19
1
-1
/
+1
|
*
nbio(windows): use WSAGetOverlappedResult for socket operations for ↵
laytan
2026-01-19
1
-10
/
+26
|
|
|
|
contextfull error code mapping
*
nbio: forgot to remove allocator from other impls
laytan
2026-01-17
3
-7
/
+0
|
*
nbio(windows): use one IOCP for all event loops
laytan
2026-01-17
2
-74
/
+163
|
*
nbio: mpsc queue for execs on another thread
laytan
2026-01-17
7
-28
/
+108
|
*
nbio(windows): fix "recursive" timeouts not being taken into consideration ↵
laytan
2026-01-17
1
-3
/
+12
|
|
|
|
for blocking
*
nbio(windows): explicitly set entries_removed = 0 when ↵
laytan
2026-01-17
1
-2
/
+6
|
|
|
|
GetQueuedCompletionStatusEx returns false
*
uring: move package from nbio/uring to sys/linux/uring
Laytan Laats
2026-01-14
4
-1230
/
+1
|
*
nbio: don't rely on the private _impl being the first field
Laytan Laats
2026-01-13
1
-8
/
+3
|
*
nbio: reorder Operation fields to be more logical
Laytan Laats
2026-01-13
1
-5
/
+6
|
*
nbio: add package
Laytan Laats
2026-01-11
21
-0
/
+9665