godot/modules/websocket
Rémi Verschelde 8247667a3e
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.
2021-04-27 16:26:27 +02:00
..
doc_classes Document secure wss:// caveats for WebSocketClient 2021-04-07 21:32:17 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
editor_debugger_server_websocket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
editor_debugger_server_websocket.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
emws_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_peer.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
emws_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
library_godot_websocket.js Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
packet_buffer.h Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
remote_debugger_peer_websocket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
remote_debugger_peer_websocket.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
websocket_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_macros.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_multiplayer_peer.cpp Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
websocket_multiplayer_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_peer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_peer.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_server.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
websocket_server.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
wsl_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_peer.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_server.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_server.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00