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
/
sys
/
windows
/
ws2_32.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbio: add package
Laytan Laats
2026-01-11
1
-4
/
+4
*
Move `WSAEVENT` to types.odin
dev-2026-01
gingerBill
2026-01-05
1
-1
/
+0
*
More formatting improvements
gingerBill
2026-01-02
1
-61
/
+61
*
Add SIO_UDP_CONNRESET winsock constant
Ben Ryan
2025-11-26
1
-4
/
+6
*
Add WSASendTo and WSARecvFrom
Ben Ryan
2025-11-16
1
-0
/
+24
*
Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odin
FourteenBrush
2025-08-31
1
-1
/
+12
*
Re-add htonl and htons for those porting from C.
Jeroen van Rijn
2025-06-06
1
-1
/
+7
*
Deprecate old @(deprecated) things.
Jeroen van Rijn
2025-06-06
1
-6
/
+0
*
Add windows bindings to support overlapped IO
Ben Ryan
2025-06-04
1
-0
/
+4
*
net: rework errors to be cross-platform
Laytan Laats
2025-04-05
1
-0
/
+1
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
*
add some wsa based additions to `core:sys/windows`
Laytan Laats
2024-04-04
1
-15
/
+42
*
Change `stdcall` -> `system`
gingerBill
2024-01-17
1
-1
/
+1
*
Adhere to `-vet-style`
gingerBill
2023-08-08
1
-1
/
+1
*
Fix attribute
ryuukk
2023-07-11
1
-2
/
+2
*
Deprecate htons, htonl, ntohl, ntohs
ryuukk
2023-07-11
1
-0
/
+2
*
Fix doc links
ryuukk
2023-07-10
1
-4
/
+4
*
Add definitions for network byte order conversion procs
ryuukk
2023-07-10
1
-0
/
+8
*
retain runtime load sample
Jon Lipstate
2023-04-04
1
-1
/
+10
*
remove runtime signatures to prevent ffi collisions
Jon Lipstate
2023-04-04
1
-34
/
+1
*
iocp support
Jon Lipstate
2023-04-04
1
-2
/
+1
*
additional winsock apis, doc links
Jon Lipstate
2023-04-04
1
-3
/
+108
*
WSAPoll
Jon Lipstate
2023-03-28
1
-0
/
+11
*
manually start merging core_net
Colin Davidson
2023-03-01
1
-7
/
+7
*
Add `GetAddrInfoExW`
gingerBill
2022-05-12
1
-0
/
+13
*
Add socket() function to windows ws32 bindings
Carwyn Nelson
2021-11-10
1
-0
/
+5
*
Fix the windows binding for getaddrinfo
Carwyn Nelson
2021-11-10
1
-3
/
+3
*
Allow `core:sys/windows` to build on Windows only
Jeroen van Rijn
2021-07-15
1
-0
/
+1
*
Begin migration from sys/win32 to sys/windows
gingerBill
2020-06-26
1
-0
/
+99