summaryrefslogtreecommitdiffstats
path: root/modules/websocket/emws_peer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | 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
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-3/+5
* [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-14/+34
* [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-13/+13
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky2021-07-311-1/+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-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-1/+13
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* 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
* 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-15/+7
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-241-1/+1
* 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/+84