summaryrefslogtreecommitdiffstats
path: root/modules/websocket/websocket_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+14
|\
| * [WebSocket] Add optional heartbeat via "ping" control frames.Fabio Alessandrelli2024-11-071-0/+14
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-1/+1
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-4/+103
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky2021-07-311-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-281-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+1
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-241-1/+1
* Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-121-0/+2
* 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/+48