aboutsummaryrefslogtreecommitdiff
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-072-32/+43
* 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