summaryrefslogtreecommitdiffstats
path: root/modules/websocket/packet_buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wsign-compare warnings.marxin2019-02-271-3/+3
| | | | | I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type.
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Add new PacketBuffer class for buffered peersFabio Alessandrelli2018-11-121-0/+122