alpha
Login
or
Join now
karlseguin.tngl.sh
/
websocket.zig
Star
2
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A websocket implementation for zig
Star
2
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
websocket.zig
/
src
/
at
dev
2 folders
8 files
UTUBMIR
client: propagate ConnectionResetByPeer on Windows reads
3w ago
899ff2ac
client
client: propagate ConnectionResetByPeer on Windows reads
3 weeks ago
server
fix Windows AFD compatibility: netRead for client, AFD-first setsockopt with WinSock fallback, accept WSAENOTSOCK as shutdown signal
1 month ago
buffer.zig
client: propagate ConnectionResetByPeer on Windows reads
3 weeks ago
posix.zig
cleanup: remove dead WSAPoll decls, improve setsockopt fallthrough, add comments - Remove WSAPoll/WSAPOLLFD/POLL from ws2_32.zig (unused since std.posix.poll)\n- Fall through both NOT_SUPPORTED and OBJECT_TYPE_MISMATCH to WinSock in setsockopt\n- Silently return on WSAENOTSOCK from WinSock for AFD handles\n- Move timeout comment above var declarations\n- Add explanation for alignment-safe @memcpy of timeval\n- Add comment re: poll failure vs no-data in client read
3 weeks ago
proto.zig
fix Windows posix.read error set compat and client netRead error mapping - src/proto.zig: add FileDescriptorNotASocket to FillError so posix.read can propagate it when reading from a closed socket on Windows - src/windows.zig: map WSAENOTSOCK to FileDescriptorNotASocket (was unreachable) and add it to RecvError/SendError - src/client/client.zig: map all io.vtable.netRead errors to ReadFailed to keep inferred error set compatible with callers
1 month ago
t.zig
Make it build on windows Import what we need from 0.15 windows and ws2_32.
2 months ago
testing.zig
EXPERIMENAL Zig 0.16 support
3 months ago
websocket.zig
use @splat() in place of already removed ** operator
2 months ago
windows.zig
fix Windows posix.read error set compat and client netRead error mapping - src/proto.zig: add FileDescriptorNotASocket to FillError so posix.read can propagate it when reading from a closed socket on Windows - src/windows.zig: map WSAENOTSOCK to FileDescriptorNotASocket (was unreachable) and add it to RecvError/SendError - src/client/client.zig: map all io.vtable.netRead errors to ReadFailed to keep inferred error set compatible with callers
1 month ago
ws2_32.zig
cleanup: remove dead WSAPoll decls, improve setsockopt fallthrough, add comments - Remove WSAPoll/WSAPOLLFD/POLL from ws2_32.zig (unused since std.posix.poll)\n- Fall through both NOT_SUPPORTED and OBJECT_TYPE_MISMATCH to WinSock in setsockopt\n- Silently return on WSAENOTSOCK from WinSock for AFD handles\n- Move timeout comment above var declarations\n- Add explanation for alignment-safe @memcpy of timeval\n- Add comment re: poll failure vs no-data in client read
3 weeks ago