summaryrefslogtreecommitdiff
path: root/modules/websocket
AgeCommit message (Expand)Author
2019-01-28Update docs and errors for WebSocket moduleFabio Alessandrelli
2019-01-07doc: Fix wrong references found by new makerst.pyRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-12-26Fix HTML5 WebSocket client buffers size.Fabio Alessandrelli
2018-12-20doc: Add missing commas after "If true/false"Rémi Verschelde
2018-11-25Websocket LWS keep servicing till no CB are leftFabio Alessandrelli
2018-11-12Convert WebSocket module to use PacketBuffer classFabio Alessandrelli
2018-11-12Add new PacketBuffer class for buffered peersFabio Alessandrelli
2018-11-10Merge pull request #23490 from Faless/lws_client_memfixRémi Verschelde
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-11-03Fix access to freed mem in WS client after #23241Fabio Alessandrelli
2018-10-23Add missing EMWSServer::poll function.Fabio 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-29Fix -Wunused-function in websocket moduleFabio Alessandrelli
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-28Remove socket_helper.h after NetSocket refactorFabio Alessandrelli
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-24Update WebSocket documentationFabio Alessandrelli
2018-09-24Implement WebSocket clean close detection.Fabio Alessandrelli
2018-09-24Implement WebSocket close notify.Fabio Alessandrelli
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-30Allow WebSocket connect with no sub-protocols.Fabio Alessandrelli
2018-08-13Merge pull request #20913 from pulkomandy/masterRémi Verschelde
2018-08-11Rebase patches for fixing haiku build.Adrien Destugues
2018-08-06Fix WebSocket crash due to non PDO init.Fabio Alessandrelli
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-06-23Sanitize protocol struct, def LWS T/RX buffer sizeFabio Alessandrelli
2018-06-07Bump libwebsockets to version 3.0.0Fabio Alessandrelli
2018-06-07Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde
2018-06-06Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-05-08Document websocket module, further document enetFabio Alessandrelli
2018-04-21Various coverity scan fixes for networkingFabio Alessandrelli
2018-04-12Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli
2018-04-03Websocket client SSL supportFabio Alessandrelli
2018-03-21s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson
2018-03-01Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli
2018-02-28Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli
2018-02-21Fix typos with codespellluz.paz
2018-02-20Websocket module properly recognize UWP (by @vnen)George Marques
2018-02-14Allow building with system wide mbedtls on X11Fabio Alessandrelli
2018-02-14lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli
2018-02-06Relicense module to the wondeful Godot community!Fabio Alessandrelli
2018-02-06Add websocket module.Fabio Alessandrelli