summaryrefslogtreecommitdiffstats
path: root/modules/websocket/lws_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-270/+0
* Fix warnings seen with warnings=all and recent GCC 8.2.marxin2019-02-181-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+1
* Convert WebSocket module to use PacketBuffer classFabio Alessandrelli2018-11-121-62/+48
* 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
* Implement WebSocket clean close detection.Fabio Alessandrelli2018-09-241-0/+1
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-241-2/+39
* Fix WebSocket crash due to non PDO init.Fabio Alessandrelli2018-08-061-31/+40
* Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli2018-06-061-2/+2
* Various coverity scan fixes for networkingFabio Alessandrelli2018-04-211-2/+7
* Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-121-2/+37
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-211-2/+2
* Relicense module to the wondeful Godot community!Fabio Alessandrelli2018-02-061-3/+4
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+199