summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23490 from Faless/lws_client_memfixRémi Verschelde2018-11-101-6/+7
|\
| * Fix access to freed mem in WS client after #23241Fabio Alessandrelli2018-11-031-6/+7
* | -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-1/+1
|/
* Add missing EMWSServer::poll function.Fabio Alessandrelli2018-10-231-0/+3
* Remove unneeded strncpy in lws_client.Fabio Alessandrelli2018-10-231-19/+9
* Fixing warnings generated by MSVCDualtagh Murray2018-10-192-1/+5
* Fix LWSClient connect_to_host string termination.Fabio Alessandrelli2018-10-071-3/+6
* Fix -Wunused-function in websocket moduleFabio Alessandrelli2018-09-292-121/+162
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-18/+17
* Remove socket_helper.h after NetSocket refactorFabio Alessandrelli2018-09-281-5/+5
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-5/+1
* Update WebSocket documentationFabio Alessandrelli2018-09-243-6/+44
* Implement WebSocket clean close detection.Fabio Alessandrelli2018-09-2410-13/+20
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-2418-29/+115
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/
* Allow WebSocket connect with no sub-protocols.Fabio Alessandrelli2018-08-304-43/+40
* Merge pull request #20913 from pulkomandy/masterRémi Verschelde2018-08-131-82/+83
|\
| * Rebase patches for fixing haiku build.Adrien Destugues2018-08-111-82/+83
* | Fix WebSocket crash due to non PDO init.Fabio Alessandrelli2018-08-064-55/+47
|/
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-1/+0
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1
* Sanitize protocol struct, def LWS T/RX buffer sizeFabio Alessandrelli2018-06-231-2/+8
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-072-35/+46
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-2/+2
* Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli2018-06-061-2/+2
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-3/+1
* Document websocket module, further document enetFabio Alessandrelli2018-05-086-3/+303
* Various coverity scan fixes for networkingFabio Alessandrelli2018-04-211-2/+7
* Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-129-4/+87
* Websocket client SSL supportFabio Alessandrelli2018-04-033-1/+39
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-2124-48/+48
* Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli2018-03-011-1/+0
* Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli2018-02-281-2/+2
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Websocket module properly recognize UWP (by @vnen)George Marques2018-02-201-2/+5
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-2/+3
* lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli2018-02-141-3/+13
* Relicense module to the wondeful Godot community!Fabio Alessandrelli2018-02-0624-72/+96
* Add websocket module.Fabio Alessandrelli2018-02-0626-0/+2847