]> git.tdb.fi Git - libs/net.git/history - source/net/protocol.h
Use default member initializers where possible
[libs/net.git] / source / net / protocol.h
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaRework protocol hash calculation
2022-12-09 Mikko RasaPrefer range-based for loops where possible
2022-12-09 Mikko RasaUse the override specifier when overriding
2022-12-09 Mikko RasaMark special member functions as defaulted where approp...
2022-12-09 Mikko RasaUse a static local variable for assigning packet IDs
2022-12-09 Mikko RasaRemove unnecessary destructors from exception classes
2022-12-09 Mikko RasaUse standard fixed-width integer types
2022-12-09 Mikko RasaUse size_t to represent sizes
2019-09-23 Mikko RasaSupport serializing bool fields in Protocol
2019-09-21 Mikko RasaPrevent serializing packets without an ID
2016-11-01 Mikko RasaMove the definition of PacketTypeDef<T>::class_id to...
2016-10-09 Mikko RasaSome largely cosmetic touch-up
2016-10-09 Mikko RasaSupport compound types in network packets
2016-10-09 Mikko RasaAcutally implement Protocol::get_hash
2016-10-09 Mikko RasaMassive overhaul of the Protocol class
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp