summaryrefslogtreecommitdiffstats
path: root/modules/websocket/packet_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+8
|\
| * [WS] Implement wslay unbuffered message parsingFabio Alessandrelli2024-11-121-0/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-27/+31
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+1
* Fix -Wsign-compare warnings.marxin2019-02-271-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add new PacketBuffer class for buffered peersFabio Alessandrelli2018-11-121-0/+122