1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net/websocket
2023-02-25 19:39:14 +02:00
..
tests/autobahn docs: fix typos using codespell (#17332) 2023-02-16 11:43:39 +02:00
events.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
handshake.v websocket: simplify and better handle handshake (#16829) 2023-01-01 09:04:09 +02:00
io.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
message.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
uri.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
utils.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
websocket_client.v net.websocket: call close event (#17300) 2023-02-13 14:28:41 +02:00
websocket_nix.c.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
websocket_server.v checker: turn the pointer map notice into a warning and fix all code using it 2023-01-15 22:19:25 +01:00
websocket_test.v ci: make websocket_test.v more robust (wait till the websocket server are open for connections, instead of relying on fixed time.sleep delays, which are not enough on the CI) 2023-02-25 19:39:14 +02:00
websocket_windows.c.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00