summaryrefslogtreecommitdiff
path: root/modules/websocket/lws_client.cpp
AgeCommit message (Expand)Author
2019-07-04Remove libwebsocket. No longer used, yay!Fabio Alessandrelli
2019-06-15Allow setting websocket buffers sizes internally.Fabio Alessandrelli
2019-05-01Revert "Update libwebsockets to 3.1 (plus UWP patch)"Fabio Alessandrelli
2019-03-06Update libwebsockets to 3.1 (plus UWP patch)Fabio Alessandrelli
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-11-12Convert WebSocket module to use PacketBuffer classFabio Alessandrelli
2018-11-03Fix access to freed mem in WS client after #23241Fabio Alessandrelli
2018-10-23Remove unneeded strncpy in lws_client.Fabio Alessandrelli
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-07Fix LWSClient connect_to_host string termination.Fabio Alessandrelli
2018-09-24Implement WebSocket clean close detection.Fabio Alessandrelli
2018-09-24Implement WebSocket close notify.Fabio Alessandrelli
2018-08-30Allow WebSocket connect with no sub-protocols.Fabio Alessandrelli
2018-08-06Fix WebSocket crash due to non PDO init.Fabio Alessandrelli
2018-06-07Bump libwebsockets to version 3.0.0Fabio Alessandrelli
2018-04-03Websocket client SSL supportFabio Alessandrelli
2018-03-21s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson
2018-02-06Relicense module to the wondeful Godot community!Fabio Alessandrelli
2018-02-06Add websocket module.Fabio Alessandrelli