summaryrefslogtreecommitdiff
path: root/modules/websocket/packet_buffer.h
AgeCommit message (Collapse)Author
2019-04-02Enable warnings=extra on clang and GCC testers.marxin
And remove 2 warnings from warnings=extra.
2019-02-27Fix -Wsign-compare warnings.marxin
I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type.
2019-01-01Update copyright statements to 2019RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2018-11-12Add new PacketBuffer class for buffered peersFabio Alessandrelli