summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_peer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Fix websocket dropping messages for WSLPeerradenthefolf2024-10-141-0/+3
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-3/+3
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-3/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-43/+87
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Fix some issues found by cppcheck.bruvzg2022-04-061-14/+14
* 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/+4
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-25/+13
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-281-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* WSLPeer now prevents receiving data after close.Fabio Alessandrelli2019-12-211-0/+2
* Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-091-1/+2
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+120