v/vlib/x/websocket
Nick Treleaven 4ccf991f61
checker: warn when casting a fixed array (use `&arr[0]` instead) (#8787)
2021-02-17 20:45:11 +01:00
..
tests/autobahn ci: fix autobahn integration tests job 2021-01-26 20:12:12 +02:00
events.v all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
handshake.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
io.v net: use mut and refs as receivers consistently (#8205) 2021-01-20 11:11:01 +01:00
message.v checker: warn when casting a fixed array (use `&arr[0]` instead) (#8787) 2021-02-17 20:45:11 +01:00
uri.v x.websocket: vdoc (#7091) 2020-12-04 01:52:26 +01:00
utils.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
websocket_client.v checker: check `unsafe` V function calls (#8752) 2021-02-14 19:31:42 +01:00
websocket_nix.c.v x.websocket: docs and cleanup (#7078) 2020-12-02 04:02:53 +01:00
websocket_server.v x.websocket: websocket server fix and bring back server autobahn (#8291) 2021-01-23 16:56:38 +01:00
websocket_test.v all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
websocket_windows.c.v x.websocket: docs and cleanup (#7078) 2020-12-02 04:02:53 +01:00