Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-07 | Fixes minor issues found by static analyzer | qarmin | |
2019-06-15 | Expose WebSocket set_buffers and document it. | Fabio Alessandrelli | |
2019-02-27 | Fix -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-02-12 | Modules: Ensure classes match their header filename | RĂ©mi Verschelde | |
Renamed: - `modules/mono/mono_gd/gd_mono_class_member.h` -> `i_mono_class_member.h` - `modules/upnp/upnpdevice.h` -> `upnp_device.h` - `modules/websocket/websocket_multiplayer.h` -> `websocket_multiplayer_peer.h` |