v/vlib/net/websocket
Kim Shrier 2d4ccf6829
vlib: replace macros that resolve to __builtin_bswapnn calls for tcc (#19305)
The tcc compiler does not have __builtin_bswap64, __builtin_bswap32,
and __builtin_bswap16 functions.  The various hton and ntoh macros
resolve down to these functions.  When compiling with tcc, we should
be using the analogous functions from net.conv.
2023-09-08 07:42:28 +03:00
..
tests/autobahn net.websocket: fix typo in docs (ws -> wss) (#19143) 2023-08-15 13:48:57 +03:00
events.v websocket: initialize function pointers with nil (#19105) 2023-08-11 13:49:29 +03:00
handshake.v websocket: simplify and better handle handshake (#16829) 2023-01-01 09:04:09 +02:00
io.v net.websocket: make thread safe/concurrent (#18179) 2023-05-18 11:27:00 +02:00
message.v net.websocket: make thread safe/concurrent (#18179) 2023-05-18 11:27:00 +02:00
uri.v
utils.v net.websocket: make thread safe/concurrent (#18179) 2023-05-18 11:27:00 +02:00
websocket_client.v vlib: replace macros that resolve to __builtin_bswapnn calls for tcc (#19305) 2023-09-08 07:42:28 +03:00
websocket_nix.c.v
websocket_server.v net.websocket: make thread safe/concurrent (#18179) 2023-05-18 11:27:00 +02:00
websocket_test.v net.websocket: make thread safe/concurrent (#18179) 2023-05-18 11:27:00 +02:00
websocket_windows.c.v