virtualx-engine/modules/websocket
Fabio Alessandrelli e3008b71c3 Fix access to freed mem in WS client after #23241
I was wrong in assuming that String had to survive long enough to avoid
it, what actually needed to survive was the CharString obtained from the
acsii() or utf8() function.
At least according to valgrind
2018-11-03 23:39:15 +01:00
..
doc_classes Update WebSocket documentation 2018-09-24 01:50:37 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
emws_client.cpp Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
emws_client.h Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
emws_peer.cpp Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
emws_peer.h Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
emws_server.cpp Add missing EMWSServer::poll function. 2018-10-23 12:49:24 +02:00
emws_server.h Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
lws_client.cpp Fix access to freed mem in WS client after #23241 2018-11-03 23:39:15 +01:00
lws_client.h Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
lws_helper.cpp Fix -Wunused-function in websocket module 2018-09-29 22:26:32 +02:00
lws_helper.h Fix -Wunused-function in websocket module 2018-09-29 22:26:32 +02:00
lws_peer.cpp Remove socket_helper.h after NetSocket refactor 2018-09-28 02:03:23 +02:00
lws_peer.h Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
lws_server.cpp Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
lws_server.h Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
register_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_types.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
websocket_client.cpp Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
websocket_client.h Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
websocket_macros.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
websocket_multiplayer.cpp Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
websocket_multiplayer.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
websocket_peer.cpp Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
websocket_peer.h Implement WebSocket close notify. 2018-09-24 01:50:37 +02:00
websocket_server.cpp Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00
websocket_server.h Implement WebSocket clean close detection. 2018-09-24 01:50:37 +02:00