v/vlib/net/websocket
2024-12-20 16:09:16 +02:00
..
tests/autobahn ci: run npx prettier --write **.yml; ensure it is run on all .yml files, not just the ones in the .github/workflows/ folder 2024-09-12 11:43:03 +03:00
events.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
handshake.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
io.v net.websocket: make thread safe/concurrent (#18179) 2023-05-18 11:27:00 +02:00
message.v v: remove the automatic passing of structs with more than 8 fields by reference (related #17159) (#22547) 2024-10-17 11:04:23 +03:00
uri.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
utils.v checker: fix missing or-block check for callexpr (fix #22835) (#22840) 2024-11-13 12:30:06 +02:00
websocket_client.v v: remove the automatic passing of structs with more than 8 fields by reference (related #17159) (#22547) 2024-10-17 11:04:23 +03:00
websocket_nix.c.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
websocket_server.v v: remove the automatic passing of structs with more than 8 fields by reference (related #17159) (#22547) 2024-10-17 11:04:23 +03:00
websocket_test.v vlib: enable more satnitized memleak detection runs without false positives on the CI (#23200) 2024-12-20 16:09:16 +02:00
websocket_windows.c.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00