v/vlib/x/websocket
zakuro f54c1a5cc2
all: add strings.Builder.write_string and use write_string instead of write (#8892)
2021-02-22 13:18:11 +02: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 all: add strings.Builder.write_string and use write_string instead of write (#8892) 2021-02-22 13:18:11 +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 time: consolidate the different sleep functions into time.wait(Duration) (#8853) 2021-02-21 17:05:03 +02:00
websocket_test.v time: consolidate the different sleep functions into time.wait(Duration) (#8853) 2021-02-21 17:05:03 +02:00
websocket_windows.c.v x.websocket: docs and cleanup (#7078) 2020-12-02 04:02:53 +01:00